Lines Matching defs:reporter
76 static void clear_op_test(skiatest::Reporter* reporter, GrDirectContext* dContext) {
113 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
124 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
135 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue,
146 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
157 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
168 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue,
175 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
186 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
199 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
206 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue,
213 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
225 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue,
232 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue,
256 REPORTER_ASSERT(reporter, opsTask->numOpChains() == 1);
261 REPORTER_ASSERT(reporter, clearOp.color() == kExpected);
262 REPORTER_ASSERT(reporter, clearOp.stencilInsideMask());
282 REPORTER_ASSERT(reporter, opsTask->numOpChains() == 1);
287 REPORTER_ASSERT(reporter, clearOp.color() == kExpected);
288 REPORTER_ASSERT(reporter, !clearOp.stencilInsideMask());
295 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo) {
297 clear_op_test(reporter, ctxInfo.directContext());
303 clear_op_test(reporter, workaroundFactory.get(ctxInfo.type()));
306 void fullscreen_clear_with_layer_test(skiatest::Reporter* reporter, GrRecordingContext* rContext) {
358 REPORTER_ASSERT(reporter, isCorrect);
361 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(FullScreenClearWithLayers, reporter, ctxInfo) {
363 fullscreen_clear_with_layer_test(reporter, ctxInfo.directContext());
369 fullscreen_clear_with_layer_test(reporter, workaroundFactory.get(ctxInfo.type()));