Home
last modified time | relevance | path

Searched refs:lazyType (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrTextureRenderTargetProxy.cpp44 LazyInstantiationType lazyType, in GrTextureRenderTargetProxy() argument
57 : GrSurfaceProxy(std::move(callback), lazyType, format, desc, GrRenderable::kYes, origin, in GrTextureRenderTargetProxy()
61 , GrRenderTargetProxy(LazyInstantiateCallback(), lazyType, format, desc, sampleCnt, origin, in GrTextureRenderTargetProxy()
64 , GrTextureProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, mipMapped, in GrTextureRenderTargetProxy()
DGrRenderTargetProxy.cpp36 LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrRenderTargetProxy() argument
41 : INHERITED(std::move(callback), lazyType, format, desc, GrRenderable::kYes, origin, in GrRenderTargetProxy()
DGrProxyProvider.cpp822 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyProxy() local
826 surfaceFlags, fit, budgeted, isProtected, lazyType); in createLazyProxy()
841 LazyInstantiationType lazyType) { in createLazyProxy() argument
862 std::move(callback), lazyType, format, desc, renderTargetSampleCnt, origin, in createLazyProxy()
866 std::move(callback), lazyType, format, desc, origin, mipMapped, mipMapsStatus, in createLazyProxy()
888 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy() local
900 std::move(callback), lazyType, format, desc, sampleCnt, origin, in createLazyRenderTargetProxy()
910 std::move(callback), lazyType, format, desc, sampleCnt, origin, texSwizzle, outSwizzle, in createLazyRenderTargetProxy()
DGrTextureProxy.cpp33 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy() argument
39 : INHERITED(std::move(callback), lazyType, format, desc, GrRenderable::kNo, origin, in GrTextureProxy()
DGrRenderTargetProxy.h95 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
DGrSurfaceProxy.cpp53 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrSurfaceProxy() argument
69 , fLazyInstantiationType(lazyType) in GrSurfaceProxy()
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp243 for (auto lazyType : {LazyInstantiationType::kSingleUse,
274 GrProtected::kNo, lazyType);
448 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
485 SkBackingFit::kExact, SkBudgeted::kNo, GrProtected::kNo, lazyType);
494 if (LazyType::kDeinstantiate == lazyType) {
507 if (LazyType::kDeinstantiate == lazyType) {
516 if (LazyType::kDeinstantiate == lazyType) {
DResourceAllocatorTest.cpp295 auto lazyType = deinstantiate ? GrSurfaceProxy::LazyInstantiationType ::kDeinstantiate in make_lazy() local
300 GrMipMapsStatus::kNotAllocated, flags, p.fFit, p.fBudgeted, GrProtected::kNo, lazyType); in make_lazy()