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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java568 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
570 public static native void glGetQueryObjectuiv( method in class:GLES30
577 // C function void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
579 public static native void glGetQueryObjectuiv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto417 glGetQueryObjectuiv = 389;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec19 void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h842 GL_APICALL void GL_APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params);
H A Dgl31.h842 GL_APICALL void GL_APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp940 /* void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params ) */
968 glGetQueryObjectuiv(
984 /* void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params ) */
998 glGetQueryObjectuiv(
5193 {"glGetQueryObjectuiv", "(II[II)V", (void *) android_glGetQueryObjectuiv__II_3II },
5194 {"glGetQueryObjectuiv", "(IILjava/nio/IntBuffer;)V", (void *) android_glGetQueryObjectuiv__IILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp6439 glmsg.set_function(GLMessage::glGetQueryObjectuiv);
6462 glContext->hooks->gl.glGetQueryObjectuiv(id, pname, params);
[all...]

Completed in 221 milliseconds