Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceContext.cpp736 this->addCpuPlane(std::move(data), rowBytes); in addTransferResult()
745 void addCpuPlane(sk_sp<SkData> data, size_t rowBytes) { in addCpuPlane() function in GrSurfaceContext::AsyncReadResult
825 result->addCpuPlane(pm.pixelStorage(), pm.rowBytes()); in asyncReadPixels()
1048 result->addCpuPlane(yPmp.pixelStorage(), yPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()
1049 result->addCpuPlane(uPmp.pixelStorage(), uPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()
1050 result->addCpuPlane(vPmp.pixelStorage(), vPmp.rowBytes()); in asyncRescaleAndReadPixelsYUV420()