Searched refs:kMaxTrans (Results 1 – 2 of 2) sorted by relevance
257 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local260 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()261 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()
547 static const int kMaxTrans = 1024; in GR_DRAW_OP_TEST_DEFINE() local550 int xInt = (random->nextU() % kMaxTrans) * xPos; in GR_DRAW_OP_TEST_DEFINE()551 int yInt = (random->nextU() % kMaxTrans) * yPos; in GR_DRAW_OP_TEST_DEFINE()