Searched refs:MakeColorAttribute (Results 1 – 15 of 15) sorted by relevance
/external/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()
|
/external/skqp/src/gpu/ |
D | GrGeometryProcessor.h | 33 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
|
D | GrDefaultGeoProcFactory.cpp | 345 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
|
/external/skqp/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 145 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
|
D | GrDistanceFieldGeoProc.cpp | 526 fInColor = MakeColorAttribute("inColor", wideColor); in GrDistanceFieldPathGeoProc()
|
/external/skia/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 144 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
|
D | GrDistanceFieldGeoProc.cpp | 526 fInColor = MakeColorAttribute("inColor", wideColor); in GrDistanceFieldPathGeoProc()
|
/external/skia/src/gpu/ops/ |
D | GrAAFillRRectOp.cpp | 277 fInColor = MakeColorAttribute("color", (flags & Flags::kWideColor)); in Processor()
|
D | GrLatticeOp.cpp | 109 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
|
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 | 623 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()
|
/external/skqp/src/gpu/ops/ |
D | GrLatticeOp.cpp | 109 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
|
D | GrOvalOpFactory.cpp | 71 fInColor = MakeColorAttribute("inColor", wideColor); in CircleGeometryProcessor() 263 fInColor = MakeColorAttribute("inColor", wideColor); in ButtCapDashedCircleGeometryProcessor() 510 fInColor = MakeColorAttribute("inColor", wideColor); in EllipseGeometryProcessor() 662 fInColor = MakeColorAttribute("inColor", wideColor); in DIEllipseGeometryProcessor()
|
D | GrAAConvexPathRenderer.cpp | 624 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()
|