Home
last modified time | relevance | path

Searched refs:glGetQueryObjectuiv (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt192 glGetQueryObjectuiv;
Dentries.in424 GL_ENTRY(void, glGetQueryObjectuiv, GLuint id, GLenum pname, GLuint *params)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java570 public static native void glGetQueryObjectuiv( in glGetQueryObjectuiv() method in GLES30
579 public static native void glGetQueryObjectuiv( in glGetQueryObjectuiv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec19 void glGetQueryObjectuiv ( GLuint id, GLenum pname, GLuint *params )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc373 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetQueryObjectuiv);
1221 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetQueryObjectuiv); in init_stub_library()
Dstubs_riscv64.cc373 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetQueryObjectuiv);
1221 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetQueryObjectuiv); in init_stub_library()
Dstubs_arm64.cc373 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetQueryObjectuiv);
1221 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetQueryObjectuiv); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc373 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetQueryObjectuiv);
1221 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetQueryObjectuiv); in init_stub_library()
Dstubs_arm64.cc373 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetQueryObjectuiv);
1221 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetQueryObjectuiv); in init_stub_library()
Dstubs_riscv64.cc373 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetQueryObjectuiv);
1221 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetQueryObjectuiv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in466 void API_ENTRY(glGetQueryObjectuiv)(GLuint id, GLenum pname, GLuint *params) {
467 CALL_GL_API(glGetQueryObjectuiv, id, pname, params);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1113 GL_APICALL void GL_APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params);
Dgl31.h1115 GL_APICALL void GL_APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params);
Dgl32.h1115 GL_APICALL void GL_APIENTRY glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1053 glGetQueryObjectuiv( in android_glGetQueryObjectuiv__II_3II()
1092 glGetQueryObjectuiv( in android_glGetQueryObjectuiv__IILjava_nio_IntBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20247 method public static void glGetQueryObjectuiv(int, int, int[], int);
20248 method public static void glGetQueryObjectuiv(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt31178 method public static void glGetQueryObjectuiv(int, int, int[], int);
31179 method public static void glGetQueryObjectuiv(int, int, java.nio.IntBuffer);