Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp4049 Vec3Set outerEdgeVertices; in iterate() local
4056 outerEdgeVertices.insert(tfResult.varying[vtxNdx]); in iterate()
4063 if ((int)outerEdgeVertices.size() != refNumVerticesOnOuterEdge) in iterate()
4065 …TestLog::Message << "Failure: the number of vertices on outer edge is " << outerEdgeVertices.size() in iterate()
4067 …essage << "Note: vertices on the outer edge are:\n" << containerStr(outerEdgeVertices, 5, 0) << Te… in iterate()
4078 firstOuterEdgeVertices = outerEdgeVertices; in iterate()
4081 if (firstOuterEdgeVertices != outerEdgeVertices) in iterate()
4091 << " - case B: " << containerStr(outerEdgeVertices, 5, 14) << TestLog::EndMessage; in iterate()