/external/skqp/src/gpu/ |
D | GrTextureRenderTargetProxy.cpp | 36 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()
|
D | GrProxyProvider.cpp | 614 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()
|
D | GrRenderTargetProxy.cpp | 39 LazyInstantiationType lazyType, in GrRenderTargetProxy() argument 43 : INHERITED(std::move(callback), lazyType, format, desc, origin, fit, budgeted, in GrRenderTargetProxy()
|
D | GrTextureProxy.cpp | 41 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy() argument 45 : INHERITED(std::move(callback), lazyType, format, desc, origin, fit, budgeted, in GrTextureProxy()
|
D | GrSurfaceProxy.cpp | 51 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrSurfaceProxy() argument 64 , fLazyInstantiationType(lazyType) in GrSurfaceProxy()
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 248 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) {
|
D | ResourceAllocatorTest.cpp | 314 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/ |
D | FrameworkType.java | 99 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/ |
D | GrRenderTargetProxy.h | 84 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
|