Home
last modified time | relevance | path

Searched refs:glGetBufferParameteri64v (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetBufferPointerv.cpp7 glGetBufferParameteri64v((GLenum)target, GL_BUFFER_MAP_LENGTH, &_mapLength); in android_glGetBufferPointerv__II()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt157 glGetBufferParameteri64v;
Dentries.in332 GL_ENTRY(void, glGetBufferParameteri64v, GLenum target, GLenum pname, GLint64 *params)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1492 public static native void glGetBufferParameteri64v( in glGetBufferParameteri64v() method in GLES30
1501 public static native void glGetBufferParameteri64v( in glGetBufferParameteri64v() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec85 void glGetBufferParameteri64v ( GLenum target, GLenum pname, GLint64 *params )
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc294 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferParameteri64v);
1142 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetBufferParameteri64v); in init_stub_library()
Dstubs_riscv64.cc294 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferParameteri64v);
1142 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetBufferParameteri64v); in init_stub_library()
Dstubs_arm64.cc294 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferParameteri64v);
1142 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetBufferParameteri64v); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc294 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferParameteri64v);
1142 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetBufferParameteri64v); in init_stub_library()
Dstubs_arm64.cc294 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferParameteri64v);
1142 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetBufferParameteri64v); in init_stub_library()
Dstubs_riscv64.cc294 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferParameteri64v);
1142 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetBufferParameteri64v); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in661 void API_ENTRY(glGetBufferParameteri64v)(GLenum target, GLenum pname, GLint64 *params) {
662 CALL_GL_API(glGetBufferParameteri64v, target, pname, params);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1124 glGetBufferParameteri64v((GLenum)target, GL_BUFFER_MAP_LENGTH, &_mapLength); in android_glGetBufferPointerv__II()
4590 glGetBufferParameteri64v( in android_glGetBufferParameteri64v__II_3JI()
4629 glGetBufferParameteri64v( in android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl3.h1178 GL_APICALL void GL_APIENTRY glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params);
Dgl31.h1180 GL_APICALL void GL_APIENTRY glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params);
Dgl32.h1180 GL_APICALL void GL_APIENTRY glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params);
/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.txt20233 method public static void glGetBufferParameteri64v(int, int, long[], int);
20234 method public static void glGetBufferParameteri64v(int, int, java.nio.LongBuffer);
/frameworks/base/core/api/
Dcurrent.txt31164 method public static void glGetBufferParameteri64v(int, int, long[], int);
31165 method public static void glGetBufferParameteri64v(int, int, java.nio.LongBuffer);