Searched refs:glBindBufferBase (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto438 glBindBufferBase = 412;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec42 void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java859 // C function void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
861 public static native void glBindBufferBase( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h988 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1053 const GLMessage_Function GLMessage::glBindBufferBase; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1401 static const Function glBindBufferBase = GLMessage_Function_glBindBufferBase; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp7433 glmsg.set_function(GLMessage::glBindBufferBase);
7456 glContext->hooks->gl.glBindBufferBase(target, index, buffer);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1715 /* void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer ) */
1719 glBindBufferBase(
5105 {"glBindBufferBase", "(III)V", (void *) android_glBindBufferBase__III },

Completed in 91 milliseconds