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

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h12962 typedef void (GLAPIENTRYP _glptr_CreateQueries)(GLenum, GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLuint *)
12965 static inline _glptr_CreateQueries GET_CreateQueries(struct _glapi_table *disp) {
12966 return (_glptr_CreateQueries) (GET_by_offset(disp, _gloffset_CreateQueries));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h13435 typedef void (GLAPIENTRYP _glptr_CreateQueries)(GLenum, GLsizei, GLuint *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLsizei,GLuint *)
13438 static inline _glptr_CreateQueries GET_CreateQueries(struct _glapi_table *disp) {
13439 return (_glptr_CreateQueries) (GET_by_offset(disp, _gloffset_CreateQueries));
[all...]

Completed in 154 milliseconds