Searched refs:fpFactoryCache (Results 1 – 16 of 16) sorted by relevance
62 sk_sp<GrSkSLFPFactoryCache> GrContext_Base::fpFactoryCache() { return fFPFactoryCache; } in fpFactoryCache() function in GrContext_Base69 sk_sp<GrSkSLFPFactoryCache> GrBaseContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrBaseContextPriv70 return fContext->fpFactoryCache(); in fpFactoryCache()
45 sk_sp<GrSkSLFPFactoryCache> GrImageContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrImageContextPriv46 return fContext->fpFactoryCache(); in fpFactoryCache()
90 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextThreadSafeProxyPriv91 return fProxy->fpFactoryCache(); in fpFactoryCache()
32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
30 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
77 if (!context->init(proxy->priv().refCaps(), proxy->priv().fpFactoryCache())) { in MakeDDL()
303 sk_sp<GrSkSLFPFactoryCache> GrRecordingContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrRecordingContextPriv304 return fContext->fpFactoryCache(); in fpFactoryCache()
48 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
38 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextPriv39 return fContext->fpFactoryCache(); in fpFactoryCache()
26 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache() const;
23 fFPFactoryCache = proxy->priv().fpFactoryCache(); in GrDDLContext()
92 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() const { in fpFactoryCache() function in GrContextThreadSafeProxyPriv
65 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
249 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()257 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()