Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt125 glFlushMappedBufferRange;
Dentries.in267 GL_ENTRY(void, glFlushMappedBufferRange, GLenum target, GLintptr offset, GLsizeiptr length)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec33 void glFlushMappedBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java781 public static native void glFlushMappedBufferRange( in glFlushMappedBufferRange() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFlushMappedBufferRange); in init_stub_library()
Dstubs_riscv64.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFlushMappedBufferRange); in init_stub_library()
Dstubs_arm64.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFlushMappedBufferRange); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFlushMappedBufferRange); in init_stub_library()
Dstubs_arm64.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFlushMappedBufferRange); in init_stub_library()
Dstubs_riscv64.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFlushMappedBufferRange); in init_stub_library()
/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.h1127 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/base/core/jni/
Dandroid_opengl_GLES30.cpp1774 glFlushMappedBufferRange( in android_glFlushMappedBufferRange__III()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20216 method public static void glFlushMappedBufferRange(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31147 method public static void glFlushMappedBufferRange(int, int, int);