Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec33 void glFlushMappedBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java773 public static native void glFlushMappedBufferRange( in glFlushMappedBufferRange() method in GLES30
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h269 #define glFlushMappedBufferRange wrap_glFlushMappedBufferRange macro
Dunwrap_gles.h269 #undef glFlushMappedBufferRange
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in508 void API_ENTRY(glFlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length) {
509 CALL_GL_API(glFlushMappedBufferRange, target, offset, length);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1129 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr le…
Dgl31.h1129 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr le…
Dgl32.h1129 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr le…
/frameworks/native/opengl/libs/
Dentries.in250 GL_ENTRY(void, glFlushMappedBufferRange, GLenum target, GLintptr offset, GLsizeiptr length)
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1579 glFlushMappedBufferRange( in android_glFlushMappedBufferRange__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20216 method public static void glFlushMappedBufferRange(int, int, int);
/frameworks/base/api/
Dcurrent.txt26726 method public static void glFlushMappedBufferRange(int, int, int);
Dsystem-current.txt29166 method public static void glFlushMappedBufferRange(int, int, int);
Dtest-current.txt26795 method public static void glFlushMappedBufferRange(int, int, int);