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