Searched refs:gTestBatches (Results 1 – 1 of 1) sorted by relevance
32 static BatchTestFunc gTestBatches[] = { variable53 uint32_t index = random->nextULessThan(static_cast<uint32_t>(SK_ARRAY_COUNT(gTestBatches))); in GrRandomDrawBatch()54 BatchTestFunc func = gTestBatches[index]; in GrRandomDrawBatch()