Home
last modified time | relevance | path

Searched refs:LazyInstantiationResult (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h87 struct LazyInstantiationResult { struct
88 LazyInstantiationResult() = default;
89 LazyInstantiationResult(const LazyInstantiationResult&) = default;
90 LazyInstantiationResult(LazyInstantiationResult&& that) = default;
91 LazyInstantiationResult(sk_sp<GrSurface> surf,
94 LazyInstantiationResult(sk_sp<GrTexture> tex) in LazyInstantiationResult() argument
95 : LazyInstantiationResult(sk_sp<GrSurface>(std::move(tex))) {} in LazyInstantiationResult()
97 LazyInstantiationResult& operator=(const LazyInstantiationResult&) = default; argument
98 LazyInstantiationResult& operator=(LazyInstantiationResult&&) = default; argument
104 using LazyInstantiateCallback = std::function<LazyInstantiationResult(GrResourceProvider*)>; argument
DGrProxyProvider.h151 using LazyInstantiationResult = GrSurfaceProxy::LazyInstantiationResult; variable
DGrAHardwareBufferImageGenerator.cpp155 -> GrSurfaceProxy::LazyInstantiationResult { in makeProxy()
DGrBackendTextureImageGenerator.cpp165 -> GrSurfaceProxy::LazyInstantiationResult { in onGenerateTexture()
DGrProxyProvider.cpp297 return LazyInstantiationResult(resourceProvider->createTexture( in createTextureProxy()
424 return LazyInstantiationResult(resourceProvider->createTexture( in createProxyFromBitmap()
544 return LazyInstantiationResult(resourceProvider->createCompressedTexture( in createCompressedTextureProxy()
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp89 GrResourceProvider* rp) -> GrSurfaceProxy::LazyInstantiationResult { in Op()
138 [this](GrResourceProvider* rp) -> GrSurfaceProxy::LazyInstantiationResult { in ClipFP()
241 using LazyInstantiationResult = GrSurfaceProxy::LazyInstantiationResult; typedef
262 LazyInstantiationResult operator()(GrResourceProvider* resourceProvider) const { in operator ()()
334 format](GrResourceProvider* rp) -> GrSurfaceProxy::LazyInstantiationResult { in LazyFailedInstantiationTestOp()
471 backendTex](GrResourceProvider* rp) -> GrSurfaceProxy::LazyInstantiationResult { in __anon1f7e23630402()
DGrSurfaceTest.cpp580 return GrSurfaceProxy::LazyInstantiationResult{std::move(texture), mode}; in DEF_GPUTEST()
628 return GrSurfaceProxy::LazyInstantiationResult{std::move(texture), mode}; in DEF_GPUTEST()
DResourceAllocatorTest.cpp293 return GrSurfaceProxy::LazyInstantiationResult(std::move(texture)); in make_lazy()
DOnFlushCallbackTest.cpp309 -> GrSurfaceProxy::LazyInstantiationResult { in getAtlasProxy()
/third_party/skia/tests/
DLazyProxyTest.cpp256 using LazyInstantiationResult = GrSurfaceProxy::LazyCallbackResult; typedef
283 LazyInstantiationResult operator()(GrResourceProvider*, in operator ()()
/third_party/flutter/skia/src/core/
DSkDeferredDisplayListRecorder.cpp170 return GrSurfaceProxy::LazyInstantiationResult(std::move(surface)); in init()
/third_party/flutter/skia/src/image/
DSkImage_GpuBase.cpp404 GrSurfaceProxy::LazyInstantiationResult operator()(GrResourceProvider* resourceProvider) { in MakePromiseImageLazyProxy()