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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec42 void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h34 #define glBindBufferBase wrap_glBindBufferBase macro
H A Dgles_undefine.h34 #undef glBindBufferBase macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java867 // C function void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
869 public static native void glBindBufferBase( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
H A Dgl31.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
H A Dgl32.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2106 /* void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer ) */
2110 glBindBufferBase(
5977 {"glBindBufferBase", "(III)V", (void *) android_glBindBufferBase__III },

Completed in 144 milliseconds