Searched refs:budgetSize (Results 1 - 2 of 2) sorted by relevance

/external/skia/bench/
H A DImageCacheBudgetBench.cpp71 /** budgetSize is the number of images that can fit in the cache. 100 images will be drawn. */
72 ImageCacheBudgetBench(int budgetSize, bool shuffle) argument
73 : fBudgetSize(budgetSize)
76 float imagesOverBudget = float(kImagesToDraw) / budgetSize;
/external/skqp/bench/
H A DImageCacheBudgetBench.cpp71 /** budgetSize is the number of images that can fit in the cache. 100 images will be drawn. */
72 ImageCacheBudgetBench(int budgetSize, bool shuffle) argument
73 : fBudgetSize(budgetSize)
76 float imagesOverBudget = float(kImagesToDraw) / budgetSize;

Completed in 1913 milliseconds