Searched refs:_glptr_GetBooleani_v (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 8936 typedef void (GLAPIENTRYP _glptr_GetBooleani_v)(GLenum, GLuint, GLboolean *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLboolean *) 8939 static inline _glptr_GetBooleani_v GET_GetBooleani_v(struct _glapi_table *disp) { 8940 return (_glptr_GetBooleani_v) (GET_by_offset(disp, _gloffset_GetBooleani_v)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 9409 typedef void (GLAPIENTRYP _glptr_GetBooleani_v)(GLenum, GLuint, GLboolean *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint,GLboolean *) 9412 static inline _glptr_GetBooleani_v GET_GetBooleani_v(struct _glapi_table *disp) { 9413 return (_glptr_GetBooleani_v) (GET_by_offset(disp, _gloffset_GetBooleani_v)); [all...] |
Completed in 137 milliseconds