Searched refs:_glptr_TexGeni (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4613 typedef void (GLAPIENTRYP _glptr_TexGeni)(GLenum, GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLint) 4616 static inline _glptr_TexGeni GET_TexGeni(struct _glapi_table *disp) { 4617 return (_glptr_TexGeni) (GET_by_offset(disp, _gloffset_TexGeni)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5086 typedef void (GLAPIENTRYP _glptr_TexGeni)(GLenum, GLenum, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLint) 5089 static inline _glptr_TexGeni GET_TexGeni(struct _glapi_table *disp) { 5090 return (_glptr_TexGeni) (GET_by_offset(disp, _gloffset_TexGeni)); [all...] |
Completed in 104 milliseconds