Searched refs:glBindBufferRange (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto439 glBindBufferRange = 411;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec41 void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java849 // C function void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size )
851 public static native void glBindBufferRange( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
H A Dgl31.h864 GL_APICALL void GL_APIENTRY glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1820 /* void glBindBufferRange ( GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size ) */
1824 glBindBufferRange(
5226 {"glBindBufferRange", "(IIIII)V", (void *) android_glBindBufferRange__IIIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp7380 glmsg.set_function(GLMessage::glBindBufferRange);
7415 glContext->hooks->gl.glBindBufferRange(target, index, buffer, offset, size);
[all...]

Completed in 298 milliseconds