Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt10 glBindBufferBase;
Dentries.in18 GL_ENTRY(void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec42 void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java869 public static native void glBindBufferBase( in glBindBufferBase() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferBase);
882 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindBufferBase); in init_stub_library()
Dstubs_riscv64.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferBase);
882 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindBufferBase); in init_stub_library()
Dstubs_arm64.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferBase);
882 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindBufferBase); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferBase);
882 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindBufferBase); in init_stub_library()
Dstubs_arm64.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferBase);
882 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindBufferBase); in init_stub_library()
Dstubs_riscv64.cc34 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferBase);
882 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindBufferBase); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in535 void API_ENTRY(glBindBufferBase)(GLenum target, GLuint index, GLuint buffer) {
536 CALL_GL_API(glBindBufferBase, target, index, buffer);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1136 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl31.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl32.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp2076 glBindBufferBase( in android_glBindBufferBase__III()
/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.txt20177 method public static void glBindBufferBase(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31108 method public static void glBindBufferBase(int, int, int);