Searched refs:kVerticesCount (Results 1 – 4 of 4) sorted by relevance
73 static constexpr int kVerticesCount = 8; // 2 modes * 2 color configs * 2 tex coord configs variable99 Renderer fVertices[kVerticesCount];
173 constexpr deUint32 kVerticesCount = (TRIANGLE_COUNT * 3 * 2); in setupTest() local174 float randomVertices[kVerticesCount]; in setupTest()178 for (deUint32 i = 0; i < kVerticesCount; i++) in setupTest()
294 constexpr deUint32 kVerticesCount = (TRIANGLE_COUNT * 3 * 2); in setupTest() local296 randomVertices.reserve(kVerticesCount); in setupTest()308 for (deUint32 i = 0; i < kVerticesCount; i++) in setupTest()
349 constexpr deUint32 kVerticesCount = (TRIANGLE_COUNT * 3 * 2); in setupTest() local350 float randomVertices[kVerticesCount]; in setupTest()354 for (deUint32 i = 0; i < kVerticesCount; i++) in setupTest()