Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

19                                                skiatest::Reporter* reporter,
37 skiatest::Reporter* reporter,
57 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(WrappedProxyConversionTest, reporter, ctxInfo) {
68 sk_sp<GrSurfaceProxy> sProxy(make_wrapped_FBO0(provider, reporter, desc));
72 REPORTER_ASSERT(reporter, rtProxy);
73 REPORTER_ASSERT(reporter, !rtProxy->asTextureProxy());
74 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
80 reporter, desc,
85 REPORTER_ASSERT(reporter, rtProxy);
87 REPORTER_ASSERT(reporter, tProxy);
88 REPORTER_ASSERT(reporter, tProxy->asRenderTargetProxy() == rtProxy);
89 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
98 REPORTER_ASSERT(reporter, tProxy);
100 REPORTER_ASSERT(reporter, rtProxy);
101 REPORTER_ASSERT(reporter, rtProxy->asTextureProxy() == tProxy);
102 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
112 REPORTER_ASSERT(reporter, tProxy);
113 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
114 REPORTER_ASSERT(reporter, !tProxy->asRenderTargetProxy());
120 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(DefferredProxyConversionTest, reporter, ctxInfo) {
136 REPORTER_ASSERT(reporter, rtProxy);
138 REPORTER_ASSERT(reporter, tProxy);
139 REPORTER_ASSERT(reporter, tProxy->asRenderTargetProxy() == rtProxy);
140 REPORTER_ASSERT(reporter, rtProxy->asRenderTargetProxy() == rtProxy);
150 REPORTER_ASSERT(reporter, tProxy);
152 REPORTER_ASSERT(reporter, rtProxy);
153 REPORTER_ASSERT(reporter, rtProxy->asTextureProxy() == tProxy);
154 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
166 REPORTER_ASSERT(reporter, tProxy);
167 REPORTER_ASSERT(reporter, tProxy->asTextureProxy() == tProxy);
168 REPORTER_ASSERT(reporter, !tProxy->asRenderTargetProxy());