Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrTextureRenderTargetProxy.cpp36 LazyInstantiationType lazyType, in GrTextureRenderTargetProxy() argument
44 : GrSurfaceProxy(std::move(callback), lazyType, format, desc, origin, fit, budgeted, in GrTextureRenderTargetProxy()
48 , GrRenderTargetProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, fit, in GrTextureRenderTargetProxy()
50 , GrTextureProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, mipMapped, in GrTextureRenderTargetProxy()
DGrProxyProvider.cpp614 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse in createLazyProxy() local
617 fit, budgeted, lazyType); in createLazyProxy()
628 LazyInstantiationType lazyType) { in createLazyProxy() argument
647 ? new GrTextureRenderTargetProxy(std::move(callback), lazyType, format, desc, in createLazyProxy()
649 : new GrTextureProxy(std::move(callback), lazyType, format, desc, origin, in createLazyProxy()
674 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy() local
679 std::move(callback), lazyType, format, desc, origin, textureInfo->fMipMapped, in createLazyRenderTargetProxy()
684 std::move(callback), lazyType, format, desc, origin, fit, budgeted, surfaceFlags)); in createLazyRenderTargetProxy()
DGrRenderTargetProxy.cpp39 LazyInstantiationType lazyType, in GrRenderTargetProxy() argument
43 : INHERITED(std::move(callback), lazyType, format, desc, origin, fit, budgeted, in GrRenderTargetProxy()
DGrTextureProxy.cpp41 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy() argument
45 : INHERITED(std::move(callback), lazyType, format, desc, origin, fit, budgeted, in GrTextureProxy()
DGrSurfaceProxy.cpp51 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrSurfaceProxy() argument
64 , fLazyInstantiationType(lazyType) in GrSurfaceProxy()
/external/skqp/tests/
DLazyProxyTest.cpp248 for (auto lazyType : {LazyInstantiationType::kSingleUse,
263 GrInternalSurfaceFlags::kNone, SkBackingFit::kExact, SkBudgeted::kNo, lazyType);
442 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
480 GrInternalSurfaceFlags::kReadOnly, SkBackingFit::kExact, SkBudgeted::kNo, lazyType);
489 if (LazyType::kDeinstantiate == lazyType) {
502 if (LazyType::kDeinstantiate == lazyType) {
511 if (LazyType::kDeinstantiate == lazyType) {
DResourceAllocatorTest.cpp314 auto lazyType = deinstantiate ? GrSurfaceProxy::LazyInstantiationType ::kDeinstantiate in make_lazy() local
318 flags, p.fFit, SkBudgeted::kNo, lazyType); in make_lazy()
/external/dagger2/java/dagger/internal/codegen/binding/
DFrameworkType.java99 TypeMirror lazyType = types.rewrapType(from.type(), Lazy.class); in to() local
100 return Expression.create(types.wrapType(lazyType, Provider.class), codeBlock); in to()
/external/skqp/include/private/
DGrRenderTargetProxy.h84 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,