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

1 2

  /external/skia/samplecode/
SampleClipDrawMatch.cpp 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) {
91 p.setAntiAlias(useAA);
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) {
167 canvas->clipRect(create_rect(offset), useAA);
170 canvas->clipRRect(create_rrect(offset), useAA);
173 canvas->clipRRect(create_circle(offset), useAA);
176 canvas->clipPath(create_convex_path(offset), useAA);
179 canvas->clipPath(create_concave_path(offset), useAA);
185 canvas->clipRect(create_rect(offset), useAA);
191 canvas->clipRRect(create_rrect(offset), useAA);
    [all...]
  /external/skqp/samplecode/
SampleClipDrawMatch.cpp 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) {
91 p.setAntiAlias(useAA);
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) {
167 canvas->clipRect(create_rect(offset), useAA);
170 canvas->clipRRect(create_rrect(offset), useAA);
173 canvas->clipRRect(create_circle(offset), useAA);
176 canvas->clipPath(create_convex_path(offset), useAA);
179 canvas->clipPath(create_concave_path(offset), useAA);
185 canvas->clipRect(create_rect(offset), useAA);
191 canvas->clipRRect(create_rrect(offset), useAA);
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.cpp 55 bool WebAssemblySubtarget::useAA() const { return true; }
WebAssemblySubtarget.h 72 bool useAA() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.cpp 56 bool WebAssemblySubtarget::useAA() const { return true; }
WebAssemblySubtarget.h 76 bool useAA() const override;
  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 52 bool TargetSubtargetInfo::useAA() const {
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 78 bool useAA() const override { return true; }
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 193 virtual bool useAA() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetSubtargetInfo.cpp 66 bool TargetSubtargetInfo::useAA() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 100 bool useAA() const override { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h 234 virtual bool useAA() const;
BasicTTIImpl.h 210 bool useAA() const { return getST()->useAA(); }
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 75 bool UseAA = false;
226 bool useAA() const override { return UseAA; }
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 213 bool PPCSubtarget::useAA() const {
PPCSubtarget.h 307 bool useAA() const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 208 bool PPCSubtarget::useAA() const {
PPCSubtarget.h 326 bool useAA() const override;
  /external/skia/src/gpu/ops/
GrDashOp.cpp 353 // useAA here means Edge AA or MSAA
354 bool useAA = this->aaMode() != AAMode::kNone;
399 if (useAA) {
432 if (useAA && !lineDone) {
479 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
505 if (devIntervals[1] <= 0.f && useAA) {
551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
556 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
    [all...]
  /external/skqp/src/gpu/ops/
GrDashOp.cpp 350 // useAA here means Edge AA or MSAA
351 bool useAA = this->aaMode() != AAMode::kNone;
396 if (useAA) {
429 if (useAA && !lineDone) {
476 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
502 if (devIntervals[1] <= 0.f && useAA) {
548 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
553 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.h 111 bool UseAA = false;
313 bool useAA() const override { return UseAA; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 198 bool useAA() const override;
HexagonSubtarget.cpp 312 bool HexagonSubtarget::useAA() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 543 bool useAA() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 203 /// UseAA - True if using AA during codegen (DAGCombine, MISched, etc)
204 bool UseAA = false;
745 bool useAA() const override { return UseAA; }

Completed in 865 milliseconds

1 2