Searched refs:MakeColorAttribute (Results 1 – 19 of 19) sorted by relevance
| /third_party/flutter/skia/src/gpu/ |
| D | GrGeometryProcessor.h | 33 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
|
| D | GrDefaultGeoProcFactory.cpp | 245 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
|
| /third_party/flutter/skia/src/gpu/effects/ |
| D | GrBitmapTextGeoProc.cpp | 144 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
|
| D | GrDistanceFieldGeoProc.cpp | 527 fInColor = MakeColorAttribute("inColor", wideColor); in GrDistanceFieldPathGeoProc()
|
| /third_party/skia/src/gpu/effects/ |
| D | GrBitmapTextGeoProc.cpp | 138 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
|
| D | GrDistanceFieldGeoProc.cpp | 494 fInColor = MakeColorAttribute("inColor", wideColor); in GrDistanceFieldPathGeoProc()
|
| /third_party/skia/tools/gpu/ |
| D | TestOps.cpp | 28 fInColor = MakeColorAttribute("color", wideColor); in GP()
|
| /third_party/skia/src/gpu/ |
| D | GrDefaultGeoProcFactory.cpp | 216 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
|
| D | GrGeometryProcessor.h | 231 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrLatticeOp.cpp | 110 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
|
| D | GrFillRRectOp.cpp | 205 MakeColorAttribute("color", (flags & Flags::kWideColor))); in Processor()
|
| D | GrOvalOpFactory.cpp | 72 fInColor = MakeColorAttribute("inColor", wideColor); in CircleGeometryProcessor() 264 fInColor = MakeColorAttribute("inColor", wideColor); in ButtCapDashedCircleGeometryProcessor() 517 fInColor = MakeColorAttribute("inColor", wideColor); in EllipseGeometryProcessor() 708 fInColor = MakeColorAttribute("inColor", wideColor); in DIEllipseGeometryProcessor()
|
| D | GrAAConvexPathRenderer.cpp | 631 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()
|
| /third_party/skia/src/gpu/ops/ |
| D | LatticeOp.cpp | 113 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
|
| D | FillRRectOp.cpp | 363 MakeColorAttribute("color", (fFlags & ProcessorFlags::kWideColor))); in Processor()
|
| D | DrawVerticesOp.cpp | 171 ? MakeColorAttribute("inColor", false) in VerticesGP()
|
| D | GrOvalOpFactory.cpp | 102 fInColor = MakeColorAttribute("inColor", wideColor); in CircleGeometryProcessor() 297 fInColor = MakeColorAttribute("inColor", wideColor); in ButtCapDashedCircleGeometryProcessor() 557 fInColor = MakeColorAttribute("inColor", wideColor); in EllipseGeometryProcessor() 754 fInColor = MakeColorAttribute("inColor", wideColor); in DIEllipseGeometryProcessor()
|
| D | QuadPerEdgeAA.cpp | 891 fColor = MakeColorAttribute("color", ColorType::kFloat == spec.colorType()); in initializeAttrs()
|
| D | AAConvexPathRenderer.cpp | 577 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()
|