Lines Matching refs:GeneratedPoint

2169 	struct GeneratedPoint  struct in deqp::gles31::Functional::__anon2babdd300111::PointRenderCase
2201 …void genReferencePointData (const IterationConfig& config, std::vector<GeneratedPoint>& data…
2202 …bool verifyNarrowPointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint
2203 …bool verifyWidePointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>…
2204 …bool verifyWidePoint (const tcu::Surface& viewport, const GeneratedPoint& refPoint, const …
2205 … (const tcu::IVec2& pointPos, const tcu::Surface& viewport, const GeneratedPoint& refPoint, con…
2625 std::vector<GeneratedPoint> refPoints; in verifyRenderResult()
2685 …bool operator() (const PointRenderCase::GeneratedPoint& a, const PointRenderCase::GeneratedPoint& … in operator ()()
2696 …ase::genReferencePointData (const IterationConfig& config, std::vector<GeneratedPoint>& data) const in genReferencePointData()
2698 std::vector<GeneratedPoint> currentPoints; in genReferencePointData()
2712 std::vector<GeneratedPoint> tessellatedPoints; in genReferencePointData()
2742 std::vector<GeneratedPoint> geometryShadedPoints; in genReferencePointData()
2775 …yNarrowPointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, c… in verifyNarrowPointPattern()
2783 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyNarrowPointPattern()
2836 …ifyWidePointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, c… in verifyWidePointPattern()
2843 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyWidePointPattern()
2866 bool PointRenderCase::verifyWidePoint (const tcu::Surface& viewport, const GeneratedPoint& refPoint… in verifyWidePoint()
2926 …tAt (const tcu::IVec2& pointPos, const tcu::Surface& viewport, const GeneratedPoint& refPoint, con… in verifyWidePointAt()