/third_party/flutter/skia/src/gpu/ |
D | GrTextureRenderTargetProxy.cpp | 44 LazyInstantiationType lazyType, in GrTextureRenderTargetProxy() argument 57 : GrSurfaceProxy(std::move(callback), lazyType, format, desc, GrRenderable::kYes, origin, in GrTextureRenderTargetProxy() 61 , GrRenderTargetProxy(LazyInstantiateCallback(), lazyType, format, desc, sampleCnt, origin, in GrTextureRenderTargetProxy() 64 , GrTextureProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, mipMapped, in GrTextureRenderTargetProxy()
|
D | GrRenderTargetProxy.cpp | 36 LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrRenderTargetProxy() argument 41 : INHERITED(std::move(callback), lazyType, format, desc, GrRenderable::kYes, origin, in GrRenderTargetProxy()
|
D | GrProxyProvider.cpp | 822 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyProxy() local 826 surfaceFlags, fit, budgeted, isProtected, lazyType); in createLazyProxy() 841 LazyInstantiationType lazyType) { in createLazyProxy() argument 862 std::move(callback), lazyType, format, desc, renderTargetSampleCnt, origin, in createLazyProxy() 866 std::move(callback), lazyType, format, desc, origin, mipMapped, mipMapsStatus, in createLazyProxy() 888 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse in createLazyRenderTargetProxy() local 900 std::move(callback), lazyType, format, desc, sampleCnt, origin, in createLazyRenderTargetProxy() 910 std::move(callback), lazyType, format, desc, sampleCnt, origin, texSwizzle, outSwizzle, in createLazyRenderTargetProxy()
|
D | GrTextureProxy.cpp | 33 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy() argument 39 : INHERITED(std::move(callback), lazyType, format, desc, GrRenderable::kNo, origin, in GrTextureProxy()
|
D | GrRenderTargetProxy.h | 95 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
|
D | GrSurfaceProxy.cpp | 53 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrSurfaceProxy() argument 69 , fLazyInstantiationType(lazyType) in GrSurfaceProxy()
|
/third_party/flutter/skia/tests/ |
D | LazyProxyTest.cpp | 243 for (auto lazyType : {LazyInstantiationType::kSingleUse, 274 GrProtected::kNo, lazyType); 448 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) { 485 SkBackingFit::kExact, SkBudgeted::kNo, GrProtected::kNo, lazyType); 494 if (LazyType::kDeinstantiate == lazyType) { 507 if (LazyType::kDeinstantiate == lazyType) { 516 if (LazyType::kDeinstantiate == lazyType) {
|
D | ResourceAllocatorTest.cpp | 295 auto lazyType = deinstantiate ? GrSurfaceProxy::LazyInstantiationType ::kDeinstantiate in make_lazy() local 300 GrMipMapsStatus::kNotAllocated, flags, p.fFit, p.fBudgeted, GrProtected::kNo, lazyType); in make_lazy()
|