Home
last modified time | relevance | path

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

123

/external/skia/include/core/
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
DSkBitmap.h1068 bool readPixels(const SkPixmap& dst) const { in readPixels() function
/external/skia/src/image/
DSkImage.cpp42 bool SkImage::readPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, in readPixels() function in SkImage
48 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, in readPixels() function in SkImage
220 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, in readPixels() function in SkImage
227 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() function in SkImage
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
/external/deqp/modules/egl/
DteglVGRenderUtil.cpp48 void readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
DteglGLES1RenderUtil.cpp50 void readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
DteglGLES2RenderUtil.cpp44 void readPixels(const glw::Functions &gl, tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function
DteglWideColorTests.cpp634 void WideColorSurfaceTest::readPixels(const glw::Functions &gl, float *dataPtr) in readPixels() function in deqp::egl::__anon18144d250111::WideColorSurfaceTest
640 void WideColorSurfaceTest::readPixels(const glw::Functions &gl, uint32_t *dataPtr) in readPixels() function in deqp::egl::__anon18144d250111::WideColorSurfaceTest
646 void WideColorSurfaceTest::readPixels(const glw::Functions &gl, uint8_t *dataPtr) in readPixels() function in deqp::egl::__anon18144d250111::WideColorSurfaceTest
DteglColorClearCase.cpp148 static void readPixels(EGLint api, const ApiFunctions &func, tcu::Surface &dst) in readPixels() function
DteglPreservingSwapTests.cpp310 void readPixels(const glw::Functions &gl, tcu::Surface *screen) in readPixels() function
/external/deqp/framework/egl/
DegluNativePixmap.cpp58 void NativePixmap::readPixels(tcu::TextureLevel *) in readPixels() function in eglu::NativePixmap
/external/deqp/modules/gles31/functional/
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
Des31fFboTestUtil.cpp463 void readPixels(sglr::Context &ctx, tcu::Surface &dst, int x, int y, int width, int height, in readPixels() function
/external/deqp/modules/gles3/functional/
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
/external/deqp/framework/opengl/simplereference/
DsglrContext.cpp79 void Context::readPixels(tcu::Surface &dst, int x, int y, int width, int height) in readPixels() function in sglr::Context
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp49 void readPixels(const RenderContext &context, int x, int y, const tcu::PixelBufferAccess &dst) in readPixels() function
/external/skia/src/core/
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
DSkDevice.h153 bool readPixels(const SkPixmap& dst, int x, int y) { return this->onReadPixels(dst, x, y); } in readPixels() function
/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp85 angle::Result FramebufferNULL::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferNULL
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp200 angle::Result FramebufferD3D::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferD3D
/external/angle/src/libANGLE/renderer/wgpu/
DFramebufferWgpu.cpp217 angle::Result FramebufferWgpu::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferWgpu
Dwgpu_helpers.cpp204 angle::Result ImageHelper::readPixels(rx::ContextWgpu *contextWgpu, in readPixels() function in rx::webgpu::ImageHelper
/external/skia/modules/canvaskit/
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
808 CanvasKit.Canvas.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Canvas
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp251 void FlushFinishCase::readPixels(void) in readPixels() function in deqp::gles2::Functional::__anonf71336ab0111::FlushFinishCase
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp1549 std::vector<glw::GLfloat> gl3cts::ClipDistance::Utility::Framebuffer::readPixels() in readPixels() function in gl3cts::ClipDistance::Utility::Framebuffer

123