Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetProxy.h64 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB()
83 enum class WrapsVkSecondaryCB : bool { kNo = false, kYes = true }; enum
99 GrInternalSurfaceFlags, WrapsVkSecondaryCB wrapsVkSecondaryCB);
104 WrapsVkSecondaryCB wrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
129 WrapsVkSecondaryCB fWrapsVkSecondaryCB;
DGrRenderTargetProxy.cpp31 , fWrapsVkSecondaryCB(WrapsVkSecondaryCB::kNo) in GrRenderTargetProxy()
40 GrInternalSurfaceFlags surfaceFlags, WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
51 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
DGrTextureRenderTargetProxy.cpp63 WrapsVkSecondaryCB::kNo) in GrTextureRenderTargetProxy()
DGrProxyProvider.cpp776 GrRenderTargetProxy::WrapsVkSecondaryCB::kYes)); in wrapVulkanSecondaryCBAsRenderTarget()
891 GrRenderTargetProxy::WrapsVkSecondaryCB vkSCB = in createLazyRenderTargetProxy()
892 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
893 : GrRenderTargetProxy::WrapsVkSecondaryCB::kNo; in createLazyRenderTargetProxy()
/third_party/skia/src/gpu/
DGrRenderTargetProxy.h78 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB()
134 enum class WrapsVkSecondaryCB : bool { kNo = false, kYes = true }; enum
155 WrapsVkSecondaryCB);
160 WrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
179 WrapsVkSecondaryCB fWrapsVkSecondaryCB;
DGrRenderTargetProxy.cpp38 , fWrapsVkSecondaryCB(WrapsVkSecondaryCB::kNo) {} in GrRenderTargetProxy()
50 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
59 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
DGrProxyProvider.cpp702 std::move(rt), UseAllocator::kNo, GrRenderTargetProxy::WrapsVkSecondaryCB::kYes)); in wrapVulkanSecondaryCBAsRenderTarget()
822 GrRenderTargetProxy::WrapsVkSecondaryCB vkSCB = in createLazyRenderTargetProxy()
823 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
824 : GrRenderTargetProxy::WrapsVkSecondaryCB::kNo; in createLazyRenderTargetProxy()
DGrTextureRenderTargetProxy.cpp66 WrapsVkSecondaryCB::kNo) in GrTextureRenderTargetProxy()