Searched refs:_glptr_GetQueryObjectuiv (Results 1 – 1 of 1) sorted by relevance
7684 typedef void (GLAPIENTRYP _glptr_GetQueryObjectuiv)(GLuint, GLenum, GLuint *); typedef7687 static inline _glptr_GetQueryObjectuiv GET_GetQueryObjectuiv(struct _glapi_table *disp) { in GET_GetQueryObjectuiv()7688 return (_glptr_GetQueryObjectuiv) (GET_by_offset(disp, _gloffset_GetQueryObjectuiv)); in GET_GetQueryObjectuiv()