Lines Matching defs:callback
726 LazyInstantiateCallback&& callback,
747 auto proxy = sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(callback),
762 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback,
788 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(callback),
802 LazyInstantiateCallback&& callback,
831 *this->caps(), std::move(callback), format, dimensions, sampleCnt,
841 new GrRenderTargetProxy(std::move(callback), format, dimensions, sampleCnt, fit,
845 sk_sp<GrTextureProxy> GrProxyProvider::MakeFullyLazyProxy(LazyInstantiateCallback&& callback,
867 caps, std::move(callback), format, kLazyDims, renderTargetSampleCnt,
872 new GrTextureProxy(std::move(callback), format, kLazyDims, GrMipmapped::kNo,