Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawOp.h32 kUsesHWAA = 0x1, enumerator
DGrDrawPathOp.h28 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.cpp38 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
DGrTextureOp.cpp186 return this->aaType() == GrAAType::kMSAA ? FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
DGrDashOp.cpp252 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
/external/skia/src/gpu/ops/
DGrDrawOp.h32 kUsesHWAA = 0x1, enumerator
DGrDrawPathOp.h29 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
DGrSimpleMeshDrawOpHelper.cpp38 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
DGrTextureOp.cpp243 return this->aaType() == GrAAType::kMSAA ? FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
DGrDashOp.cpp252 flags |= FixedFunctionFlags::kUsesHWAA; in fixedFunctionFlags()
/external/skia/gm/
Dsamplelocations.cpp175 return FixedFunctionFlags::kUsesHWAA | FixedFunctionFlags::kUsesStencil; in fixedFunctionFlags()
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1949 if (!clip.apply(fContext, this, fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesHWAA, in addDrawOp()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp2057 if (!clip.apply(fContext, this, fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesHWAA, in addDrawOp()