Searched refs:_glptr_GetTextureParameterIiv (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13237 typedef void (GLAPIENTRYP _glptr_GetTextureParameterIiv)(GLuint, GLenum, GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLint *)
13240 static inline _glptr_GetTextureParameterIiv GET_GetTextureParameterIiv(struct _glapi_table *disp) {
13241 return (_glptr_GetTextureParameterIiv) (GET_by_offset(disp, _gloffset_GetTextureParameterIiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13710 typedef void (GLAPIENTRYP _glptr_GetTextureParameterIiv)(GLuint, GLenum, GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,GLint *)
13713 static inline _glptr_GetTextureParameterIiv GET_GetTextureParameterIiv(struct _glapi_table *disp) {
13714 return (_glptr_GetTextureParameterIiv) (GET_by_offset(disp, _gloffset_GetTextureParameterIiv));
[all...]

Completed in 105 milliseconds