Searched refs:_glptr_GetDoublei_v (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 11664 typedef void (GLAPIENTRYP _glptr_GetDoublei_v)(GLenum, GLuint, GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLdouble *) 11667 static inline _glptr_GetDoublei_v GET_GetDoublei_v(struct _glapi_table *disp) { 11668 return (_glptr_GetDoublei_v) (GET_by_offset(disp, _gloffset_GetDoublei_v));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 12137 typedef void (GLAPIENTRYP _glptr_GetDoublei_v)(GLenum, GLuint, GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLdouble *) 12140 static inline _glptr_GetDoublei_v GET_GetDoublei_v(struct _glapi_table *disp) { 12141 return (_glptr_GetDoublei_v) (GET_by_offset(disp, _gloffset_GetDoublei_v)); [all...] |
Completed in 151 milliseconds