/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | glBindVertexBuffer.java | 3 public static native void glBindVertexBuffer( in glBindVertexBuffer() method
|
H A D | glBindVertexBuffer.nativeReg | 1 {"glBindVertexBuffer", "(IIJI)V", (void *) android_glBindVertexBuffer__IIJI },
|
H A D | glBindVertexBuffer.cpp | 9 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv3.map.txt | 21 glBindVertexBuffer; # introduced=21
|
H A D | entries.in | 34 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31.spec | 64 void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 1066 public static native void glBindVertexBuffer( in glBindVertexBuffer() method in GLES31
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexBuffer); 896 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexBuffer); in init_stub_library()
|
H A D | stubs_arm64.cc | 48 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 D | stubs_arm.cc | 48 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexBuffer); 896 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexBuffer); in init_stub_library()
|
H A D | stubs_arm64.cc | 48 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 D | gl2_api.in | 928 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 D | gl31.h | 1516 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
H A D | gl32.h | 1516 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31.cpp | 3602 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 29701 method public static void glBindVertexBuffer(int, int, long, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 20647 method public static void glBindVertexBuffer(int, int, long, int);
|