Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetBufferPointerv.java7 public static native java.nio.Buffer glGetBufferPointerv( in glGetBufferPointerv() method
H A DglGetBufferPointerv.nativeReg1 {"glGetBufferPointerv", "(II)Ljava/nio/Buffer;", (void *) android_glGetBufferPointerv__II },
H A DglGetBufferPointerv.cpp8 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); in android_glGetBufferPointerv__II()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt159 glGetBufferPointerv;
H A Dentries.in334 GL_ENTRY(void, glGetBufferPointerv, GLenum target, GLenum pname, void **params)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec21 void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid **params )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java597 public static native java.nio.Buffer glGetBufferPointerv( in glGetBufferPointerv() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc296 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferPointerv);
1144 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetBufferPointerv); in init_stub_library()
H A Dstubs_arm64.cc296 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferPointerv);
1144 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetBufferPointerv); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc296 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferPointerv);
1144 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetBufferPointerv); in init_stub_library()
H A Dstubs_arm64.cc296 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetBufferPointerv);
1144 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetBufferPointerv); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in472 void API_ENTRY(glGetBufferPointerv)(GLenum target, GLenum pname, void **params) {
473 CALL_GL_API(glGetBufferPointerv, target, pname, params);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1115 GL_APICALL void GL_APIENTRY glGetBufferPointerv (GLenum target, GLenum pname, void **params);
H A Dgl31.h1117 GL_APICALL void GL_APIENTRY glGetBufferPointerv (GLenum target, GLenum pname, void **params);
H A Dgl32.h1117 GL_APICALL void GL_APIENTRY glGetBufferPointerv (GLenum target, GLenum pname, void **params);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1124 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p); in android_glGetBufferPointerv__II()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29287 method public static java.nio.Buffer glGetBufferPointerv(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20235 method public static java.nio.Buffer glGetBufferPointerv(int, int);