Lines Matching refs:verifiers
23 namespace verifiers {
25 /** Result type for GM verifiers. */
59 * Abstract base class for GM verifiers. A verifier checks the rendered output image of a GM.
61 * Different verifiers perform different types of transforms and checks. Verifiers may check the
65 * Most verifiers have configurable fuzziness in the comparisons performed against the golden image.
99 /** Renders the GM using the "golden" configuration. This is common across all GMs/verifiers. */
161 /** A list of GM verifiers. */
167 /** Adds a verifier to the list of verifiers. */
171 * Runs all verifiers against the given input. If any verifiers fail, returns the first error.
172 * Else, returns ok. This version can be used if no verifiers in the list require the gold
181 /** The list of verifiers. */
187 /** Returns true if any verifiers in the list need the gold image as input. */
191 } // namespace verifiers