HomeSort by relevance Sort by last modified time
    Searched refs:useAA (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.h 34 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
36 bool drawRRect(GrDrawTarget* target, GrContext* context, bool useAA,
38 bool drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA,
GrOvalRenderer.cpp 487 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
490 bool useCoverageAA = useAA &&
    [all...]
GrContext.cpp     [all...]
  /external/skia/src/gpu/
GrOvalRenderer.h 34 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
36 bool drawRRect(GrDrawTarget* target, GrContext* context, bool useAA,
38 bool drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA,
GrOvalRenderer.cpp 456 bool GrOvalRenderer::drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
459 bool useCoverageAA = useAA &&
    [all...]
GrContext.cpp     [all...]
  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 68 bool TargetSubtargetInfo::useAA() const {
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 111 virtual bool useAA() const;
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 200 bool useAA = paint.isAntiAlias();
230 if (useAA) {
263 if (useAA && !lineDone) {
297 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) {
310 SkScalar bloatX = useAA ? 0.5f / parallelScale : 0.f;
311 SkScalar bloatY = useAA ? 0.5f / perpScale : 0.f;
313 SkScalar devBloat = useAA ? 0.5f : 0.f;
316 if (devIntervals[1] <= 0.f && useAA) {
337 if (devIntervals[1] > 0.f || useAA) {
342 GrEffectEdgeType edgeType= useAA ? kFillAA_GrEffectEdgeType
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 68 bool useAA() const override { return true; }
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 205 bool useAA = paint.isAntiAlias();
235 if (useAA) {
268 if (useAA && !lineDone) {
302 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) {
315 SkScalar bloatX = useAA ? 0.5f / parallelScale : 0.f;
316 SkScalar bloatY = useAA ? 0.5f / perpScale : 0.f;
318 SkScalar devBloat = useAA ? 0.5f : 0.f;
321 if (devIntervals[1] <= 0.f && useAA) {
342 if (devIntervals[1] > 0.f || useAA) {
347 GrPrimitiveEdgeType edgeType= useAA ? kFillAA_GrProcessorEdgeType
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 241 bool useAA() const override;
PPCSubtarget.cpp 276 bool PPCSubtarget::useAA() const {
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h     [all...]
  /external/skia/include/gpu/
GrContext.h     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 738 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
739 : ST.useAA();
740 AliasAnalysis *AAForDep = UseAA ? AA : nullptr;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1761 milliseconds