Searched refs:_glptr_TexGendv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4580 typedef void (GLAPIENTRYP _glptr_TexGendv)(GLenum, GLenum, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLdouble *) 4583 static inline _glptr_TexGendv GET_TexGendv(struct _glapi_table *disp) { 4584 return (_glptr_TexGendv) (GET_by_offset(disp, _gloffset_TexGendv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5053 typedef void (GLAPIENTRYP _glptr_TexGendv)(GLenum, GLenum, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,const GLdouble *) 5056 static inline _glptr_TexGendv GET_TexGendv(struct _glapi_table *disp) { 5057 return (_glptr_TexGendv) (GET_by_offset(disp, _gloffset_TexGendv)); [all...] |
Completed in 105 milliseconds