Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt169 glGetInteger64i_v;
Dentries.in363 GL_ENTRY(void, glGetInteger64i_v, GLenum target, GLuint index, GLint64 *data)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1475 public static native void glGetInteger64i_v( in glGetInteger64i_v() method in GLES30
1484 public static native void glGetInteger64i_v( in glGetInteger64i_v() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec84 void glGetInteger64i_v ( GLenum target, GLuint index, GLint64 *data )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc318 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetInteger64i_v);
1166 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetInteger64i_v); in init_stub_library()
Dstubs_riscv64.cc318 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetInteger64i_v);
1166 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetInteger64i_v); in init_stub_library()
Dstubs_arm64.cc318 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetInteger64i_v);
1166 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetInteger64i_v); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc318 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetInteger64i_v);
1166 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetInteger64i_v); in init_stub_library()
Dstubs_arm64.cc318 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetInteger64i_v);
1166 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetInteger64i_v); in init_stub_library()
Dstubs_riscv64.cc318 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetInteger64i_v);
1166 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetInteger64i_v); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in658 void API_ENTRY(glGetInteger64i_v)(GLenum target, GLuint index, GLint64 *data) {
659 CALL_GL_API(glGetInteger64i_v, target, index, data);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1177 GL_APICALL void GL_APIENTRY glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data);
Dgl31.h1179 GL_APICALL void GL_APIENTRY glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data);
Dgl32.h1179 GL_APICALL void GL_APIENTRY glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp4508 glGetInteger64i_v( in android_glGetInteger64i_v__II_3JI()
4547 glGetInteger64i_v( in android_glGetInteger64i_v__IILjava_nio_LongBuffer_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.txt20237 method public static void glGetInteger64i_v(int, int, long[], int);
20238 method public static void glGetInteger64i_v(int, int, java.nio.LongBuffer);
/frameworks/base/core/api/
Dcurrent.txt31168 method public static void glGetInteger64i_v(int, int, long[], int);
31169 method public static void glGetInteger64i_v(int, int, java.nio.LongBuffer);