Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec95 glReadnPixels check data bufSize
DGLES32.spec28 void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, G…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt311 glReadnPixels; # introduced=24
Dentries.in777 GL_ENTRY(void, glReadnPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java538 public static native void glReadnPixels( in glReadnPixels() method in GLES32
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
Dstubs_riscv64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
Dstubs_arm64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
Dstubs_arm64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
Dstubs_riscv64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1024 void API_ENTRY(glReadnPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
1025 CALL_GL_API(glReadnPixels, x, y, width, height, format, type, bufSize, data);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1039 glReadnPixels( in android_glReadnPixels__IIIIIIILjava_nio_Buffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1805 GL_APICALL void GL_APIENTRY glReadnPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum …
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32155 method public static void glReadnPixels(int, int, int, int, int, int, int, java.nio.Buffer);