Home
last modified time | relevance | path

Searched refs:glReadPixels (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java72 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 DlibGLESv2.map.txt148 glReadPixels;
H A DlibGLESv1_CM.map.txt226 glReadPixels;
H A DlibGLESv3.map.txt310 glReadPixels;
/aosp12/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp139 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf); in copyFrame()
/aosp12/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp666 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 Dstubs_arm64.cc243 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadPixels);
523 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glReadPixels); in init_stub_library()
H A Dstubs_arm.cc243 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 DGenImage.java253 GLES20.glReadPixels(0,0, 512, 512, GLES20.GL_RGBA, in draw()
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp350 glReadPixels(0, in ReadFboPixels()
/aosp12/frameworks/native/libs/gui/tests/
H A DGLTest.cpp181 glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel); in checkPixel()
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec82 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
H A DGLES20.spec94 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
H A DGLES30.spec111 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 DGL10.java792 void glReadPixels( in glReadPixels() method
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl_api.in361 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 Dglspec-1.082 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GL…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1041 public static native void glReadPixels( in glReadPixels() method in GLES10
H A DGLErrorWrapper.java663 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 DGLES20.java1320 public static native void glReadPixels( in glReadPixels() method in GLES20
H A DGLES30.java1819 public static native void glReadPixels( in glReadPixels() method in GLES30
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java439 GLES20.glReadPixels(mStartX, mStartY, mWidth, mHeight, in DumpToFile()
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h554 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 DGLImpl.java869 public native void glReadPixels( in glReadPixels() method in GLImpl
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc655 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadPixels);
1503 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadPixels); in init_stub_library()

12