Lines Matching refs:test_dst

50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
147 test_dst(r, dst, 0, blend_255_round);
148 test_dst(r, dst, 0, blend_255_trunc);
149 test_dst(r, dst, 0, blend_256_plus1_round);
150 test_dst(r, dst, 0, blend_256_plus1_trunc);
151 test_dst(r, dst, 0, blend_256_round);
152 test_dst(r, dst, 0, blend_256_round_alt);
153 test_dst(r, dst, 0, blend_256_trunc);
154 test_dst(r, dst, 0, blend_double_trunc);
155 test_dst(r, dst, 0, blend_float_round);
156 test_dst(r, dst, 0, blend_float_trunc);
157 test_dst(r, dst, 0, blend_perfect);
187 test_dst(r, dst, 0, blend_256_round);
188 test_dst(r, dst, 0, blend_256_round_alt);
189 test_dst(r, dst, 0, blend_double_trunc);
190 test_dst(r, dst, 0, blend_float_round);
191 test_dst(r, dst, 0, blend_float_trunc);
192 test_dst(r, dst, 0, blend_perfect);
195 test_dst(r, dst, 1, blend_255_round);
196 test_dst(r, dst, 1, blend_255_trunc);
197 test_dst(r, dst, 1, blend_256_plus1_round);
198 test_dst(r, dst, 1, blend_256_plus1_trunc);
199 test_dst(r, dst, 1, blend_256_trunc);
228 test_dst(r, dst, 0, blend_float_round);
229 test_dst(r, dst, 0, blend_perfect);
232 test_dst(r, dst, 1, blend_255_round);
233 test_dst(r, dst, 1, blend_256_plus1_round);
234 test_dst(r, dst, 1, blend_256_round);
235 test_dst(r, dst, 1, blend_256_round_alt);
236 test_dst(r, dst, 1, blend_256_trunc);
237 test_dst(r, dst, 1, blend_double_trunc);
238 test_dst(r, dst, 1, blend_float_trunc);
241 test_dst(r, dst, 2, blend_255_trunc);
242 test_dst(r, dst, 2, blend_256_plus1_trunc);