Searched refs:glBeginQuery (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto414 glBeginQuery = 386;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec16 void glBeginQuery ( GLenum target, GLuint id )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java538 // C function void glBeginQuery ( GLenum target, GLuint id )
540 public static native void glBeginQuery( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h839 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
H A Dgl31.h839 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp853 /* void glBeginQuery ( GLenum target, GLuint id ) */
857 glBeginQuery(
5189 {"glBeginQuery", "(II)V", (void *) android_glBeginQuery__II },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp6336 glmsg.set_function(GLMessage::glBeginQuery);
6353 glContext->hooks->gl.glBeginQuery(target, id);
[all...]

Completed in 138 milliseconds