/aosp_15_r20/external/skia/include/gpu/graphite/ |
H A D | Context.h | 140 void asyncRescaleAndReadPixelsYUV420(const SkImage* src, 149 void asyncRescaleAndReadPixelsYUV420(const SkSurface* src,
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Context.cpp | 363 void Context::asyncRescaleAndReadPixelsYUV420(const SkImage* src, in asyncRescaleAndReadPixelsYUV420() function in skgpu::graphite::Context 383 void Context::asyncRescaleAndReadPixelsYUV420(const SkSurface* src, in asyncRescaleAndReadPixelsYUV420() function in skgpu::graphite::Context 397 this->asyncRescaleAndReadPixelsYUV420(surfaceImage.get(), in asyncRescaleAndReadPixelsYUV420()
|
/aosp_15_r20/external/skia/tests/ |
H A D | VkProtectedContextTest.cpp | 330 surface->asyncRescaleAndReadPixelsYUV420(kIdentity_SkYUVColorSpace, in async_read_from_protected_surface() 345 context->asyncRescaleAndReadPixelsYUV420(surface.get(), in async_read_from_protected_surface()
|
H A D | ReadWritePixelsGpuTest.cpp | 895 surf->asyncRescaleAndReadPixelsYUV420( in DEF_GANESH_TEST()
|
/aosp_15_r20/external/skia/gm/ |
H A D | asyncrescaleandread.cpp | 246 graphiteContext->asyncRescaleAndReadPixelsYUV420(src, in readAndScaleYUVA() 275 src->asyncRescaleAndReadPixelsYUV420(yuvCS, in readAndScaleYUVA()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | SurfaceContext.h | 106 void asyncRescaleAndReadPixelsYUV420(GrDirectContext*,
|
H A D | Device.h | 131 void asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace,
|
H A D | Device.cpp | 1390 void Device::asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, in asyncRescaleAndReadPixelsYUV420() function in skgpu::ganesh::Device 1405 sdc->asyncRescaleAndReadPixelsYUV420(dContext, in asyncRescaleAndReadPixelsYUV420()
|
H A D | SurfaceContext.cpp | 733 void SurfaceContext::asyncRescaleAndReadPixelsYUV420(GrDirectContext* dContext, in asyncRescaleAndReadPixelsYUV420() function in skgpu::ganesh::SurfaceContext
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkSurface.h | 552 void asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace,
|
H A D | SkImage.h | 671 void asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace,
|
/aosp_15_r20/external/skia/src/image/ |
H A D | SkSurface.cpp | 154 void SkSurface::asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, in asyncRescaleAndReadPixelsYUV420() function in SkSurface
|
H A D | SkImage.cpp | 98 void SkImage::asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, in asyncRescaleAndReadPixelsYUV420() function in SkImage
|
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | SkImage_Ganesh.cpp | 393 ctx->asyncRescaleAndReadPixelsYUV420(dContext, in onAsyncRescaleAndReadPixelsYUV420()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/ |
H A D | SkSurface_Ganesh.cpp | 213 fDevice->asyncRescaleAndReadPixelsYUV420(yuvColorSpace, in onAsyncRescaleAndReadPixelsYUV420()
|
/aosp_15_r20/external/skia/ |
H A D | RELEASE_NOTES.md | 478 `asyncRescaleAndReadPixelsYUV420` methods but return a fourth plane containing alpha at full 1444 * Added SkImage:asyncRescaleAndReadPixels and SkImage::asyncRescaleAndReadPixelsYUV420
|