/external/skia/src/gpu/ |
D | GrRenderTargetProxy.cpp | 43 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument 48 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy() 54 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument 58 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
|
D | GrClipStackClip.cpp | 131 SkASSERT(!renderTargetContext->wrapsVkSecondaryCB()); in PathNeedsSWRenderer() 165 renderTargetContext->wrapsVkSecondaryCB()) { in UseSWOnlyPath() 268 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask() 288 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask()
|
D | GrRenderTargetContext.h | 431 bool wrapsVkSecondaryCB() const { return fRenderTargetProxy->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function
|
D | GrPathRenderer.cpp | 53 canArgs.fTargetIsWrappedVkSecondaryCB = args.fRenderTargetContext->wrapsVkSecondaryCB(); in drawPath()
|
D | GrProxyProvider.h | 184 bool wrapsVkSecondaryCB);
|
D | GrProxyProvider.cpp | 695 bool wrapsVkSecondaryCB) { in createLazyRenderTargetProxy() argument 720 SkASSERT(!wrapsVkSecondaryCB); in createLazyRenderTargetProxy() 727 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
|
D | GrRenderTargetContext.cpp | 243 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList() 1887 SkASSERT(!fRenderTargetContext->wrapsVkSecondaryCB()); in drawAndStencilPath() 1956 canDrawArgs.fTargetIsWrappedVkSecondaryCB = this->wrapsVkSecondaryCB(); in drawShapeUsingPathRenderer() 2108 if (rtProxy->wrapsVkSecondaryCB()) { in setupDstProxy()
|
D | GrRenderTargetOpList.cpp | 570 return !fTarget.get()->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()
|
D | SkGpuDevice.cpp | 1222 if (this->accessRenderTargetContext()->wrapsVkSecondaryCB()) { in snapSpecial() 1259 if (rtc->wrapsVkSecondaryCB()) { in snapBackImage()
|
D | GrReducedClip.cpp | 861 canDrawArgs.fTargetIsWrappedVkSecondaryCB = renderTargetContext->wrapsVkSecondaryCB(); in drawStencilClipMask()
|
/external/skia/include/private/ |
D | GrRenderTargetProxy.h | 57 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function 89 WrapsVkSecondaryCB wrapsVkSecondaryCB); 93 WrapsVkSecondaryCB wrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
|
/external/skqp/include/private/ |
D | GrRenderTargetProxy.h | 57 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function 91 WrapsVkSecondaryCB wrapsVkSecondaryCB = WrapsVkSecondaryCB::kNo);
|
/external/skqp/src/gpu/ |
D | GrRenderTargetProxy.cpp | 53 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument 57 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
|
D | GrClipStackClip.cpp | 130 SkASSERT(!renderTargetContext->wrapsVkSecondaryCB()); in PathNeedsSWRenderer() 164 renderTargetContext->wrapsVkSecondaryCB()) { in UseSWOnlyPath() 266 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask() 286 renderTargetContext->wrapsVkSecondaryCB()) { in applyClipMask()
|
D | GrRenderTargetContext.h | 388 bool wrapsVkSecondaryCB() const { return fRenderTargetProxy->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function
|
D | GrPathRenderer.cpp | 53 canArgs.fTargetIsWrappedVkSecondaryCB = args.fRenderTargetContext->wrapsVkSecondaryCB(); in drawPath()
|
D | GrRenderTargetContext.cpp | 247 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList() 1779 SkASSERT(!fRenderTargetContext->wrapsVkSecondaryCB()); in drawAndStencilPath() 1848 canDrawArgs.fTargetIsWrappedVkSecondaryCB = this->wrapsVkSecondaryCB(); in drawShapeUsingPathRenderer() 1998 if (rtProxy->wrapsVkSecondaryCB()) { in setupDstProxy()
|
D | GrRenderTargetOpList.cpp | 566 return !fTarget.get()->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()
|
D | GrReducedClip.cpp | 861 canDrawArgs.fTargetIsWrappedVkSecondaryCB = renderTargetContext->wrapsVkSecondaryCB(); in drawStencilClipMask()
|
D | SkGpuDevice.cpp | 1256 if (this->accessRenderTargetContext()->wrapsVkSecondaryCB()) { in snapSpecial() 1293 if (rtc->wrapsVkSecondaryCB()) { in snapBackImage()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 184 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface() 193 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 204 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface() 213 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
|