Home
last modified time | relevance | path

Searched defs:readPixels (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/external/skia/src/image/
H A DSkImage.cpp46 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 DSkSurface.cpp125 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 DSkPixmap.h592 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 DSkBitmap.h1068 bool readPixels(const SkPixmap& dst) const { in readPixels() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp131 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 Des31fFboTestCase.cpp135 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 Des31fFboTestUtil.cpp463 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 DteglWideColorTests.cpp634 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 DteglVGRenderUtil.cpp48 void readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
H A DteglGLES1RenderUtil.cpp50 void readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
H A DteglGLES2RenderUtil.cpp44 void readPixels(const glw::Functions &gl, tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
H A DteglColorClearCase.cpp148 static void readPixels(EGLint api, const ApiFunctions &func, tcu::Surface &dst) in readPixels() function
H A DteglPreservingSwapTests.cpp310 void readPixels(const glw::Functions &gl, tcu::Surface *screen) in readPixels() function
/aosp_15_r20/external/skia/src/core/
H A DSkBitmap.cpp488 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 DSkCanvas.cpp384 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 DegluNativePixmap.cpp58 void NativePixmap::readPixels(tcu::TextureLevel *) in readPixels() function in eglu::NativePixmap
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrContext.cpp79 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 DgluPixelTransfer.cpp49 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 Dinterface.js410 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 DFramebufferNULL.cpp85 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 DFramebufferD3D.cpp200 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 DFramebufferWgpu.cpp246 angle::Result FramebufferWgpu::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferWgpu
H A Dwgpu_helpers.cpp309 angle::Result ImageHelper::readPixels(rx::ContextWgpu *contextWgpu, in readPixels() function in rx::webgpu::ImageHelper
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp251 void FlushFinishCase::readPixels(void) in readPixels() function in deqp::gles2::Functional::__anonc425510d0111::FlushFinishCase
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp1549 std::vector<glw::GLfloat> gl3cts::ClipDistance::Utility::Framebuffer::readPixels() in readPixels() function in gl3cts::ClipDistance::Utility::Framebuffer

12345