Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchTest.cpp32 static BatchTestFunc gTestBatches[] = { variable
53 uint32_t index = random->nextULessThan(static_cast<uint32_t>(SK_ARRAY_COUNT(gTestBatches))); in GrRandomDrawBatch()
54 BatchTestFunc func = gTestBatches[index]; in GrRandomDrawBatch()