Home
last modified time | relevance | path

Searched refs:kSingleUse (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h107 kSingleUse, // Instantiation callback is allowed to be called only once. enumerator
337 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, renderable, in GrSurfaceProxy()
DGrProxyProvider.cpp822 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyProxy()
888 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy()
936 std::move(callback), LazyInstantiationType::kSingleUse, format, desc, in MakeFullyLazyProxy()
941 std::move(callback), LazyInstantiationType::kSingleUse, format, desc, origin, in MakeFullyLazyProxy()
DGrSurfaceProxy.cpp474 if (GrSurfaceProxy::LazyInstantiationType::kSingleUse == fProxy->fLazyInstantiationType) { in doLazyInstantiation()
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp243 for (auto lazyType : {LazyInstantiationType::kSingleUse,
281 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
448 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
DResourceAllocatorTest.cpp296 : GrSurfaceProxy::LazyInstantiationType ::kSingleUse; in make_lazy()
DGrSurfaceTest.cpp597 GrSurfaceProxy::LazyInstantiationType::kSingleUse); in DEF_GPUTEST()