Searched refs:quadIndex (Results 1 – 2 of 2) sorted by relevance
1095 for (GLushort quadIndex = 0; quadIndex < 6; ++quadIndex) in TEST_P() local1099 kElementsData[quadIndex * 6 + elementIndex] = quadIndices[elementIndex] + 4 * quadIndex; in TEST_P()
207 uint32_t quadIndex = y * kCountX + x; in SetupBuffers() local208 GLushort starting_index = static_cast<GLushort>(4 * quadIndex); in SetupBuffers()