Searched refs:kSingleUse (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrSurfaceProxy.h | 107 kSingleUse, // Instantiation callback is allowed to be called only once. enumerator 337 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, renderable, in GrSurfaceProxy()
|
D | GrProxyProvider.cpp | 822 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()
|
D | GrSurfaceProxy.cpp | 474 if (GrSurfaceProxy::LazyInstantiationType::kSingleUse == fProxy->fLazyInstantiationType) { in doLazyInstantiation()
|
/third_party/flutter/skia/tests/ |
D | LazyProxyTest.cpp | 243 for (auto lazyType : {LazyInstantiationType::kSingleUse, 281 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) { 448 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
|
D | ResourceAllocatorTest.cpp | 296 : GrSurfaceProxy::LazyInstantiationType ::kSingleUse; in make_lazy()
|
D | GrSurfaceTest.cpp | 597 GrSurfaceProxy::LazyInstantiationType::kSingleUse); in DEF_GPUTEST()
|