Searched refs:_glptr_TexCoord4i (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3843 typedef void (GLAPIENTRYP _glptr_TexCoord4i)(GLint, GLint, GLint, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLint,GLint,GLint) 3846 static inline _glptr_TexCoord4i GET_TexCoord4i(struct _glapi_table *disp) { 3847 return (_glptr_TexCoord4i) (GET_by_offset(disp, _gloffset_TexCoord4i)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4316 typedef void (GLAPIENTRYP _glptr_TexCoord4i)(GLint, GLint, GLint, GLint); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLint,GLint,GLint) 4319 static inline _glptr_TexCoord4i GET_TexCoord4i(struct _glapi_table *disp) { 4320 return (_glptr_TexCoord4i) (GET_by_offset(disp, _gloffset_TexCoord4i)); [all...] |
Completed in 108 milliseconds