Searched refs:randomVertices (Results 1 – 3 of 3) sorted by relevance
295 std::vector<float> randomVertices; in setupTest() local296 randomVertices.reserve(kVerticesCount); in setupTest()299 randomVertices.push_back(-3.0); in setupTest()300 randomVertices.push_back(-3.0); in setupTest()301 randomVertices.push_back(-3.0); in setupTest()302 randomVertices.push_back(3.0); in setupTest()303 randomVertices.push_back(3.0); in setupTest()304 randomVertices.push_back(-3.0); in setupTest()310 randomVertices.push_back((deRandom_getFloat(&rnd) * 2.0f - 1.0f)); in setupTest()319 …gl.bufferData(GL_ARRAY_BUFFER, randomVertices.size() * sizeof(float), randomVertices.data(), GL_ST… in setupTest()
174 float randomVertices[kVerticesCount]; in setupTest() local180 randomVertices[i] = deRandom_getFloat(&rnd) * 2.0f - 1.0f; in setupTest()189 gl.bufferData(GL_ARRAY_BUFFER, sizeof(randomVertices), randomVertices, GL_STATIC_DRAW); in setupTest()
350 float randomVertices[kVerticesCount]; in setupTest() local356 randomVertices[i] = deRandom_getFloat(&rnd) * 2.0f - 1.0f; in setupTest()365 gl.bufferData(GL_ARRAY_BUFFER, sizeof(randomVertices), randomVertices, GL_STATIC_DRAW); in setupTest()