Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A 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 …]
/aosp_15_r20/external/skia/tools/window/
H A DGraphiteNativeVulkanWindowContext.cpp591 struct FinishContext { in onSwapBuffers() struct
592 sk_sp<const skgpu::VulkanInterface> interface; in onSwapBuffers()
593 VkDevice device; in onSwapBuffers()
594 VkSemaphore waitSemaphore; in onSwapBuffers()
/aosp_15_r20/external/skia/tests/graphite/
H A 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()