Home
last modified time | relevance | path

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

/external/skia/bench/
Dnanobench.cpp930 const uint32_t brdSampleSizes[] = { 1, 2, 4, 8, 16 }; in rawNext() local
942 while (fCurrentSampleSize < (int) SK_ARRAY_COUNT(brdSampleSizes)) { in rawNext()
947 uint32_t sampleSize = brdSampleSizes[fCurrentSampleSize]; in rawNext()