Home
last modified time | relevance | path

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

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