Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp391 int numArcVertices = row*numCols + col; in init() local
398 for (int i = 0; i < numArcVertices; i++) in init()
400 float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCols; in init()
401 float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numRows; in init()

Completed in 2 milliseconds