Searched refs:glBindBufferRange (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 11 glBindBufferRange;
|
D | entries.in | 19 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 41 void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr si…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 859 public static native void glBindBufferRange( in glBindBufferRange() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 35 #define glBindBufferRange wrap_glBindBufferRange macro
|
D | gles_undefine.h | 35 #undef glBindBufferRange
|
D | gles_stubs.in | 532 void API_ENTRY(glBindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi… 533 CALL_GL_API(glBindBufferRange, target, index, buffer, offset, size);
|
D | gles_decls.in | 178 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 532 void API_ENTRY(glBindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi… 533 CALL_GL_API(glBindBufferRange, target, index, buffer, offset, size);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1135 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl31.h | 1137 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
D | gl32.h | 1137 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 2096 glBindBufferRange( in android_glBindBufferRange__IIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20178 method public static void glBindBufferRange(int, int, int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 29061 Landroid/opengl/GLES30;->glBindBufferRange(IIIII)V
|
/frameworks/base/api/ |
D | current.txt | 30605 method public static void glBindBufferRange(int, int, int, int, int);
|