Home
last modified time | relevance | path

Searched defs:FinishContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/
DSurfaceContext.cpp697 struct FinishContext { in asyncReadPixels() struct
698 ReadPixelsCallback* fClientCallback; in asyncReadPixels()
699 ReadPixelsContext fClientContext; in asyncReadPixels()
700 SkISize fSize; in asyncReadPixels()
701 GrClientMappedBufferManager* fMappedBufferManager; in asyncReadPixels()
702 PixelTransferResult fTransferResult; in asyncReadPixels()
967 struct FinishContext { in asyncRescaleAndReadPixelsYUV420() struct
968 ReadPixelsCallback* fClientCallback; in asyncRescaleAndReadPixelsYUV420()
969 ReadPixelsContext fClientContext; in asyncRescaleAndReadPixelsYUV420()
970 GrClientMappedBufferManager* fMappedBufferManager; in asyncRescaleAndReadPixelsYUV420()
[all …]
/external/skia/tools/window/
DGraphiteNativeVulkanWindowContext.cpp602 struct FinishContext { in onSwapBuffers() struct
603 sk_sp<const skgpu::VulkanInterface> interface; in onSwapBuffers()
604 VkDevice device; in onSwapBuffers()
605 VkSemaphore waitSemaphore; in onSwapBuffers()
/external/skia/tests/graphite/
DUpdateBackendTextureTest.cpp246 struct FinishContext { in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() struct
247 bool fFinishedUpdate = false; in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
248 skiatest::Reporter* fReporter = nullptr; in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS()