Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrGeometryProcessor.h33 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
DGrDefaultGeoProcFactory.cpp245 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
/third_party/flutter/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp144 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp527 fInColor = MakeColorAttribute("inColor", wideColor); in GrDistanceFieldPathGeoProc()
/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/flutter/skia/src/gpu/ops/
DGrLatticeOp.cpp110 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
DGrFillRRectOp.cpp205 MakeColorAttribute("color", (flags & Flags::kWideColor))); in Processor()
DGrOvalOpFactory.cpp72 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()
DGrAAConvexPathRenderer.cpp631 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()
/third_party/skia/src/gpu/ops/
DLatticeOp.cpp113 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
DFillRRectOp.cpp363 MakeColorAttribute("color", (fFlags & ProcessorFlags::kWideColor))); in Processor()
DDrawVerticesOp.cpp171 ? MakeColorAttribute("inColor", false) in VerticesGP()
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()