Searched refs:_glptr_Uniform3d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 11070 typedef void (GLAPIENTRYP _glptr_Uniform3d)(GLint, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLdouble,GLdouble,GLdouble) 11073 static inline _glptr_Uniform3d GET_Uniform3d(struct _glapi_table *disp) { 11074 return (_glptr_Uniform3d) (GET_by_offset(disp, _gloffset_Uniform3d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 11543 typedef void (GLAPIENTRYP _glptr_Uniform3d)(GLint, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLdouble,GLdouble,GLdouble) 11546 static inline _glptr_Uniform3d GET_Uniform3d(struct _glapi_table *disp) { 11547 return (_glptr_Uniform3d) (GET_by_offset(disp, _gloffset_Uniform3d)); [all...] |
Completed in 265 milliseconds