Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DSimpleOperationTest.cpp1095 for (GLushort quadIndex = 0; quadIndex < 6; ++quadIndex) in TEST_P() local
1099 kElementsData[quadIndex * 6 + elementIndex] = quadIndices[elementIndex] + 4 * quadIndex; in TEST_P()
DMultiDrawTest.cpp207 uint32_t quadIndex = y * kCountX + x; in SetupBuffers() local
208 GLushort starting_index = static_cast<GLushort>(4 * quadIndex); in SetupBuffers()