Searched refs:kGrQuadTypeCount (Results 1 – 3 of 3) sorted by relevance
61 static_assert(kGrQuadTypeCount <= 4, "GrQuadType doesn't fit in 2 bits");
529 static_assert(kGrQuadTypeCount <= 4, "GrQuadType does not fit in 2 bits");
35 static const int kGrQuadTypeCount = static_cast<int>(GrQuadType::kLast) + 1; variable