Searched refs:kAAModeCnt (Results 1 – 4 of 4) sorted by relevance
26 static const int kAAModeCnt = static_cast<int>(AAMode::kCoverageWithMSAA) + 1; variable
939 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(GrDashOp::kAAModeCnt)); in TestCreate()1156 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(GrDashOp::kAAModeCnt)); in TestCreate()1193 aaMode = static_cast<AAMode>(random->nextULessThan(GrDashOp::kAAModeCnt)); in GR_DRAW_OP_TEST_DEFINE()
946 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(GrDashOp::kAAModeCnt)); in TestCreate()1170 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(GrDashOp::kAAModeCnt)); in TestCreate()1207 aaMode = static_cast<AAMode>(random->nextULessThan(GrDashOp::kAAModeCnt)); in GR_DRAW_OP_TEST_DEFINE()