Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp376 int numArcVertices = row*numCols + col; in init() local
383 for (int i = 0; i < numArcVertices; i++) in init()
385 …float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCo… in init()
386 …float fy = centerY + 0.9f * deFloatSin((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numRo… in init()