Searched refs:MakeFullyLazyProxy (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCClipPath.cpp | 22 fAtlasLazyProxy = GrProxyProvider::MakeFullyLazyProxy( in init()
|
D | GrCCAtlas.cpp | 85 fTextureProxy = GrProxyProvider::MakeFullyLazyProxy( in GrCCAtlas()
|
/external/skia/src/gpu/ |
D | GrProxyProvider.h | 202 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
|
D | GrDynamicAtlas.cpp | 64 GrProxyProvider::MakeFullyLazyProxy(std::move(callback), format, GrRenderable::kYes, in MakeLazyAtlasProxy()
|
D | GrProxyProvider.cpp | 790 sk_sp<GrTextureProxy> GrProxyProvider::MakeFullyLazyProxy(LazyInstantiateCallback&& callback, in MakeFullyLazyProxy() function in GrProxyProvider
|
/external/skqp/src/gpu/ |
D | GrProxyProvider.h | 191 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
|
D | GrProxyProvider.cpp | 687 sk_sp<GrTextureProxy> GrProxyProvider::MakeFullyLazyProxy(LazyInstantiateCallback&& callback, in MakeFullyLazyProxy() function in GrProxyProvider
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 81 fProxy = GrProxyProvider::MakeFullyLazyProxy( in Op() 138 fLazyProxy = GrProxyProvider::MakeFullyLazyProxy( in ClipFP()
|
D | OnFlushCallbackTest.cpp | 338 auto proxy = GrProxyProvider::MakeFullyLazyProxy( in getAtlasView()
|
D | ResourceAllocatorTest.cpp | 99 return GrProxyProvider::MakeFullyLazyProxy(std::move(cb), format, p.fRenderable, p.fSampleCnt, in make_fully_lazy()
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 83 fProxy = GrProxyProvider::MakeFullyLazyProxy( in Op() 132 fLazyProxy = GrProxyProvider::MakeFullyLazyProxy( in ClipFP()
|
D | OnFlushCallbackTest.cpp | 302 fAtlasProxy = GrProxyProvider::MakeFullyLazyProxy( in getAtlasProxy()
|
/external/skia/gm/ |
D | lazytiling.cpp | 41 sk_sp<GrTextureProxy> proxy = GrProxyProvider::MakeFullyLazyProxy( in create_view()
|