Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.h26 static const int kAAModeCnt = static_cast<int>(AAMode::kCoverageWithMSAA) + 1; variable
DGrDashOp.cpp947 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()
/third_party/skia/src/gpu/ops/
DDashOp.cpp37 static const int kAAModeCnt = static_cast<int>(skgpu::v1::DashOp::AAMode::kCoverageWithMSAA) + 1; variable
877 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()