Home
last modified time | relevance | path

Searched defs:factoryCache (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp242 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP()
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP()
/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleFactory.java300 private static Cache<SimpleFactoryCacheKey, SimpleFactory> factoryCache = null; field in SimpleFactory