Home
last modified time | relevance | path

Searched refs:asyncRescaleAndReadPixelsYUVA420 (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/graphite/
DContext.h164 void asyncRescaleAndReadPixelsYUVA420(const SkImage* src,
173 void asyncRescaleAndReadPixelsYUVA420(const SkSurface* src,
/external/skia/include/core/
DSkSurface.h580 void asyncRescaleAndReadPixelsYUVA420(SkYUVColorSpace yuvColorSpace,
DSkImage.h685 void asyncRescaleAndReadPixelsYUVA420(SkYUVColorSpace yuvColorSpace,
/external/skia/src/gpu/graphite/
DContext.cpp413 void Context::asyncRescaleAndReadPixelsYUVA420(const SkImage* src, in asyncRescaleAndReadPixelsYUVA420() function in skgpu::graphite::Context
432 void Context::asyncRescaleAndReadPixelsYUVA420(const SkSurface* src, in asyncRescaleAndReadPixelsYUVA420() function in skgpu::graphite::Context
442 this->asyncRescaleAndReadPixelsYUVA420(surfaceImage.get(), in asyncRescaleAndReadPixelsYUVA420()
/external/skia/src/image/
DSkSurface.cpp182 void SkSurface::asyncRescaleAndReadPixelsYUVA420(SkYUVColorSpace yuvColorSpace, in asyncRescaleAndReadPixelsYUVA420() function in SkSurface
DSkImage.cpp122 void SkImage::asyncRescaleAndReadPixelsYUVA420(SkYUVColorSpace yuvColorSpace, in asyncRescaleAndReadPixelsYUVA420() function in SkImage
/external/skia/gm/
Dasyncrescaleandread.cpp236 graphiteContext->asyncRescaleAndReadPixelsYUVA420(src, in readAndScaleYUVA()
266 src->asyncRescaleAndReadPixelsYUVA420(yuvCS, in readAndScaleYUVA()
/external/skia/tests/
DReadWritePixelsGpuTest.cpp901 surf->asyncRescaleAndReadPixelsYUVA420( in DEF_GANESH_TEST()