Searched refs:singleQuadIndices (Results 1 – 1 of 1) sorted by relevance
419 const deUint16 singleQuadIndices[] = { 0, 2, 1, 1, 2, 3 }; in iterate() local433 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(singleQuadIndices); ndx++) in iterate()434 indices[quadNdx*6 + ndx] = (deUint16)(quadNdx*4 + singleQuadIndices[ndx]); in iterate()