Lines Matching defs:triangles
1078 const tcu::Vec4 triangles[2][3] =
1098 for (size_t ndx = 0; ndx < DE_LENGTH_OF_ARRAY(triangles[0]); ++ndx)
1100 << "\tx=" << triangles[0][ndx].x()
1101 << "\ty=" << triangles[0][ndx].y()
1102 << "\tz=" << triangles[0][ndx].z()
1103 << "\tw=" << triangles[0][ndx].w()
1106 for (size_t ndx = 0; ndx < DE_LENGTH_OF_ARRAY(triangles[1]); ++ndx)
1108 << "\tx=" << triangles[1][ndx].x()
1109 << "\ty=" << triangles[1][ndx].y()
1110 << "\tz=" << triangles[1][ndx].z()
1111 << "\tw=" << triangles[1][ndx].w()
1145 gl.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, triangles[0]);
1161 gl.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, triangles[1]);