Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

86                         skiatest::Reporter* reporter) {
93 ERRORF(reporter, "BlitRow colortype=%s [%d %d] expected %x got %x",
102 static void test_00_FF(skiatest::Reporter* reporter) {
151 gSrcRec[j].fResult8, reporter)) {
190 static void test_diagonal(skiatest::Reporter* reporter) {
245 ERRORF(reporter, "Diagonal colortype=%s bg=0x%x dither=%d"
256 DEF_TEST(BlitRow, reporter) {
257 test_00_FF(reporter);
258 test_diagonal(reporter);