Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp4576 Vec3Set currentEdgeVertices; in iterate() local
4587 currentEdgeVertices.insert(outerEdgeIndex == 0 ? vtx in iterate()
4594 currentEdgeVertices.insert(Vec3(outerEdgeIndex == 0 ? vtx.y() in iterate()
4607 firstEdgeVertices = currentEdgeVertices; in iterate()
4612 if (currentEdgeVertices != firstEdgeVertices) in iterate()
4626 … << " to match component order on first edge:\n" << containerStr(currentEdgeVertices, 5) in iterate()