Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp600 struct OuterEdgeDescription struct
606OuterEdgeDescription (int i, float c0) : constantCoordinateIndex(i), numConstantCoordinateValueC… in OuterEdgeDescription() argument
607OuterEdgeDescription (int i, float c0, float c1) : constantCoordinateIndex(i), numConstantCoordina… in OuterEdgeDescription() argument
627 static vector<OuterEdgeDescription> outerEdgeDescriptions (TessPrimitiveType primType) in outerEdgeDescriptions()
629 static const OuterEdgeDescription triangleOuterEdgeDescriptions[3] = in outerEdgeDescriptions()
631 OuterEdgeDescription(0, 0.0f), in outerEdgeDescriptions()
632 OuterEdgeDescription(1, 0.0f), in outerEdgeDescriptions()
633 OuterEdgeDescription(2, 0.0f) in outerEdgeDescriptions()
636 static const OuterEdgeDescription quadOuterEdgeDescriptions[4] = in outerEdgeDescriptions()
638 OuterEdgeDescription(0, 0.0f), in outerEdgeDescriptions()
[all …]