Home
last modified time | relevance | path

Searched refs:NUM_GENERATED_VERTICES (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp52 static const int NUM_GENERATED_VERTICES = 100; member
172 vertices.resize(4*NUM_GENERATED_VERTICES); in iterate()
174 for (int i = 0; i < NUM_GENERATED_VERTICES; i++) in iterate()
188 int vtxNdx = m_rnd.getInt(0, NUM_GENERATED_VERTICES-1); in iterate()
199 int vtxNdx = m_rnd.getInt(0, NUM_GENERATED_VERTICES-1); in iterate()

Completed in 1 milliseconds