/aosp_15_r20/external/skia/src/image/ |
H A D | SkImage.cpp | 46 bool SkImage::readPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, in readPixels() function in SkImage 76 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, in readPixels() function in SkImage 239 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() function in SkImage 246 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() function in SkImage
|
H A D | SkSurface.cpp | 125 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface 129 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface 134 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPixmap.h | 592 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() function 647 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function 668 bool readPixels(const SkPixmap& dst) const { in readPixels() function
|
H A D | SkBitmap.h | 1068 bool readPixels(const SkPixmap& dst) const { in readPixels() function
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 131 void FboTestCase::readPixels(tcu::Surface &dst, int x, int y, int width, int height, const tcu::Tex… in readPixels() function in deqp::gles3::Functional::FboTestCase 137 void FboTestCase::readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function in deqp::gles3::Functional::FboTestCase
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 135 void FboTestCase::readPixels(tcu::Surface &dst, int x, int y, int width, int height, const tcu::Tex… in readPixels() function in deqp::gles31::Functional::FboTestCase 141 void FboTestCase::readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function in deqp::gles31::Functional::FboTestCase
|
H A D | es31fFboTestUtil.cpp | 463 void readPixels(sglr::Context &ctx, tcu::Surface &dst, int x, int y, int width, int height, in readPixels() function
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglWideColorTests.cpp | 634 void WideColorSurfaceTest::readPixels(const glw::Functions &gl, float *dataPtr) in readPixels() function in deqp::egl::__anon5104afc70111::WideColorSurfaceTest 640 void WideColorSurfaceTest::readPixels(const glw::Functions &gl, uint32_t *dataPtr) in readPixels() function in deqp::egl::__anon5104afc70111::WideColorSurfaceTest 646 void WideColorSurfaceTest::readPixels(const glw::Functions &gl, uint8_t *dataPtr) in readPixels() function in deqp::egl::__anon5104afc70111::WideColorSurfaceTest
|
H A D | teglVGRenderUtil.cpp | 48 void readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
|
H A D | teglGLES1RenderUtil.cpp | 50 void readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
|
H A D | teglGLES2RenderUtil.cpp | 44 void readPixels(const glw::Functions &gl, tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
|
H A D | teglColorClearCase.cpp | 148 static void readPixels(EGLint api, const ApiFunctions &func, tcu::Surface &dst) in readPixels() function
|
H A D | teglPreservingSwapTests.cpp | 310 void readPixels(const glw::Functions &gl, tcu::Surface *screen) in readPixels() function
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkBitmap.cpp | 488 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkBitmap 497 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function in SkBitmap
|
H A D | SkCanvas.cpp | 384 bool SkCanvas::readPixels(const SkPixmap& pm, int x, int y) { in readPixels() function in SkCanvas 388 bool SkCanvas::readPixels(const SkImageInfo& dstInfo, void* dstP, size_t rowBytes, int x, int y) { in readPixels() function in SkCanvas 392 bool SkCanvas::readPixels(const SkBitmap& bm, int x, int y) { in readPixels() function in SkCanvas
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluNativePixmap.cpp | 58 void NativePixmap::readPixels(tcu::TextureLevel *) in readPixels() function in eglu::NativePixmap
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrContext.cpp | 79 void Context::readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function in sglr::Context
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluPixelTransfer.cpp | 49 void readPixels(const RenderContext &context, int x, int y, const tcu::PixelBufferAccess &dst) in readPixels() function
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | interface.js | 410 function readPixels(source, srcX, srcY, imageInfo, destMallocObj, bytesPerRow, grCtx) { function 468 CanvasKit.Image.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Image 813 CanvasKit.Canvas.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Canvas
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | FramebufferNULL.cpp | 85 angle::Result FramebufferNULL::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferNULL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.cpp | 200 angle::Result FramebufferD3D::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferD3D
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | FramebufferWgpu.cpp | 246 angle::Result FramebufferWgpu::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferWgpu
|
H A D | wgpu_helpers.cpp | 309 angle::Result ImageHelper::readPixels(rx::ContextWgpu *contextWgpu, in readPixels() function in rx::webgpu::ImageHelper
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fFlushFinishTests.cpp | 251 void FlushFinishCase::readPixels(void) in readPixels() function in deqp::gles2::Functional::__anonc425510d0111::FlushFinishCase
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cClipDistance.cpp | 1549 std::vector<glw::GLfloat> gl3cts::ClipDistance::Utility::Framebuffer::readPixels() in readPixels() function in gl3cts::ClipDistance::Utility::Framebuffer
|