Home
last modified time | relevance | path

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

/third_party/flutter/skia/bench/
Dnanobench.cpp977 const uint32_t brdSampleSizes[] = { 1, 2, 4, 8, 16 }; in rawNext() local
989 while (fCurrentSampleSize < (int) SK_ARRAY_COUNT(brdSampleSizes)) { in rawNext()
994 uint32_t sampleSize = brdSampleSizes[fCurrentSampleSize]; in rawNext()
/third_party/skia/bench/
Dnanobench.cpp998 const uint32_t brdSampleSizes[] = { 1, 2, 4, 8, 16 }; in rawNext() local
1010 while (fCurrentSampleSize < (int) SK_ARRAY_COUNT(brdSampleSizes)) { in rawNext()
1015 uint32_t sampleSize = brdSampleSizes[fCurrentSampleSize]; in rawNext()