Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrRenderTargetProxy.h93 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB()
150 enum class WrapsVkSecondaryCB : bool { kNo = false, kYes = true }; enum
171 WrapsVkSecondaryCB,
177 WrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
196 WrapsVkSecondaryCB fWrapsVkSecondaryCB;
DGrRenderTargetProxy.cpp45 , fWrapsVkSecondaryCB(WrapsVkSecondaryCB::kNo) {} in GrRenderTargetProxy()
57 WrapsVkSecondaryCB wrapsVkSecondaryCB, in GrRenderTargetProxy()
74 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
DGrProxyProvider.cpp762 GrRenderTargetProxy::WrapsVkSecondaryCB::kYes)); in wrapVulkanSecondaryCBAsRenderTarget()
899 GrRenderTargetProxy::WrapsVkSecondaryCB vkSCB = in createLazyRenderTargetProxy()
900 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
901 : GrRenderTargetProxy::WrapsVkSecondaryCB::kNo; in createLazyRenderTargetProxy()
DGrTextureRenderTargetProxy.cpp100 WrapsVkSecondaryCB::kNo, in GrTextureRenderTargetProxy()