Searched refs:brdSampleSizes (Results 1 – 2 of 2) sorted by relevance
977 const uint32_t brdSampleSizes[] = { 1, 2, 4, 8, 16 }; in rawNext() local989 while (fCurrentSampleSize < (int) SK_ARRAY_COUNT(brdSampleSizes)) { in rawNext()994 uint32_t sampleSize = brdSampleSizes[fCurrentSampleSize]; in rawNext()
998 const uint32_t brdSampleSizes[] = { 1, 2, 4, 8, 16 }; in rawNext() local1010 while (fCurrentSampleSize < (int) SK_ARRAY_COUNT(brdSampleSizes)) { in rawNext()1015 uint32_t sampleSize = brdSampleSizes[fCurrentSampleSize]; in rawNext()