Home
last modified time | relevance | path

Searched refs:glBindVertexBuffer (Results 1 – 16 of 16) 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/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/base/libs/hwui/debug/
Dwrap_gles.h53 #define glBindVertexBuffer wrap_glBindVertexBuffer macro
Dunwrap_gles.h53 #undef glBindVertexBuffer
/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.cpp3182 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
/frameworks/native/opengl/libs/
Dentries.in34 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20647 method public static void glBindVertexBuffer(int, int, long, int);
/frameworks/base/api/
Dcurrent.txt27159 method public static void glBindVertexBuffer(int, int, long, int);
Dsystem-current.txt29599 method public static void glBindVertexBuffer(int, int, long, int);
Dtest-current.txt27228 method public static void glBindVertexBuffer(int, int, long, int);