Searched refs:glIsQuery (Results 1 – 14 of 14) 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);2384 GLboolean glIsQuery(GLuint query) in glIsQuery() function2387 return ctx->glIsQuery(ctx, query); in glIsQuery()
11811 this->glIsQuery = &glIsQuery_enc; in gl2_encoder_context_t()
238 glIsQuery;
332 glIsQuery_wrapper_proc_t glIsQuery; member
332 glIsQuery = (glIsQuery_wrapper_proc_t) getProc("glIsQuery", userData); in initDispatchByName()
327 GLboolean glIsQuery(GLuint query);2341 GLboolean glIsQuery(GLuint query) in glIsQuery() function2344 return ctx->glIsQuery( query); in glIsQuery()
425 GL_ENTRY(GLboolean, glIsQuery, GLuint query)
17 GLboolean glIsQuery(GLuint id);
838 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);