Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetProxy.cpp50 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument
54 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) {} in GrRenderTargetProxy()
59 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy() argument
62 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
93 if (caps.avoidStencilBuffers() || this->wrapsVkSecondaryCB()) { in canUseStencil()
DGrSurfaceFillContext.h195 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function
DGrRenderTargetProxy.h78 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function
DGrProxyProvider.h195 bool wrapsVkSecondaryCB,
DGrSurfaceDrawContext.h640 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function
DGrProxyProvider.cpp757 bool wrapsVkSecondaryCB, in createLazyRenderTargetProxy() argument
774 SkASSERT(!wrapsVkSecondaryCB); in createLazyRenderTargetProxy()
782 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
DGrSurfaceContext.cpp644 if (rt && rt->wrapsVkSecondaryCB()) { in asyncRescaleAndReadPixels()
893 if (rt && rt->wrapsVkSecondaryCB()) { in asyncRescaleAndReadPixelsYUV420()
1168 if (rtProxy && rtProxy->wrapsVkSecondaryCB()) { in rescaleInto()
1319 if (rtProxy && rtProxy->wrapsVkSecondaryCB()) { in transferPixels()
DGrOpsTask.cpp780 return !this->target(0)->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()
DGrSurfaceDrawContext.cpp438 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList()
1988 if (this->asRenderTargetProxy()->wrapsVkSecondaryCB()) { in setupDstProxyView()
DSkGpuDevice.cpp724 if (sdc->wrapsVkSecondaryCB()) {
/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.cpp223 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
232 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp216 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
230 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()