Lines Matching defs:c0
595 tcu::Vec4 c0;
692 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0);
717 r.c0 = tcu::Vec4(1, 1, 1, 1);
843 tcu::Vec4 c0;
893 const std::string c0Properties = genColorString(m_polys[ndx].c0);
920 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_polys[0].c0);
1115 tcu::Vec4 c0;
1169 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_triangles[0].c0);
1197 triangle1.c0 = halfWhite;
1205 triangle2.c0 = halfRed;
1295 triangle.c0 = (tri % 2) ? halfWhite : halfWhite + oddSliceColor;