Lines Matching refs:Reporter
25 static void check_component(skiatest::Reporter* reporter, uint8_t control, uint8_t test) {
32 REPORTER_ASSERT(reporter, diff < TOL);
42 static void check_4444(skiatest::Reporter* reporter,
53 check_component(reporter, ctrlComp, testComp);
58 check_component(reporter, ctrlComp, testComp);
63 check_component(reporter, ctrlComp, testComp);
68 check_component(reporter, ctrlComp, testComp);
73 static void check_565(skiatest::Reporter* reporter,
83 check_component(reporter, ctrlComp, testComp);
88 check_component(reporter, ctrlComp, testComp);
93 check_component(reporter, ctrlComp, testComp);
99 void runTest(skiatest::Reporter* reporter, GrContext* context,
125 check_4444(reporter, controlPixelData, readBuffer);
128 check_565(reporter, controlPixelData, readBuffer);
135 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RGBA4444TextureTest, reporter, ctxInfo) {
136 runTest<uint16_t>(reporter, ctxInfo.grContext(), 0xFF00, 0xFA62,
140 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RGB565TextureTest, reporter, ctxInfo) {
141 runTest<uint16_t>(reporter, ctxInfo.grContext(), 0xFF00, 0xFA62,