Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

17         void MyTestFunction(skiatest::Reporter*)
28 virtual void onRun(Reporter* reporter) SK_OVERRIDE { function(reporter); } \
40 virtual void onRun(Reporter* reporter) SK_OVERRIDE { function(reporter); } \
52 virtual void onRun(Reporter* reporter) SK_OVERRIDE { \
53 function(reporter, GetGrContextFactory()); \
66 #define DEF_TEST(name, reporter) \
67 static void name(skiatest::Reporter* reporter); \
69 static void name(skiatest::Reporter* reporter)