Searched defs:LazyInstantiationResult (Results 1 – 4 of 4) sorted by relevance
87 struct LazyInstantiationResult { struct94 LazyInstantiationResult(sk_sp<GrTexture> tex) in LazyInstantiationResult() argument97 LazyInstantiationResult& operator=(const LazyInstantiationResult&) = default; argument98 LazyInstantiationResult& operator=(LazyInstantiationResult&&) = default; argument104 using LazyInstantiateCallback = std::function<LazyInstantiationResult(GrResourceProvider*)>; argument
151 using LazyInstantiationResult = GrSurfaceProxy::LazyInstantiationResult; variable
256 using LazyInstantiationResult = GrSurfaceProxy::LazyCallbackResult; typedef
241 using LazyInstantiationResult = GrSurfaceProxy::LazyInstantiationResult; typedef