Home
last modified time | relevance | path

Searched refs:glBindBufferBase (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec42 void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java861 public static native void glBindBufferBase( in glBindBufferBase() method in GLES30
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h37 #define glBindBufferBase wrap_glBindBufferBase macro
Dunwrap_gles.h37 #undef glBindBufferBase
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in535 void API_ENTRY(glBindBufferBase)(GLenum target, GLuint index, GLuint buffer) {
536 CALL_GL_API(glBindBufferBase, target, index, buffer);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl31.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
Dgl32.h1138 GL_APICALL void GL_APIENTRY glBindBufferBase (GLenum target, GLuint index, GLuint buffer);
/frameworks/native/opengl/libs/
Dentries.in18 GL_ENTRY(void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer)
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1839 glBindBufferBase( in android_glBindBufferBase__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20177 method public static void glBindBufferBase(int, int, int);
/frameworks/base/api/
Dcurrent.txt26687 method public static void glBindBufferBase(int, int, int);
Dsystem-current.txt29127 method public static void glBindBufferBase(int, int, int);
Dtest-current.txt26756 method public static void glBindBufferBase(int, int, int);