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

/external/chromium_org/third_party/skia/tests/
H A DBlendTest.cpp90 static uint8_t blend_256_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { function
127 test_alpha(r, alpha, 0, blend_256_round);
151 test_dst(r, dst, 0, blend_256_round);
171 test_alpha(r, alpha, 0, blend_256_round);
187 test_dst(r, dst, 0, blend_256_round);
212 test_alpha(r, alpha, 1, blend_256_round);
234 test_dst(r, dst, 1, blend_256_round);
253 // blend_256_round
258 // Algorithms that make sense to use in Skia: blend_256_round, blend_256_round_alt, blend_perfect
/external/skia/tests/
H A DBlendTest.cpp90 static uint8_t blend_256_round(uint8_t dst, uint8_t src, uint8_t srcAlpha) { function
127 test_alpha(r, alpha, 0, blend_256_round);
151 test_dst(r, dst, 0, blend_256_round);
171 test_alpha(r, alpha, 0, blend_256_round);
187 test_dst(r, dst, 0, blend_256_round);
212 test_alpha(r, alpha, 1, blend_256_round);
234 test_dst(r, dst, 1, blend_256_round);
253 // blend_256_round
258 // Algorithms that make sense to use in Skia: blend_256_round, blend_256_round_alt, blend_perfect

Completed in 105 milliseconds