Searched refs:MakeColorAttribute (Results 1 – 11 of 11) sorted by relevance
/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/skia/src/gpu/ops/ |
D | LatticeOp.cpp | 113 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
|
D | DrawVerticesOp.cpp | 171 ? MakeColorAttribute("inColor", false) in VerticesGP()
|
D | FillRRectOp.cpp | 363 MakeColorAttribute("color", (fFlags & ProcessorFlags::kWideColor))); in Processor()
|
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()
|