Home
last modified time | relevance | path

Searched refs:getFPFactoryCache (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/
DGrContextPriv.h288 sk_sp<GrSkSLFPFactoryCache> getFPFactoryCache();
DGrContext.cpp1066 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::getFPFactoryCache() { return fContext->fFPFactoryCache; } in getFPFactoryCache() function in GrContextPriv
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp237 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->contextPriv().getFPFactoryCache(), in Make()