Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp1092 for (GLushort quadIndex = 0; quadIndex < 6; ++quadIndex) in TEST_P() local
1096 kElementsData[quadIndex * 6 + elementIndex] = quadIndices[elementIndex] + 4 * quadIndex; in TEST_P()
DMultiDrawTest.cpp248 uint32_t quadIndex = y * kCountX + x; in SetupBuffers() local
249 GLushort starting_index = static_cast<GLushort>(4 * quadIndex); in SetupBuffers()