Searched refs:_glptr_TexParameterfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4470 typedef void (GLAPIENTRYP _glptr_TexParameterfv)(GLenum, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfloat *) 4473 static inline _glptr_TexParameterfv GET_TexParameterfv(struct _glapi_table *disp) { 4474 return (_glptr_TexParameterfv) (GET_by_offset(disp, _gloffset_TexParameterfv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4943 typedef void (GLAPIENTRYP _glptr_TexParameterfv)(GLenum, GLenum, const GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLfloat *) 4946 static inline _glptr_TexParameterfv GET_TexParameterfv(struct _glapi_table *disp) { 4947 return (_glptr_TexParameterfv) (GET_by_offset(disp, _gloffset_TexParameterfv)); [all...] |
Completed in 126 milliseconds