Home
last modified time | relevance | path

Searched defs:LazyInstantiationResult (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxy.h87 struct LazyInstantiationResult { struct
94 LazyInstantiationResult(sk_sp<GrTexture> tex) in LazyInstantiationResult() argument
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
/third_party/skia/tests/
DLazyProxyTest.cpp256 using LazyInstantiationResult = GrSurfaceProxy::LazyCallbackResult; typedef
/third_party/flutter/skia/tests/
DLazyProxyTest.cpp241 using LazyInstantiationResult = GrSurfaceProxy::LazyInstantiationResult; typedef