Searched refs:asyncReadPixels (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
D | SurfaceContext.h | 213 void asyncReadPixels(GrDirectContext*,
|
D | SurfaceContext.cpp | 611 return srcCtx->asyncReadPixels(dContext, in asyncRescaleAndReadPixels() 713 void SurfaceContext::asyncReadPixels(GrDirectContext* dContext, in asyncReadPixels() function in skgpu::SurfaceContext
|
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTargetContext.h | 623 void asyncReadPixels(const SkIRect& rect, SkColorType colorType, ReadPixelsCallback callback,
|
D | GrRenderTargetContext.cpp | 1662 return rtc->asyncReadPixels(SkIRect::MakeXYWH(x, y, info.width(), info.height()), in asyncRescaleAndReadPixels() 1666 void GrRenderTargetContext::asyncReadPixels(const SkIRect& rect, SkColorType colorType, in asyncReadPixels() function in GrRenderTargetContext
|