Home
last modified time | relevance | path

Searched refs:wrapsVkSecondaryCB (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.cpp50 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
54 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) {} in GrRenderTargetProxy()
59 WrapsVkSecondaryCB wrapsVkSecondaryCB) in GrRenderTargetProxy()
62 , fWrapsVkSecondaryCB(wrapsVkSecondaryCB) { in GrRenderTargetProxy()
93 if (caps.avoidStencilBuffers() || this->wrapsVkSecondaryCB()) { in canUseStencil()
41 GrRenderTargetProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, WrapsVkSecondaryCB wrapsVkSecondaryCB) GrRenderTargetProxy() argument
57 GrRenderTargetProxy(sk_sp<GrSurface> surf, UseAllocator useAllocator, WrapsVkSecondaryCB wrapsVkSecondaryCB) GrRenderTargetProxy() argument
H A DGrRenderTargetProxy.h78 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function in GrRenderTargetProxy
H A DGrProxyProvider.h196 bool wrapsVkSecondaryCB,
H A DGrProxyProvider.cpp812 bool wrapsVkSecondaryCB, in createLazyRenderTargetProxy()
829 SkASSERT(!wrapsVkSecondaryCB); in createLazyRenderTargetProxy()
837 wrapsVkSecondaryCB ? GrRenderTargetProxy::WrapsVkSecondaryCB::kYes in createLazyRenderTargetProxy()
801 createLazyRenderTargetProxy( LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrInternalSurfaceFlags surfaceFlags, const TextureInfo* textureInfo, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, bool wrapsVkSecondaryCB, UseAllocator useAllocator) createLazyRenderTargetProxy() argument
H A DSurfaceContext.cpp555 if (rt && rt->wrapsVkSecondaryCB()) { in asyncRescaleAndReadPixels()
808 if (rt && rt->wrapsVkSecondaryCB()) { in asyncRescaleAndReadPixelsYUV420()
1095 if (rtProxy && rtProxy->wrapsVkSecondaryCB()) { in rescaleInto()
1243 if (rtProxy && rtProxy->wrapsVkSecondaryCB()) { in transferPixels()
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.h51 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function in skgpu::v1::SurfaceFillContext
H A DSurfaceDrawContext_v1.h601 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function in skgpu::v1::final
H A DSurfaceDrawContext.cpp412 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList()
2029 if (this->asRenderTargetProxy()->wrapsVkSecondaryCB()) { in setupDstProxyView()
H A DDevice.cpp703 if (sdc->wrapsVkSecondaryCB()) { in snapSpecial()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp223 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
237 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp793 return !this->target(0)->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()

Completed in 17 milliseconds