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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h13545 typedef void (GLAPIENTRYP _glptr_TextureParameterIiv)(GLuint, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLint *)
13548 static inline _glptr_TextureParameterIiv GET_TextureParameterIiv(struct _glapi_table *disp) {
13549 return (_glptr_TextureParameterIiv) (GET_by_offset(disp, _gloffset_TextureParameterIiv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h14018 typedef void (GLAPIENTRYP _glptr_TextureParameterIiv)(GLuint, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLint *)
14021 static inline _glptr_TextureParameterIiv GET_TextureParameterIiv(struct _glapi_table *disp) {
14022 return (_glptr_TextureParameterIiv) (GET_by_offset(disp, _gloffset_TextureParameterIiv));
[all...]

Completed in 148 milliseconds