Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp24 if (GrAATypeIsHW(aaType)) { in GrSimpleMeshDrawOpHelper()
36 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
/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
/third_party/flutter/skia/include/private/
DGrTypesPriv.h291 static constexpr bool GrAATypeIsHW(GrAAType type) { in GrAATypeIsHW() function