Home | History | Annotate | Download | only in renderstate

Lines Matching defs:color

221         fill.program->setColor(fill.color);
229 // Color filter uniforms
231 const FloatColor& color = fill.filter.color;
233 color.r, color.g, color.b, color.a);
293 if (vertices.attribFlags & VertexAttribFlags::Color) {
296 glVertexAttribPointer(colorLocation, 4, GL_FLOAT, GL_FALSE, vertices.stride, vertices.color);
348 if (vertices.attribFlags & VertexAttribFlags::Color) {