Lines Matching refs:refPoints
2409 …tern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, const Projected…
2410 …ern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, const Projected…
2832 std::vector<GeneratedPoint> refPoints; in verifyRenderResult() local
2856 genReferencePointData(config, refPoints); in verifyRenderResult()
2859 anyError = verifyWidePointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2861 anyError = verifyNarrowPointPattern(viewportSurface, refPoints, projectedBBox, logFloodCounter); in verifyRenderResult()
2982 …ttern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, const Projected… in verifyNarrowPointPattern() argument
2987 for (int pointNdx = 0; pointNdx < (int)refPoints.size(); ++pointNdx) in verifyNarrowPointPattern()
2990 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyNarrowPointPattern()
3044 …ttern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, const Projected… in verifyWidePointPattern() argument
3049 for (int pointNdx = 0; pointNdx < (int)refPoints.size(); ++pointNdx) in verifyWidePointPattern()
3051 const GeneratedPoint& refPoint = refPoints[pointNdx]; in verifyWidePointPattern()