HomeSort by relevance Sort by last modified time
    Searched refs:kPerspectiveCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTestUtils.cpp 25 static const int kPerspectiveCount = 1;
46 return gMatrices[count - 1 - random->nextULessThan(kPerspectiveCount)];
49 return gMatrices[random->nextULessThan(count - kPerspectiveCount)];
  /external/skqp/src/gpu/
GrTestUtils.cpp 25 static const int kPerspectiveCount = 1;
46 return gMatrices[count - 1 - random->nextULessThan(kPerspectiveCount)];
49 return gMatrices[random->nextULessThan(count - kPerspectiveCount)];

Completed in 561 milliseconds