Lines Matching refs:triIndex
227 for (unsigned int triIndex = 0; triIndex < 4; ++triIndex) in TEST_P() local
229 GLfloat sumX = positionData[triIndex * 2 + 0] + positionData[triIndex * 2 + 2] + in TEST_P()
230 positionData[triIndex * 2 + 4]; in TEST_P()
231 GLfloat sumY = positionData[triIndex * 2 + 1] + positionData[triIndex * 2 + 3] + in TEST_P()
232 positionData[triIndex * 2 + 5]; in TEST_P()
242 unsigned int provokingVertexIndex = triIndex + 2; in TEST_P()
279 for (unsigned int triIndex = 0; triIndex < 4; ++triIndex) in TEST_P() local
281 GLint vertexA = indexData[triOffsets[triIndex] + 0]; in TEST_P()
282 GLint vertexB = indexData[triOffsets[triIndex] + 1]; in TEST_P()
283 GLint vertexC = indexData[triOffsets[triIndex] + 2]; in TEST_P()
298 unsigned int provokingVertexIndex = triIndex + 2; in TEST_P()