Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt125 glFlushMappedBufferRange;
H A Dentries.in267 GL_ENTRY(void, glFlushMappedBufferRange, GLenum target, GLintptr offset, GLsizeiptr length)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec33 void glFlushMappedBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java781 public static native void glFlushMappedBufferRange( in glFlushMappedBufferRange() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFlushMappedBufferRange); in init_stub_library()
H A Dstubs_arm64.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFlushMappedBufferRange); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFlushMappedBufferRange); in init_stub_library()
H A Dstubs_arm64.cc244 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFlushMappedBufferRange);
1092 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFlushMappedBufferRange); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in508 void API_ENTRY(glFlushMappedBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length) {
509 CALL_GL_API(glFlushMappedBufferRange, target, offset, length);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1127 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr le…
H A Dgl31.h1129 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr le…
H A Dgl32.h1129 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr le…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1773 glFlushMappedBufferRange( in android_glFlushMappedBufferRange__III()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29268 method public static void glFlushMappedBufferRange(int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20216 method public static void glFlushMappedBufferRange(int, int, int);