/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 171 glGetIntegeri_v;
|
D | entries.in | 366 GL_ENTRY(void, glGetIntegeri_v, GLenum target, GLuint index, GLint *data)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 831 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/ |
D | GLES30.spec | 38 void glGetIntegeri_v ( GLenum target, GLuint index, GLint *data )
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v); 1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetIntegeri_v); in init_stub_library()
|
D | stubs_riscv64.cc | 321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v); 1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetIntegeri_v); in init_stub_library()
|
D | stubs_arm64.cc | 321 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/ |
D | stubs_arm.cc | 321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v); 1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetIntegeri_v); in init_stub_library()
|
D | stubs_arm64.cc | 321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v); 1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetIntegeri_v); in init_stub_library()
|
D | stubs_riscv64.cc | 321 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetIntegeri_v); 1169 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetIntegeri_v); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 523 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/ |
D | gl3.h | 1132 GL_APICALL void GL_APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);
|
D | gl31.h | 1134 GL_APICALL void GL_APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);
|
D | gl32.h | 1134 GL_APICALL void GL_APIENTRY glGetIntegeri_v (GLenum target, GLuint index, GLint *data);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1989 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20241 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/ |
D | current.txt | 31172 method public static void glGetIntegeri_v(int, int, int[], int); 31173 method public static void glGetIntegeri_v(int, int, java.nio.IntBuffer);
|