Searched refs:test_dst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DBlendTest.cpp50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) { function
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(
[all...]
/external/skia/tests/
H A DBlendTest.cpp50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) { function
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(
[all...]

Completed in 88 milliseconds