Home
last modified time | relevance | path

Searched refs:glMapBufferRange (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglMapBufferRange.nativeReg1 {"glMapBufferRange", "(IIII)Ljava/nio/Buffer;", (void *) android_glMapBufferRange__IIII },
DglMapBufferRange.java7 public static native java.nio.Buffer glMapBufferRange( in glMapBufferRange() method
DglMapBufferRange.cpp5 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt253 glMapBufferRange;
Dentries.in561 GL_ENTRY(void *, glMapBufferRange, GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield ac…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec32 GLvoid * glMapBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java772 public static native java.nio.Buffer glMapBufferRange( in glMapBufferRange() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc478 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMapBufferRange);
1326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMapBufferRange); in init_stub_library()
Dstubs_riscv64.cc478 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMapBufferRange);
1326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMapBufferRange); in init_stub_library()
Dstubs_arm64.cc478 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMapBufferRange);
1326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glMapBufferRange); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc478 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMapBufferRange);
1326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMapBufferRange); in init_stub_library()
Dstubs_arm64.cc478 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMapBufferRange);
1326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMapBufferRange); in init_stub_library()
Dstubs_riscv64.cc478 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMapBufferRange);
1326 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glMapBufferRange); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in505 void * API_ENTRY(glMapBufferRange)(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield ac…
506 CALL_GL_API_RETURN(glMapBufferRange, target, offset, length, access);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1126 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, G…
Dgl31.h1128 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, G…
Dgl32.h1128 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, G…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1761 GLvoid* _p = glMapBufferRange((GLenum)target, in android_glMapBufferRange__IIII()
/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.txt20280 method public static java.nio.Buffer glMapBufferRange(int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31212 method public static java.nio.Buffer glMapBufferRange(int, int, int, int);