Searched refs:_glptr_GetBooleanv (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h5339 typedef void (GLAPIENTRYP _glptr_GetBooleanv)(GLenum, GLboolean *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLboolean *)
5342 static inline _glptr_GetBooleanv GET_GetBooleanv(struct _glapi_table *disp) {
5343 return (_glptr_GetBooleanv) (GET_by_offset(disp, _gloffset_GetBooleanv));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h5812 typedef void (GLAPIENTRYP _glptr_GetBooleanv)(GLenum, GLboolean *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLboolean *)
5815 static inline _glptr_GetBooleanv GET_GetBooleanv(struct _glapi_table *disp) {
5816 return (_glptr_GetBooleanv) (GET_by_offset(disp, _gloffset_GetBooleanv));
[all...]

Completed in 100 milliseconds