Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglBindVertexBuffer.java3 public static native void glBindVertexBuffer( in glBindVertexBuffer() method
H A DglBindVertexBuffer.nativeReg1 {"glBindVertexBuffer", "(IIJI)V", (void *) android_glBindVertexBuffer__IIJI },
H A DglBindVertexBuffer.cpp9 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt21 glBindVertexBuffer; # introduced=21
H A Dentries.in34 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec64 void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java1066 public static native void glBindVertexBuffer( in glBindVertexBuffer() method in GLES31
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexBuffer);
896 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexBuffer); in init_stub_library()
H A Dstubs_arm64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexBuffer);
896 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexBuffer); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexBuffer);
896 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexBuffer); in init_stub_library()
H A Dstubs_arm64.cc48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexBuffer);
896 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexBuffer); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in928 void API_ENTRY(glBindVertexBuffer)(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
929 CALL_GL_API(glBindVertexBuffer, bindingindex, buffer, offset, stride);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1516 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
H A Dgl32.h1516 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3602 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
/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.txt29701 method public static void glBindVertexBuffer(int, int, long, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20647 method public static void glBindVertexBuffer(int, int, long, int);