Searched refs:_glptr_TexEnvf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4525 typedef void (GLAPIENTRYP _glptr_TexEnvf)(GLenum, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat) 4528 static inline _glptr_TexEnvf GET_TexEnvf(struct _glapi_table *disp) { 4529 return (_glptr_TexEnvf) (GET_by_offset(disp, _gloffset_TexEnvf)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4998 typedef void (GLAPIENTRYP _glptr_TexEnvf)(GLenum, GLenum, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat) 5001 static inline _glptr_TexEnvf GET_TexEnvf(struct _glapi_table *disp) { 5002 return (_glptr_TexEnvf) (GET_by_offset(disp, _gloffset_TexEnvf)); [all...] |
Completed in 112 milliseconds