Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDashOp.h26 static const int kAAModeCnt = static_cast<int>(AAMode::kCoverageWithMSAA) + 1; variable
DGrDashOp.cpp939 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()
/external/skia/src/gpu/ops/
DGrDashOp.h26 static const int kAAModeCnt = static_cast<int>(AAMode::kCoverageWithMSAA) + 1; variable
DGrDashOp.cpp946 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()