Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceContext.cpp747 struct FinishContext { in asyncReadPixels() struct
759 auto* finishContext = new FinishContext{callback, in asyncReadPixels()
767 const auto* context = reinterpret_cast<const FinishContext*>(c); in asyncReadPixels()
979 struct FinishContext { in asyncRescaleAndReadPixelsYUV420() struct
992 auto* finishContext = new FinishContext{callback, in asyncRescaleAndReadPixelsYUV420()
1001 const auto* context = reinterpret_cast<const FinishContext*>(c); in asyncRescaleAndReadPixelsYUV420()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1687 struct FinishContext { in asyncReadPixels() struct
1697 auto* finishContext = new FinishContext{callback, context, rect.width(), in asyncReadPixels()
1700 const auto* context = reinterpret_cast<const FinishContext*>(c); in asyncReadPixels()
1904 struct FinishContext { in asyncRescaleAndReadPixelsYUV420() struct
1915 auto* finishContext = new FinishContext{callback, in asyncRescaleAndReadPixelsYUV420()
1923 const auto* context = reinterpret_cast<const FinishContext*>(c); in asyncRescaleAndReadPixelsYUV420()