Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec95 glReadnPixels check data bufSize
H A DGLES32.spec28 void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, G…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt311 glReadnPixels; # introduced=24
H A Dentries.in777 GL_ENTRY(void, glReadnPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java538 public static native void glReadnPixels( in glReadnPixels() method in GLES32
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
H A Dstubs_arm64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
H A Dstubs_arm64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A 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);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp1038 glReadnPixels( in android_glReadnPixels__IIIIIIILjava_nio_Buffer_2()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1805 GL_APICALL void GL_APIENTRY glReadnPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum …
/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.txt30276 method public static void glReadnPixels(int, int, int, int, int, int, int, java.nio.Buffer);