Lines Matching refs:reporter

25                                              skiatest::Reporter* reporter,
58 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(PreinstantiatedProxyConversionTest, reporter, ctxInfo) {
69 make_wrapped_rt(proxyProvider, gpu, reporter, kSize, kColorType));
73 REPORTER_ASSERT(reporter, rtProxy);
74 REPORTER_ASSERT(reporter, !rtProxy->asTextureProxy());
75 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
86 REPORTER_ASSERT(reporter, rtProxy);
88 REPORTER_ASSERT(reporter, tProxy);
89 REPORTER_ASSERT(reporter, tProxy->asRenderTargetProxy() == rtProxy);
90 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
101 REPORTER_ASSERT(reporter, tProxy);
103 REPORTER_ASSERT(reporter, rtProxy);
104 REPORTER_ASSERT(reporter, rtProxy->asTextureProxy() == tProxy);
105 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
116 REPORTER_ASSERT(reporter, tProxy);
117 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
118 REPORTER_ASSERT(reporter, !tProxy->asRenderTargetProxy());
125 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(DefferredProxyConversionTest, reporter, ctxInfo) {
141 REPORTER_ASSERT(reporter, rtProxy);
143 REPORTER_ASSERT(reporter, tProxy);
144 REPORTER_ASSERT(reporter, tProxy->asRenderTargetProxy() == rtProxy);
145 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
155 REPORTER_ASSERT(reporter, tProxy);
157 REPORTER_ASSERT(reporter, rtProxy);
158 REPORTER_ASSERT(reporter, rtProxy->asTextureProxy() == tProxy);
159 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
168 REPORTER_ASSERT(reporter, tProxy);
169 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
170 REPORTER_ASSERT(reporter, !tProxy->asRenderTargetProxy());