Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec41 void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr si…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java851 public static native void glBindBufferRange( in glBindBufferRange() method in GLES30
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h38 #define glBindBufferRange wrap_glBindBufferRange macro
Dunwrap_gles.h38 #undef glBindBufferRange
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in532 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/
Dgl3.h1137 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl31.h1137 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
Dgl32.h1137 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr…
/frameworks/native/opengl/libs/
Dentries.in19 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1826 glBindBufferRange( in android_glBindBufferRange__IIIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20178 method public static void glBindBufferRange(int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt26688 method public static void glBindBufferRange(int, int, int, int, int);
Dsystem-current.txt29128 method public static void glBindBufferRange(int, int, int, int, int);
Dtest-current.txt26757 method public static void glBindBufferRange(int, int, int, int, int);