Home | History | Annotate | Download | only in functional

Lines Matching defs:c0

599 		tcu::Vec4 c0;
694 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0);
719 r.c0 = tcu::Vec4(1, 1, 1, 1);
831 tcu::Vec4 c0;
881 const std::string c0Properties = genColorString(m_polys[ndx].c0);
908 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_polys[0].c0);
1103 tcu::Vec4 c0;
1157 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_triangles[0].c0);
1185 triangle1.c0 = halfWhite;
1193 triangle2.c0 = halfRed;
1283 triangle.c0 = (tri % 2) ? halfWhite : halfWhite + oddSliceColor;