Searched refs:_glptr_TextureParameteriv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 13600 typedef void (GLAPIENTRYP _glptr_TextureParameteriv)(GLuint, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLint *) 13603 static inline _glptr_TextureParameteriv GET_TextureParameteriv(struct _glapi_table *disp) { 13604 return (_glptr_TextureParameteriv) (GET_by_offset(disp, _gloffset_TextureParameteriv));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 14073 typedef void (GLAPIENTRYP _glptr_TextureParameteriv)(GLuint, GLenum, const GLint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLenum,const GLint *) 14076 static inline _glptr_TextureParameteriv GET_TextureParameteriv(struct _glapi_table *disp) { 14077 return (_glptr_TextureParameteriv) (GET_by_offset(disp, _gloffset_TextureParameteriv)); [all...] |
Completed in 104 milliseconds