Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDirectContextPriv.h120 void dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const;
DGrDirectContextPriv.cpp88 void GrDirectContextPriv::dumpCacheStatsKeyValuePairs(SkTArray<SkString>* keys, in dumpCacheStatsKeyValuePairs() function in GrDirectContextPriv
/third_party/skia/bench/
DSKPBench.cpp151 dContext->priv().dumpCacheStatsKeyValuePairs(keys, values); in draw_pic_for_stats()