Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp351 const int numStrips = 20; in init() local
353 for (int stripNdx = 0; stripNdx < numStrips; stripNdx++) in init()
359 float fx = -0.9f + 1.8f * (float)(i/2*2) / numStrips; in init()
360 float fy = -0.9f + 1.8f * ((float)stripNdx + (i%2 == 0 ? 0.0f : 0.8f)) / numStrips; in init()
368 if (stripNdx < numStrips - 1) // Add a restart after all but last strip. in init()

Completed in 2 milliseconds