Searched refs:fpFactoryCache (Results 1 – 13 of 13) sorted by relevance
44 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()
110 sk_sp<GrSkSLFPFactoryCache> GrContextThreadSafeProxyPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextThreadSafeProxyPriv111 return fProxy->fpFactoryCache(); in fpFactoryCache()
28 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
32 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
76 if (!context->init(proxy->priv().refCaps(), proxy->priv().fpFactoryCache())) { in MakeDDL()
316 sk_sp<GrSkSLFPFactoryCache> GrRecordingContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrRecordingContextPriv317 return fContext->fpFactoryCache(); in fpFactoryCache()
39 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::fpFactoryCache() { in fpFactoryCache() function in GrContextPriv40 return fContext->fpFactoryCache(); in fpFactoryCache()
44 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
73 sk_sp<GrSkSLFPFactoryCache> fpFactoryCache();
287 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()