Searched refs:glBindVertexBuffer (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glBindVertexBuffer.nativeReg | 1 {"glBindVertexBuffer", "(IIJI)V", (void *) android_glBindVertexBuffer__IIJI },
|
D | glBindVertexBuffer.java | 3 public static native void glBindVertexBuffer( in glBindVertexBuffer() method
|
D | glBindVertexBuffer.cpp | 9 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
|
/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 | 1059 public static native void glBindVertexBuffer( in glBindVertexBuffer() method in GLES31
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 672 glBindVertexBuffer = 643; enumerator
|
/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 | 1173 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 3124 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 30 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
|
D | trace.in | 30 TRACE_GL_VOID(glBindVertexBuffer, (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 13243 glmsg.set_function(GLMessage::glBindVertexBuffer); in GLTrace_glBindVertexBuffer() 13272 glContext->hooks->gl.glBindVertexBuffer(bindingindex, buffer, offset, stride); in GLTrace_glBindVertexBuffer()
|
/frameworks/base/api/ |
D | current.txt | 21880 method public static void glBindVertexBuffer(int, int, long, int);
|
D | system-current.txt | 23824 method public static void glBindVertexBuffer(int, int, long, int);
|