Lines Matching defs:c0
596 tcu::Vec4 c0;
691 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0);
716 r.c0 = tcu::Vec4(1, 1, 1, 1);
827 tcu::Vec4 c0;
877 const std::string c0Properties = genColorString(m_polys[ndx].c0);
904 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_polys[0].c0);
1099 tcu::Vec4 c0;
1153 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_triangles[0].c0);
1181 triangle1.c0 = halfWhite;
1189 triangle2.c0 = halfRed;
1279 triangle.c0 = (tri % 2) ? halfWhite : halfWhite + oddSliceColor;