Home
last modified time | relevance | path

Searched refs:MakeColorAttribute (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp138 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp494 fInColor = MakeColorAttribute("inColor", wideColor); in GrDistanceFieldPathGeoProc()
/third_party/skia/tools/gpu/
DTestOps.cpp28 fInColor = MakeColorAttribute("color", wideColor); in GP()
/third_party/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp216 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
DGrGeometryProcessor.h231 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
/third_party/skia/src/gpu/ops/
DLatticeOp.cpp113 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
DDrawVerticesOp.cpp171 ? MakeColorAttribute("inColor", false) in VerticesGP()
DFillRRectOp.cpp363 MakeColorAttribute("color", (fFlags & ProcessorFlags::kWideColor))); in Processor()
DGrOvalOpFactory.cpp102 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()
DQuadPerEdgeAA.cpp891 fColor = MakeColorAttribute("color", ColorType::kFloat == spec.colorType()); in initializeAttrs()
DAAConvexPathRenderer.cpp577 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()