Home
last modified time | relevance | path

Searched refs:asyncReadPixelsYUV420 (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/graphite/
DContext.h330 void asyncReadPixelsYUV420(std::unique_ptr<Recorder>,
/external/skia/src/gpu/graphite/
DContext.cpp382 this->asyncRescaleAndReadImpl(&Context::asyncReadPixelsYUV420, in asyncRescaleAndReadPixelsYUV420()
426 this->asyncRescaleAndReadImpl(&Context::asyncReadPixelsYUV420, in asyncRescaleAndReadPixelsYUVA420()
453 void Context::asyncReadPixelsYUV420(std::unique_ptr<Recorder> recorder, in asyncReadPixelsYUV420() function in skgpu::graphite::Context