Searched refs:kAAModeCnt (Results 1 – 1 of 1) sorted by relevance
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()