Lines Matching refs:reporter
54 DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(GLTextureParameters, reporter, ctxInfo) {
60 REPORTER_ASSERT(reporter, backendTex.isValid());
63 REPORTER_ASSERT(reporter, backendTex.getGLTextureInfo(&info));
66 REPORTER_ASSERT(reporter, backendTexCopy.isSameTexture(backendTex));
71 REPORTER_ASSERT(reporter, wrappedImage);
74 REPORTER_ASSERT(reporter, proxy);
75 REPORTER_ASSERT(reporter, proxy->isInstantiated());
77 REPORTER_ASSERT(reporter, texture);
79 REPORTER_ASSERT(reporter, parameters);
88 REPORTER_ASSERT(reporter, surf);
92 REPORTER_ASSERT(reporter, params_invalid(*parameters));
94 REPORTER_ASSERT(reporter, surf);
97 REPORTER_ASSERT(reporter, params_valid(*parameters, caps));
101 REPORTER_ASSERT(reporter, params_invalid(*parameters));
106 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(backendTex, backendTexCopy));
109 REPORTER_ASSERT(reporter, !invalidTexture.isValid());
110 REPORTER_ASSERT(reporter,
114 REPORTER_ASSERT(reporter, !backendTexCopy.isValid());
115 REPORTER_ASSERT(reporter,
119 REPORTER_ASSERT(reporter, invalidTexture.isValid());
120 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, backendTex));
123 REPORTER_ASSERT(reporter, invalidTexture.isValid());
124 REPORTER_ASSERT(reporter, GrBackendTexture::TestingOnly_Equals(invalidTexture, invalidTexture));