Home
last modified time | relevance | path

Searched refs:GrAATypeIsHW (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp36 return GrAATypeIsHW(this->aaType()) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
/third_party/skia/include/private/
DGrTypesPriv.h235 static constexpr bool GrAATypeIsHW(GrAAType type) { in GrAATypeIsHW() function