Home
last modified time | relevance | path

Searched refs:kUsesHWAA (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/ops/
DGrDrawOp.h68 kUsesHWAA = 0x1, enumerator
DGrSimpleMeshDrawOpHelper.cpp38 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
DGrDrawPathOp.h29 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrDashOp.cpp286 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
/external/skia/src/gpu/instanced/
DInstancedOp.h64 return GrAATypeIsHW(fInfo.aaType()) ? FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1769 if (!clip.apply(fContext, this, fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesHWAA, in addDrawOp()