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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h7561 typedef void (GLAPIENTRYP _glptr_BeginQuery)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
7564 static inline _glptr_BeginQuery GET_BeginQuery(struct _glapi_table *disp) {
7565 return (_glptr_BeginQuery) (GET_by_offset(disp, _gloffset_BeginQuery));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h8034 typedef void (GLAPIENTRYP _glptr_BeginQuery)(GLenum, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLuint)
8037 static inline _glptr_BeginQuery GET_BeginQuery(struct _glapi_table *disp) {
8038 return (_glptr_BeginQuery) (GET_by_offset(disp, _gloffset_BeginQuery));
[all...]

Completed in 109 milliseconds