Searched refs:glBindBufferRange (Results 1 – 14 of 14) sorted by relevance
/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 | 851 public static native void glBindBufferRange( in glBindBufferRange() method in GLES30
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 38 #define glBindBufferRange wrap_glBindBufferRange macro
|
D | unwrap_gles.h | 38 #undef glBindBufferRange
|
/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 | 1137 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/native/opengl/libs/ |
D | entries.in | 19 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 1826 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/api/ |
D | current.txt | 26688 method public static void glBindBufferRange(int, int, int, int, int);
|
D | system-current.txt | 29128 method public static void glBindBufferRange(int, int, int, int, int);
|
D | test-current.txt | 26757 method public static void glBindBufferRange(int, int, int, int, int);
|