Home
last modified time | relevance | path

Searched refs:kPerspectiveCount (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/
H A DGrTestUtils.cpp25 static const int kPerspectiveCount = 1; in test_matrix() local
46 return gMatrices[count - 1 - random->nextULessThan(kPerspectiveCount)]; in test_matrix()
49 return gMatrices[random->nextULessThan(count - kPerspectiveCount)]; in test_matrix()

Completed in 1 milliseconds