Home
last modified time | relevance | path

Searched refs:wrapsVkSecondaryCB (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/gpu/
DGrRenderTargetProxy.cpp43 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument
48 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
54 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument
58 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
DGrClipStackClip.cpp131 SkASSERT(!renderTargetContext->wrapsVkSecondaryCB()); in PathNeedsSWRenderer()
165 renderTargetContext->wrapsVkSecondaryCB()) { in UseSWOnlyPath()
268 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask()
288 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask()
DGrRenderTargetContext.h431 bool wrapsVkSecondaryCB() const { return fRenderTargetProxy->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function
DGrPathRenderer.cpp53 canArgs.fTargetIsWrappedVkSecondaryCB = args.fRenderTargetContext->wrapsVkSecondaryCB(); in drawPath()
DGrProxyProvider.h184 bool wrapsVkSecondaryCB);
DGrProxyProvider.cpp695 bool wrapsVkSecondaryCB) { in createLazyRenderTargetProxy() argument
720 SkASSERT(!wrapsVkSecondaryCB); in createLazyRenderTargetProxy()
727 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
DGrRenderTargetContext.cpp243 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList()
1887 SkASSERT(!fRenderTargetContext->wrapsVkSecondaryCB()); in drawAndStencilPath()
1956 canDrawArgs.fTargetIsWrappedVkSecondaryCB = this->wrapsVkSecondaryCB(); in drawShapeUsingPathRenderer()
2108 if (rtProxy->wrapsVkSecondaryCB()) { in setupDstProxy()
DGrRenderTargetOpList.cpp570 return !fTarget.get()->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()
DSkGpuDevice.cpp1222 if (this->accessRenderTargetContext()->wrapsVkSecondaryCB()) { in snapSpecial()
1259 if (rtc->wrapsVkSecondaryCB()) { in snapBackImage()
DGrReducedClip.cpp861 canDrawArgs.fTargetIsWrappedVkSecondaryCB = renderTargetContext->wrapsVkSecondaryCB(); in drawStencilClipMask()
/external/skia/include/private/
DGrRenderTargetProxy.h57 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function
89 WrapsVkSecondaryCB wrapsVkSecondaryCB);
93 WrapsVkSecondaryCB wrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
/external/skqp/include/private/
DGrRenderTargetProxy.h57 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function
91 WrapsVkSecondaryCB wrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp53 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument
57 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
DGrClipStackClip.cpp130 SkASSERT(!renderTargetContext->wrapsVkSecondaryCB()); in PathNeedsSWRenderer()
164 renderTargetContext->wrapsVkSecondaryCB()) { in UseSWOnlyPath()
266 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask()
286 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask()
DGrRenderTargetContext.h388 bool wrapsVkSecondaryCB() const { return fRenderTargetProxy->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function
DGrPathRenderer.cpp53 canArgs.fTargetIsWrappedVkSecondaryCB = args.fRenderTargetContext->wrapsVkSecondaryCB(); in drawPath()
DGrRenderTargetContext.cpp247 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList()
1779 SkASSERT(!fRenderTargetContext->wrapsVkSecondaryCB()); in drawAndStencilPath()
1848 canDrawArgs.fTargetIsWrappedVkSecondaryCB = this->wrapsVkSecondaryCB(); in drawShapeUsingPathRenderer()
1998 if (rtProxy->wrapsVkSecondaryCB()) { in setupDstProxy()
DGrRenderTargetOpList.cpp566 return !fTarget.get()->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()
DGrReducedClip.cpp861 canDrawArgs.fTargetIsWrappedVkSecondaryCB = renderTargetContext->wrapsVkSecondaryCB(); in drawStencilClipMask()
DSkGpuDevice.cpp1256 if (this->accessRenderTargetContext()->wrapsVkSecondaryCB()) { in snapSpecial()
1293 if (rtc->wrapsVkSecondaryCB()) { in snapBackImage()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp184 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
193 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp204 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
213 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()