Home
last modified time | relevance | path

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

123

/external/skia/include/core/
DSkPixmap.h572 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() function
627 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function
648 bool readPixels(const SkPixmap& dst) const { in readPixels() function
DSkBitmap.h992 bool readPixels(const SkPixmap& dst) const { in readPixels() function
/external/skqp/include/core/
DSkPixmap.h560 bool readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes) const { in readPixels() function
615 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function
636 bool readPixels(const SkPixmap& dst) const { in readPixels() function
DSkBitmap.h1010 bool readPixels(const SkPixmap& dst) const { in readPixels() function
/external/deqp/modules/egl/
DteglGLES1RenderUtil.cpp50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() function
DteglVGRenderUtil.cpp48 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.cpp733 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, float* dataPtr) in readPixels() function in deqp::egl::__anon7d6e3dda0111::WideColorSurfaceTest
739 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint32 *dataPtr) in readPixels() function in deqp::egl::__anon7d6e3dda0111::WideColorSurfaceTest
745 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint8 *dataPtr) in readPixels() function in deqp::egl::__anon7d6e3dda0111::WideColorSurfaceTest
/external/deqp/framework/egl/
DegluNativePixmap.cpp56 void NativePixmap::readPixels (tcu::TextureLevel*) in readPixels() function in eglu::NativePixmap
/external/deqp/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
/external/deqp/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
/external/deqp/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
/external/skqp/src/gpu/
DGrSurfaceContext.cpp39 bool GrSurfaceContext::readPixels(const SkImageInfo& dstInfo, void* dstBuffer, in readPixels() function in GrSurfaceContext
DGrGpu.cpp247 bool GrGpu::readPixels(GrSurface* surface, int left, int top, int width, int height, in readPixels() function in GrGpu
/external/skia/src/gpu/
DGrSurfaceContext.cpp50 bool GrSurfaceContext::readPixels(const SkImageInfo& dstInfo, void* dstBuffer, in readPixels() function in GrSurfaceContext
DGrGpu.cpp246 bool GrGpu::readPixels(GrSurface* surface, int left, int top, int width, int height, in readPixels() function in GrGpu
/external/skqp/src/image/
DSkSurface.cpp196 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface
200 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface
205 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
DSkImage.cpp52 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkImage
205 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() function in SkImage
/external/skia/src/image/
DSkSurface.cpp196 bool SkSurface::readPixels(const SkPixmap& pm, int srcX, int srcY) { in readPixels() function in SkSurface
200 bool SkSurface::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkSurface
205 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() function in SkSurface
DSkImage.cpp52 bool SkImage::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, in readPixels() function in SkImage
211 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() function in SkImage
/external/deqp/framework/opengl/
DgluPixelTransfer.cpp49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) in readPixels() function
/external/skqp/src/core/
DSkBitmap.cpp453 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkBitmap
462 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function in SkBitmap
DSkPixmap.cpp134 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkPixmap
/external/skia/src/core/
DSkBitmap.cpp485 bool SkBitmap::readPixels(const SkImageInfo& requestedDstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkBitmap
494 bool SkBitmap::readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() function in SkBitmap
DSkPixmap.cpp135 bool SkPixmap::readPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, in readPixels() function in SkPixmap

123