Lines Matching refs:reporter
40 void check_pixels(skiatest::Reporter* reporter, const SkBitmap& bitmap) {
59 ERRORF(reporter, "Wrong color at %d, %d. Got 0x%08x when we expected 0x%08x",
66 void draw_child(skiatest::Reporter* reporter,
107 check_pixels(reporter, bitmap);
112 void surface_semaphore_test(skiatest::Reporter* reporter,
173 draw_child(reporter, childInfo1, backendTexture, semaphores[0]);
184 draw_child(reporter, childInfo2, backendTexture, semaphores[1]);
188 DEF_GPUTEST(SurfaceSemaphores, reporter, options) {
213 reporter, SkString(sk_gpu_test::GrContextFactory::ContextTypeName(contextType)));
223 surface_semaphore_test(reporter, ctxInfo, child1, child2, flushType);
230 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(EmptySurfaceSemaphoreTest, reporter, ctxInfo) {
252 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted);
260 REPORTER_ASSERT(reporter, sync);
263 REPORTER_ASSERT(reporter, result);
325 REPORTER_ASSERT(reporter, err != VK_TIMEOUT);