Lines Matching defs:c0
598 tcu::Vec4 c0;
695 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0);
720 r.c0 = tcu::Vec4(1, 1, 1, 1);
847 tcu::Vec4 c0;
897 const std::string c0Properties = genColorString(m_polys[ndx].c0);
924 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_polys[0].c0);
1119 tcu::Vec4 c0;
1173 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_triangles[0].c0);
1201 triangle1.c0 = halfWhite;
1209 triangle2.c0 = halfRed;
1299 triangle.c0 = (tri % 2) ? halfWhite : halfWhite + oddSliceColor;