Searched refs:_glptr_TexEnvxv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 17934 typedef void (GLAPIENTRYP _glptr_TexEnvxv)(GLenum, GLenum, const GLfixed *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfixed *) 17937 static inline _glptr_TexEnvxv GET_TexEnvxv(struct _glapi_table *disp) { 17938 return (_glptr_TexEnvxv) (GET_by_offset(disp, _gloffset_TexEnvxv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18407 typedef void (GLAPIENTRYP _glptr_TexEnvxv)(GLenum, GLenum, const GLfixed *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfixed *) 18410 static inline _glptr_TexEnvxv GET_TexEnvxv(struct _glapi_table *disp) { 18411 return (_glptr_TexEnvxv) (GET_by_offset(disp, _gloffset_TexEnvxv)); [all...] |
Completed in 280 milliseconds