Searched refs:glIsQuery (Results 1 – 9 of 9) sorted by relevance
301 {"glIsQuery", (void*)glIsQuery},
332 glIsQuery_client_proc_t glIsQuery; member
332 glIsQuery = (glIsQuery_client_proc_t) getProc("glIsQuery", userData); in initDispatchByName()
327 GLboolean glIsQuery(GLuint query);2386 GLboolean glIsQuery(GLuint query) in glIsQuery() function2389 return ctx->glIsQuery(ctx, query); in glIsQuery()
11892 this->glIsQuery = &glIsQuery_enc; in gl2_encoder_context_t()
17 GLboolean glIsQuery(GLuint id);
838 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
425 GL_ENTRY(GLboolean, glIsQuery, GLuint query)