Home
last modified time | relevance | path

Searched refs:fpFactoryCache (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrContext_Base.cpp44 sk_sp<GrSkSLFPFactoryCache> GrContext_Base::fpFactoryCache() { return fFPFactoryCache; } in fpFactoryCache() function in GrContext_Base
69 sk_sp<GrSkSLFPFactoryCache> GrBaseContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrBaseContextPriv
70 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrImageContext.cpp45 sk_sp<GrSkSLFPFactoryCache> GrImageContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrImageContextPriv
46 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrContextThreadSafeProxy.cpp110 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextThreadSafeProxyPriv
111 return fProxy->fpFactoryCache(); in fpFactoryCache()
DGrBaseContextPriv.h28 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrContextThreadSafeProxyPriv.h32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrDDLContext.cpp76 if (!context->init(proxy->priv().refCaps(), proxy->priv().fpFactoryCache())) { in MakeDDL()
DGrImageContextPriv.h28 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrRecordingContext.cpp316 sk_sp<GrSkSLFPFactoryCache> GrRecordingContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrRecordingContextPriv
317 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrRecordingContextPriv.h28 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
DGrContextPriv.cpp39 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextPriv
40 return fContext->fpFactoryCache(); in fpFactoryCache()
DGrContextPriv.h44 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
/third_party/flutter/skia/include/private/
DGrContext_Base.h73 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp287 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()
296 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()