Home
last modified time | relevance | path

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

123

/third_party/skia/m133/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
/third_party/skia/include/core/
DSkPixmap.h563 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() function
618 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function
639 bool readPixels(const SkPixmap& dst) const { in readPixels() function
DSkBitmap.h1001 bool readPixels(const SkPixmap& dst) const { in readPixels() function
/third_party/skia/m133/src/image/
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
DSkSurface.cpp129 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface
133 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface
138 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
/third_party/vk-gl-cts/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.cpp746 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, float* dataPtr) in readPixels() function in deqp::egl::__anonf6efc9320111::WideColorSurfaceTest
752 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint32 *dataPtr) in readPixels() function in deqp::egl::__anonf6efc9320111::WideColorSurfaceTest
758 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint8 *dataPtr) in readPixels() function in deqp::egl::__anonf6efc9320111::WideColorSurfaceTest
/third_party/vk-gl-cts/framework/egl/
DegluNativePixmap.cpp56 void NativePixmap::readPixels (tcu::TextureLevel*) in readPixels() function in eglu::NativePixmap
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestCase.cpp131 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::Te… in readPixels() function in deqp::gles31::Functional::FboTestCase
136 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() function in deqp::gles31::Functional::FboTestCase
Des31fFboTestUtil.cpp445 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const … in readPixels() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestCase.cpp127 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::Te… in readPixels() function in deqp::gles3::Functional::FboTestCase
132 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() function in deqp::gles3::Functional::FboTestCase
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContext.cpp77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() function in sglr::Context
/third_party/skia/src/image/
DSkImage.cpp65 bool SkImage::readPixels(GrDirectContext* dContext, const SkImageInfo& dstInfo, void* dstPixels, function in SkImage
71 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, function in SkImage
460 bool SkImage::readPixels(GrDirectContext* dContext, const SkPixmap& pmap, int srcX, int srcY, function in SkImage
467 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { function in SkImage
DSkSurface.cpp243 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface
247 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface
252 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
/third_party/vk-gl-cts/framework/opengl/
DgluPixelTransfer.cpp49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) in readPixels() function
/third_party/skia/src/core/
DSkBitmap.cpp461 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkBitmap
470 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function in SkBitmap
DSkPixmap.cpp159 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkPixmap
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DFramebufferNULL.cpp85 angle::Result FramebufferNULL::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferNULL
/third_party/skia/m133/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp200 angle::Result FramebufferD3D::readPixels(const gl::Context *context, in readPixels() function in rx::FramebufferD3D
/third_party/skia/modules/canvaskit/
Dinterface.js393 function readPixels(source, srcX, srcY, imageInfo, destMallocObj, bytesPerRow) { function
445 CanvasKit.Image.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Image
802 CanvasKit.Canvas.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Canvas
/third_party/skia/m133/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
813 CanvasKit.Canvas.prototype.readPixels = function(srcX, srcY, imageInfo, destMallocObj, method in CanvasKit.Canvas

123