Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.h61 static_assert(kGrQuadTypeCount <= 4, "GrQuadType doesn't fit in 2 bits");
DGrTextureOp.cpp529 static_assert(kGrQuadTypeCount <= 4, "GrQuadType does not fit in 2 bits");
/external/skqp/src/gpu/
DGrQuad.h35 static const int kGrQuadTypeCount = static_cast<int>(GrQuadType::kLast) + 1; variable