Home
last modified time | relevance | path

Searched refs:singleQuadIndices (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp419 const deUint16 singleQuadIndices[] = { 0, 2, 1, 1, 2, 3 }; in iterate() local
433 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()