Searched refs:fFactoryCache (Results 1 – 2 of 2) sorted by relevance
246 , fFactoryCache(factoryCache) in GrSkSLFP()258 , fFactoryCache(other.fFactoryCache) in GrSkSLFP()275 fFactory = fFactoryCache->get(fIndex); in createFactory()278 fFactoryCache->set(fIndex, fFactory); in createFactory()
98 sk_sp<GrSkSLFPFactoryCache> fFactoryCache; variable