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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7737 typedef GLboolean (GLAPIENTRYP _glptr_IsQuery)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
7740 static inline _glptr_IsQuery GET_IsQuery(struct _glapi_table *disp) {
7741 return (_glptr_IsQuery) (GET_by_offset(disp, _gloffset_IsQuery));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8210 typedef GLboolean (GLAPIENTRYP _glptr_IsQuery)(GLuint); typedef in typeref:typename:GLboolean (GLAPIENTRYP)(GLuint)
8213 static inline _glptr_IsQuery GET_IsQuery(struct _glapi_table *disp) {
8214 return (_glptr_IsQuery) (GET_by_offset(disp, _gloffset_IsQuery));
[all...]

Completed in 136 milliseconds