Searched refs:glIsQuery (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec15 GLboolean glIsQuery ( GLuint id )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h497 #define glIsQuery wrap_glIsQuery macro
H A Dgles_undefine.h497 #undef glIsQuery macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java532 // C function GLboolean glIsQuery ( GLuint id )
534 public static native boolean glIsQuery( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1111 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
H A Dgl31.h1111 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
H A Dgl32.h1111 GL_APICALL GLboolean GL_APIENTRY glIsQuery (GLuint id);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp947 /* GLboolean glIsQuery ( GLuint id ) */
952 _returnValue = glIsQuery(
5938 {"glIsQuery", "(I)Z", (void *) android_glIsQuery__I },

Completed in 129 milliseconds