Searched defs:wrapsVkSecondaryCB (Results 1 - 5 of 5) sorted by relevance
/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
|
/third_party/skia/src/gpu/ |
H A D | GrRenderTargetProxy.cpp | 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.cpp | 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
|
Completed in 5 milliseconds