Home
last modified time | relevance | path

Searched refs:LazyInstantiationType (Results 1 – 25 of 34) sorted by relevance

12

/external/skqp/src/gpu/
DGrProxyProvider.cpp614 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse in createLazyProxy()
615 : LazyInstantiationType::kMultipleUse; in createLazyProxy()
628 LazyInstantiationType lazyType) { in createLazyProxy()
672 using LazyInstantiationType = GrSurfaceProxy::LazyInstantiationType; in createLazyRenderTargetProxy() typedef
674 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy()
675 : LazyInstantiationType::kMultipleUse; in createLazyRenderTargetProxy()
706 std::move(callback), LazyInstantiationType::kSingleUse, format, desc, in MakeFullyLazyProxy()
709 : new GrTextureProxy(std::move(callback), LazyInstantiationType::kSingleUse, in MakeFullyLazyProxy()
DGrSurfaceProxyPriv.h59 GrSurfaceProxy::LazyInstantiationType lazyInstantiationType() const { in lazyInstantiationType()
66 GrSurfaceProxy::LazyInstantiationType::kDeinstantiate == lazyInstantiationType(); in isSafeToDeinstantiate()
DGrProxyProvider.h153 using LazyInstantiationType = GrSurfaceProxy::LazyInstantiationType; variable
167 LazyInstantiationType);
DGrDeinstantiateProxyTracker.cpp15 using LazyType = GrSurfaceProxy::LazyInstantiationType; in addProxy()
DGrTextureRenderTargetProxy.h36 GrTextureRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType,
DGrRenderTargetProxy.cpp39 LazyInstantiationType lazyType, in GrRenderTargetProxy()
DGrResourceAllocator.cpp112 GrSurfaceProxy::LazyInstantiationType::kDeinstantiate) {
379 if (GrSurfaceProxy::LazyInstantiationType::kDeinstantiate == in assign()
DGrTextureRenderTargetProxy.cpp36 LazyInstantiationType lazyType, in GrTextureRenderTargetProxy()
/external/skia/src/gpu/
DGrProxyProvider.cpp651 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyProxy()
652 … : LazyInstantiationType::kMultipleUse; in createLazyProxy()
665 LazyInstantiationType lazyType) { in createLazyProxy()
712 using LazyInstantiationType = GrSurfaceProxy::LazyInstantiationType; in createLazyRenderTargetProxy() typedef
714 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy()
715 … : LazyInstantiationType::kMultipleUse; in createLazyRenderTargetProxy()
754 std::move(callback), LazyInstantiationType::kSingleUse, format, desc, in MakeFullyLazyProxy()
757 : new GrTextureProxy(std::move(callback), LazyInstantiationType::kSingleUse, in MakeFullyLazyProxy()
DGrProxyProvider.h151 using LazyInstantiationType = GrSurfaceProxy::LazyInstantiationType; variable
165 LazyInstantiationType);
DGrSurfaceProxyPriv.h59 GrSurfaceProxy::LazyInstantiationType lazyInstantiationType() const { in lazyInstantiationType()
65 GrSurfaceProxy::LazyInstantiationType::kDeinstantiate == lazyInstantiationType(); in isSafeToDeinstantiate()
DGrDeinstantiateProxyTracker.cpp15 using LazyType = GrSurfaceProxy::LazyInstantiationType; in addProxy()
DGrTextureRenderTargetProxy.h36 GrTextureRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType,
DGrRenderTargetProxy.cpp39 LazyInstantiationType lazyType, in GrRenderTargetProxy()
DGrResourceAllocator.cpp112 GrSurfaceProxy::LazyInstantiationType::kDeinstantiate) {
379 if (GrSurfaceProxy::LazyInstantiationType::kDeinstantiate == in assign()
DGrTextureRenderTargetProxy.cpp36 LazyInstantiationType lazyType, in GrTextureRenderTargetProxy()
/external/skqp/tests/
DLazyProxyTest.cpp246 using LazyInstantiationType = GrSurfaceProxy::LazyInstantiationType; typedef
248 for (auto lazyType : {LazyInstantiationType::kSingleUse,
249 LazyInstantiationType::kMultipleUse,
250 LazyInstantiationType::kDeinstantiate}) {
270 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
441 using LazyType = GrSurfaceProxy::LazyInstantiationType;
DResourceAllocatorTest.cpp314 auto lazyType = deinstantiate ? GrSurfaceProxy::LazyInstantiationType ::kDeinstantiate in make_lazy()
315 : GrSurfaceProxy::LazyInstantiationType ::kSingleUse; in make_lazy()
/external/skia/tests/
DLazyProxyTest.cpp250 using LazyInstantiationType = GrSurfaceProxy::LazyInstantiationType; typedef
252 for (auto lazyType : {LazyInstantiationType::kSingleUse,
253 LazyInstantiationType::kMultipleUse,
254 LazyInstantiationType::kDeinstantiate}) {
289 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
459 using LazyType = GrSurfaceProxy::LazyInstantiationType;
/external/skqp/include/private/
DGrSurfaceProxy.h206 enum class LazyInstantiationType { enum
425 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, origin, fit, in GrSurfaceProxy()
433 GrSurfaceProxy(LazyInstantiateCallback&&, LazyInstantiationType,
498 LazyInstantiationType fLazyInstantiationType;
DGrRenderTargetProxy.h84 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
DGrTextureProxy.h108 GrTextureProxy(LazyInstantiateCallback&&, LazyInstantiationType, const GrBackendFormat&,
/external/skia/include/private/
DGrSurfaceProxy.h208 enum class LazyInstantiationType { enum
428 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, origin, fit, in GrSurfaceProxy()
436 GrSurfaceProxy(LazyInstantiateCallback&&, LazyInstantiationType,
501 LazyInstantiationType fLazyInstantiationType;
DGrRenderTargetProxy.h86 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
DGrTextureProxy.h108 GrTextureProxy(LazyInstantiateCallback&&, LazyInstantiationType, const GrBackendFormat&,

12