Searched refs:_glptr_TexParameterx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 17945 typedef void (GLAPIENTRYP _glptr_TexParameterx)(GLenum, GLenum, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfixed) 17948 static inline _glptr_TexParameterx GET_TexParameterx(struct _glapi_table *disp) { 17949 return (_glptr_TexParameterx) (GET_by_offset(disp, _gloffset_TexParameterx));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 18418 typedef void (GLAPIENTRYP _glptr_TexParameterx)(GLenum, GLenum, GLfixed); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfixed) 18421 static inline _glptr_TexParameterx GET_TexParameterx(struct _glapi_table *disp) { 18422 return (_glptr_TexParameterx) (GET_by_offset(disp, _gloffset_TexParameterx)); [all...] |
Completed in 109 milliseconds