Searched refs:wrapsVkSecondaryCB (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrRenderTargetProxy.cpp | 50 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 D | GrRenderTargetProxy.h | 78 bool wrapsVkSecondaryCB() const { return fWrapsVkSecondaryCB == WrapsVkSecondaryCB::kYes; } in wrapsVkSecondaryCB() function in GrRenderTargetProxy
|
H A D | GrProxyProvider.h | 196 bool wrapsVkSecondaryCB,
|
H A D | GrProxyProvider.cpp | 812 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 D | SurfaceContext.cpp | 555 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 D | SurfaceFillContext_v1.h | 51 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function in skgpu::v1::SurfaceFillContext
|
H A D | SurfaceDrawContext_v1.h | 601 bool wrapsVkSecondaryCB() const { return this->asRenderTargetProxy()->wrapsVkSecondaryCB(); } in wrapsVkSecondaryCB() function in skgpu::v1::final
|
H A D | SurfaceDrawContext.cpp | 412 if (this->wrapsVkSecondaryCB()) { in drawGlyphRunList() 2029 if (this->asRenderTargetProxy()->wrapsVkSecondaryCB()) { in setupDstProxyView()
|
H A D | Device.cpp | 703 if (sdc->wrapsVkSecondaryCB()) { in snapSpecial()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.cpp | 223 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface() 237 if (rtProxy->wrapsVkSecondaryCB()) { in onCanCopySurface()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 793 return !this->target(0)->asRenderTargetProxy()->wrapsVkSecondaryCB(); in resetForFullscreenClear()
|
Completed in 17 milliseconds