Lines Matching refs:GeneratedPoint
2376 struct GeneratedPoint struct in deqp::gles31::Functional::__anon2babdd300111::PointRenderCase
2408 …void genReferencePointData (const IterationConfig& config, std::vector<GeneratedPoint>& data…
2409 …bool verifyNarrowPointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint…
2410 …bool verifyWidePointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>…
2411 …bool verifyWidePoint (const tcu::Surface& viewport, const GeneratedPoint& refPoint, const …
2412 … (const tcu::IVec2& pointPos, const tcu::Surface& viewport, const GeneratedPoint& refPoint, con…
2832 std::vector<GeneratedPoint> refPoints; in verifyRenderResult()
2892 …bool operator() (const PointRenderCase::GeneratedPoint& a, const PointRenderCase::GeneratedPoint& … in operator ()()
2903 …ase::genReferencePointData (const IterationConfig& config, std::vector<GeneratedPoint>& data) const in genReferencePointData()
2905 std::vector<GeneratedPoint> currentPoints; in genReferencePointData()
2919 std::vector<GeneratedPoint> tessellatedPoints; in genReferencePointData()
2949 std::vector<GeneratedPoint> geometryShadedPoints; in genReferencePointData()
2982 …yNarrowPointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, c… in verifyNarrowPointPattern()
2990 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyNarrowPointPattern()
3044 …ifyWidePointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, c… in verifyWidePointPattern()
3051 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyWidePointPattern()
3074 bool PointRenderCase::verifyWidePoint (const tcu::Surface& viewport, const GeneratedPoint& refPoint… in verifyWidePoint()
3134 …tAt (const tcu::IVec2& pointPos, const tcu::Surface& viewport, const GeneratedPoint& refPoint, con… in verifyWidePointAt()