Lines Matching refs:vertexNdx
685 for (int vertexNdx = 0; vertexNdx < 6; vertexNdx++)
686 m_vertices[quadNdx * 6 + vertexNdx].position.z() = StencilTest::s_quadDepths[quadNdx];
817 for (size_t vertexNdx = 0; vertexNdx < cwVertices.size() - 2; vertexNdx += 3)
819 const Vertex4RGBA cwVertex1 = cwVertices[vertexNdx + 1];
821 cwVertices[vertexNdx + 1] = cwVertices[vertexNdx + 2];
822 cwVertices[vertexNdx + 2] = cwVertex1;