Home | History | Annotate | Download | only in gpu

Lines Matching defs:color

17 /** We always use per-vertex colors so that rects can be batched across color changes. Sometimes we
22 The color param is used to determine whether the opaque hint can be set on the draw state.
25 The vertex attrib order is always pos, color, [local coords].
28 GrColor color,
34 return GrDefaultGeoProcFactory::Create(flags, color, SkMatrix::I(), *localMatrix);
36 return GrDefaultGeoProcFactory::Create(flags, color, SkMatrix::I(), SkMatrix::I());
68 // Handle any color overrides
101 this->color(),
172 GrColor color() const { return fBatch.fColor; }
202 if (this->color() != that->color()) {
223 GrBatch* Create(GrColor color,
229 geometry.fColor = color;
257 GrColor color = GrRandomColor(random);
277 return GrRectBatch::Create(color, viewMatrix, rect,