/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GLToolbox.java | 72 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels); in readFbo() 78 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels); in readTarget()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv2.map.txt | 148 glReadPixels;
|
H A D | libGLESv1_CM.map.txt | 226 glReadPixels;
|
H A D | libGLESv3.map.txt | 310 glReadPixels;
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | FrameOutput.cpp | 139 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf); in copyFrame()
|
/aosp12/packages/apps/LegacyCamera/jni/ |
H A D | mosaic_renderer_jni.cpp | 666 glReadPixels(0, in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU() 679 glReadPixels(0, in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 243 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadPixels); 523 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glReadPixels); in init_stub_library()
|
H A D | stubs_arm.cc | 243 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadPixels); 523 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glReadPixels); in init_stub_library()
|
/aosp12/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
H A D | GenImage.java | 253 GLES20.glReadPixels(0,0, 512, 512, GLES20.GL_RGBA, in draw()
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_frame.cpp | 350 glReadPixels(0, in ReadFboPixels()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | GLTest.cpp | 181 glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel); in checkPixel()
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 82 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
|
H A D | GLES20.spec | 94 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
|
H A D | GLES30.spec | 111 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 792 void glReadPixels( in glReadPixels() method
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl_api.in | 361 void API_ENTRY(glReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum… 362 CALL_GL_API(glReadPixels, x, y, width, height, format, type, pixels);
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.0 | 82 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 1041 public static native void glReadPixels( in glReadPixels() method in GLES10
|
H A D | GLErrorWrapper.java | 663 public void glReadPixels(int x, int y, int width, int height, int format, in glReadPixels() method in GLErrorWrapper 666 mgl.glReadPixels(x, y, width, height, format, type, pixels); in glReadPixels()
|
H A D | GLES20.java | 1320 public static native void glReadPixels( in glReadPixels() method in GLES20
|
H A D | GLES30.java | 1819 public static native void glReadPixels( in glReadPixels() method in GLES30
|
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight, in DumpToFile()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 554 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, G…
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 869 public native void glReadPixels( in glReadPixels() method in GLImpl
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/ |
H A D | stubs_arm.cc | 655 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadPixels); 1503 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadPixels); in init_stub_library()
|