Home
last modified time | relevance | path

Searched refs:glBindVertexBuffer (Results 1 – 14 of 14) 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.java1059 public static native void glBindVertexBuffer( in glBindVertexBuffer() method in GLES31
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto672 glBindVertexBuffer = 643; enumerator
/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.h1173 GL_APICALL void GL_APIENTRY glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp3124 glBindVertexBuffer( in android_glBindVertexBuffer__IIJI()
/frameworks/native/opengl/libs/
Dentries.in30 GL_ENTRY(void, glBindVertexBuffer, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
Dtrace.in30 TRACE_GL_VOID(glBindVertexBuffer, (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei str…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp13243 glmsg.set_function(GLMessage::glBindVertexBuffer); in GLTrace_glBindVertexBuffer()
13272 glContext->hooks->gl.glBindVertexBuffer(bindingindex, buffer, offset, stride); in GLTrace_glBindVertexBuffer()
/frameworks/base/api/
Dcurrent.txt21880 method public static void glBindVertexBuffer(int, int, long, int);
Dsystem-current.txt23824 method public static void glBindVertexBuffer(int, int, long, int);