Searched refs:_glptr_TexParameterxv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 18088 typedef void (GLAPIENTRYP _glptr_TexParameterxv)(GLenum, GLenum, const GLfixed *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfixed *) 18091 static inline _glptr_TexParameterxv GET_TexParameterxv(struct _glapi_table *disp) { 18092 return (_glptr_TexParameterxv) (GET_by_offset(disp, _gloffset_TexParameterxv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 18561 typedef void (GLAPIENTRYP _glptr_TexParameterxv)(GLenum, GLenum, const GLfixed *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfixed *) 18564 static inline _glptr_TexParameterxv GET_TexParameterxv(struct _glapi_table *disp) { 18565 return (_glptr_TexParameterxv) (GET_by_offset(disp, _gloffset_TexParameterxv)); [all...] |
Completed in 148 milliseconds