Searched refs:glIsQuery (Results 1 – 12 of 12) sorted by relevance
15 GLboolean glIsQuery ( GLuint id )
413 glIsQuery = 385; enumerator
534 public static native boolean glIsQuery( in glIsQuery() method in GLES30
454 GLboolean API_ENTRY(glIsQuery)(GLuint id) {455 CALL_GL_API_RETURN(glIsQuery, id);
838 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
379 GL_ENTRY(GLboolean, glIsQuery, GLuint id)
379 TRACE_GL(GLboolean, glIsQuery, (GLuint id), (id), 1, "GLuint", id)
847 _returnValue = glIsQuery( in android_glIsQuery__I()
6300 glmsg.set_function(GLMessage::glIsQuery); in GLTrace_glIsQuery()6311 GLboolean retValue = glContext->hooks->gl.glIsQuery(id); in GLTrace_glIsQuery()
21508 method public static boolean glIsQuery(int);
23452 method public static boolean glIsQuery(int);