Searched refs:kAAModeCnt (Results 1 – 3 of 3) sorted by relevance
26 static const int kAAModeCnt = static_cast<int>(AAMode::kCoverageWithMSAA) + 1; variable
947 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(GrDashOp::kAAModeCnt)); in TestCreate()1171 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(GrDashOp::kAAModeCnt)); in TestCreate()1208 aaMode = static_cast<AAMode>(random->nextULessThan(GrDashOp::kAAModeCnt)); in GR_DRAW_OP_TEST_DEFINE()
37 static const int kAAModeCnt = static_cast<int>(skgpu::v1::DashOp::AAMode::kCoverageWithMSAA) + 1; variable877 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(kAAModeCnt)); in TestCreate()1091 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(kAAModeCnt)); in TestCreate()1236 aaMode = static_cast<AAMode>(random->nextULessThan(kAAModeCnt)); in GR_DRAW_OP_TEST_DEFINE()