Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt10 glBindBufferBase;
Dentries.in18 GL_ENTRY(void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec42 void glBindBufferBase ( GLenum target, GLuint index, GLuint buffer )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java869 public static native void glBindBufferBase( in glBindBufferBase() method in GLES30
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h34 #define glBindBufferBase wrap_glBindBufferBase macro
Dgles_undefine.h34 #undef glBindBufferBase
Dgles_stubs.in535 void API_ENTRY(glBindBufferBase)(GLenum target, GLuint index, GLuint buffer) {
536 CALL_GL_API(glBindBufferBase, target, index, buffer);
Dgles_decls.in179 GL_ENTRY(void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer)
/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.h1136 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/base/core/jni/
Dandroid_opengl_GLES30.cpp2109 glBindBufferBase( in android_glBindBufferBase__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20177 method public static void glBindBufferBase(int, int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29060 Landroid/opengl/GLES30;->glBindBufferBase(III)V
/frameworks/base/api/
Dcurrent.txt30604 method public static void glBindBufferBase(int, int, int);