Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt171 glGetIntegeri_v;
Dentries.in366 GL_ENTRY(void, glGetIntegeri_v, GLenum target, GLuint index, GLint *data)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java831 public static native void glGetIntegeri_v( in glGetIntegeri_v() method in GLES30
840 public static native void glGetIntegeri_v( in glGetIntegeri_v() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec38 void glGetIntegeri_v ( GLenum target, GLuint index, GLint *data )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v);
1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetIntegeri_v); in init_stub_library()
Dstubs_riscv64.cc321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v);
1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetIntegeri_v); in init_stub_library()
Dstubs_arm64.cc321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v);
1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetIntegeri_v); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v);
1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetIntegeri_v); in init_stub_library()
Dstubs_arm64.cc321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v);
1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetIntegeri_v); in init_stub_library()
Dstubs_riscv64.cc321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v);
1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetIntegeri_v); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in523 void API_ENTRY(glGetIntegeri_v)(GLenum target, GLuint index, GLint *data) {
524 CALL_GL_API(glGetIntegeri_v, target, index, data);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1132 GL_APICALL void GL_APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);
Dgl31.h1134 GL_APICALL void GL_APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);
Dgl32.h1134 GL_APICALL void GL_APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1989 glGetIntegeri_v( in android_glGetIntegeri_v__II_3II()
2028 glGetIntegeri_v( in android_glGetIntegeri_v__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.txt20241 method public static void glGetIntegeri_v(int, int, int[], int);
20242 method public static void glGetIntegeri_v(int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt31172 method public static void glGetIntegeri_v(int, int, int[], int);
31173 method public static void glGetIntegeri_v(int, int, java.nio.IntBuffer);