Home
last modified time | relevance | path

Searched refs:kAAModeCnt (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DDashOp.cpp37 static const int kAAModeCnt = static_cast<int>(skgpu::v1::DashOp::AAMode::kCoverageWithMSAA) + 1; variable
887 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(kAAModeCnt)); in TestCreate()
1111 AAMode aaMode = static_cast<AAMode>(d->fRandom->nextULessThan(kAAModeCnt)); in TestCreate()
1256 aaMode = static_cast<AAMode>(random->nextULessThan(kAAModeCnt));

Completed in 3 milliseconds