Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt11 glBindBufferRange;
Dentries.in19 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
/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.java859 public static native void glBindBufferRange( in glBindBufferRange() method in GLES30
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferRange);
883 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindBufferRange); in init_stub_library()
Dstubs_arm64.cc35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferRange);
883 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindBufferRange); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferRange);
883 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindBufferRange); in init_stub_library()
Dstubs_arm.cc35 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindBufferRange);
883 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindBufferRange); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h35 #define glBindBufferRange wrap_glBindBufferRange macro
Dgles_undefine.h35 #undef glBindBufferRange
Dgles_stubs.in532 void API_ENTRY(glBindBufferRange)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
533 CALL_GL_API(glBindBufferRange, target, index, buffer, offset, size);
Dgles_decls.in178 GL_ENTRY(void, glBindBufferRange, GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsi…
/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.h1135 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/base/core/jni/
Dandroid_opengl_GLES30.cpp2062 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/non-updatable-api/
Dcurrent.txt32855 method public static void glBindBufferRange(int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt32999 method public static void glBindBufferRange(int, int, int, int, int);