Home
last modified time | relevance | path

Searched refs:fFactoryCache (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp246 , fFactoryCache(factoryCache) in GrSkSLFP()
258 , fFactoryCache(other.fFactoryCache) in GrSkSLFP()
275 fFactory = fFactoryCache->get(fIndex); in createFactory()
278 fFactoryCache->set(fIndex, fFactory); in createFactory()
DGrSkSLFP.h98 sk_sp<GrSkSLFPFactoryCache> fFactoryCache; variable