Home
last modified time | relevance | path

Searched refs:LazyInstantiateCallback (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/
DGrProxyProvider.h139 using LazyInstantiateCallback = std::function<sk_sp<GrSurface>(GrResourceProvider*)>; variable
162 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&, const GrBackendFormat&,
167 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&, const GrBackendFormat&,
171 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&, const GrBackendFormat&,
176 sk_sp<GrRenderTargetProxy> createLazyRenderTargetProxy(LazyInstantiateCallback&&,
190 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
DGrTextureRenderTargetProxy.cpp35 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(LazyInstantiateCallback&& callback, in GrTextureRenderTargetProxy()
48 , GrRenderTargetProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, fit, in GrTextureRenderTargetProxy()
50 , GrTextureProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, mipMapped, in GrTextureRenderTargetProxy()
DGrTextureRenderTargetProxy.h36 GrTextureRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType,
DGrProxyProvider.cpp631 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy()
642 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy()
657 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy()
692 LazyInstantiateCallback&& callback, const GrBackendFormat& format, in createLazyRenderTargetProxy()
735 sk_sp<GrTextureProxy> GrProxyProvider::MakeFullyLazyProxy(LazyInstantiateCallback&& callback, in MakeFullyLazyProxy()
DGrRenderTargetProxy.cpp38 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy()
DGrTextureProxy.cpp41 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy()
DGrSurfaceProxy.cpp53 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrSurfaceProxy()
/external/skqp/src/gpu/
DGrProxyProvider.h141 using LazyInstantiateCallback = std::function<sk_sp<GrSurface>(GrResourceProvider*)>; variable
164 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&, const GrBackendFormat&,
169 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&, const GrBackendFormat&,
173 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&, const GrBackendFormat&,
178 sk_sp<GrRenderTargetProxy> createLazyRenderTargetProxy(LazyInstantiateCallback&&,
191 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
DGrTextureRenderTargetProxy.cpp35 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(LazyInstantiateCallback&& callback, in GrTextureRenderTargetProxy()
48 , GrRenderTargetProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, fit, in GrTextureRenderTargetProxy()
50 , GrTextureProxy(LazyInstantiateCallback(), lazyType, format, desc, origin, mipMapped, in GrTextureRenderTargetProxy()
DGrTextureRenderTargetProxy.h36 GrTextureRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType,
DGrProxyProvider.cpp594 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy()
605 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy()
620 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy()
654 LazyInstantiateCallback&& callback, const GrBackendFormat& format, in createLazyRenderTargetProxy()
687 sk_sp<GrTextureProxy> GrProxyProvider::MakeFullyLazyProxy(LazyInstantiateCallback&& callback, in MakeFullyLazyProxy()
DGrRenderTargetProxy.cpp38 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy()
DGrTextureProxy.cpp41 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy()
DGrSurfaceProxy.cpp51 GrSurfaceProxy::GrSurfaceProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrSurfaceProxy()
/external/skia/include/private/
DGrSurfaceProxy.h433 using LazyInstantiateCallback = std::function<sk_sp<GrSurface>(GrResourceProvider*)>; variable
436 GrSurfaceProxy(LazyInstantiateCallback&&, LazyInstantiationType,
495 LazyInstantiateCallback fLazyInstantiateCallback;
DGrRenderTargetProxy.h86 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
DGrTextureProxy.h108 GrTextureProxy(LazyInstantiateCallback&&, LazyInstantiationType, const GrBackendFormat&,
/external/skqp/include/private/
DGrSurfaceProxy.h430 using LazyInstantiateCallback = std::function<sk_sp<GrSurface>(GrResourceProvider*)>; variable
433 GrSurfaceProxy(LazyInstantiateCallback&&, LazyInstantiationType,
492 LazyInstantiateCallback fLazyInstantiateCallback;
DGrRenderTargetProxy.h84 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
DGrTextureProxy.h108 GrTextureProxy(LazyInstantiateCallback&&, LazyInstantiationType, const GrBackendFormat&,