Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/graphite/precompile/
H A DThreadedPrecompileTest.cpp271 REPORTER_ASSERT(reporter, stats.fGraphicsCacheAdditions == 12); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
274 stats.fGraphicsCacheAdditions + stats.fGraphicsRaces); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
325 REPORTER_ASSERT(reporter, stats.fGraphicsCacheAdditions == 12); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
328 stats.fGraphicsCacheAdditions + stats.fGraphicsRaces); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DGlobalCache.h63 int fGraphicsCacheAdditions = 0; member
H A DGlobalCache.cpp78 ++fStats.fGraphicsCacheAdditions; in addGraphicsPipeline()