Home
last modified time | relevance | path

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

/external/skqp/include/private/
DGrSurfaceProxy.h207 kSingleUse, // Instantiation callback is allowed to be called only once. enumerator
425 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, origin, fit, in GrSurfaceProxy()
/external/skqp/src/gpu/
DGrProxyProvider.cpp614 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse in createLazyProxy()
674 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy()
706 std::move(callback), LazyInstantiationType::kSingleUse, format, desc, in MakeFullyLazyProxy()
709 : new GrTextureProxy(std::move(callback), LazyInstantiationType::kSingleUse, in MakeFullyLazyProxy()
DGrSurfaceProxy.cpp440 if (GrSurfaceProxy::LazyInstantiationType::kSingleUse == fProxy->fLazyInstantiationType) { in doLazyInstantiation()
/external/skqp/tests/
DLazyProxyTest.cpp248 for (auto lazyType : {LazyInstantiationType::kSingleUse,
270 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
442 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
DResourceAllocatorTest.cpp315 : GrSurfaceProxy::LazyInstantiationType ::kSingleUse; in make_lazy()
DGrSurfaceTest.cpp473 GrSurfaceProxy::LazyInstantiationType::kSingleUse); in DEF_GPUTEST()