Home
last modified time | relevance | path

Searched refs:addCpuPlane (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/
H A DSurfaceContext.cpp647 this->addCpuPlane(std::move(data), rowBytes); in addTransferResult()
656 void addCpuPlane(sk_sp<SkData> data, size_t rowBytes) { in addCpuPlane() function in skgpu::SurfaceContext::AsyncReadResult
736 result->addCpuPlane(pm.pixelStorage(), pm.rowBytes()); in asyncReadPixels()
972 result->addCpuPlane(yPmp.pixelStorage(), yPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()
973 result->addCpuPlane(uPmp.pixelStorage(), uPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()
974 result->addCpuPlane(vPmp.pixelStorage(), vPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()

Completed in 4 milliseconds