Lines Matching refs:reporter
45 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(EGLImageTest, reporter, ctxInfo) {
91 ERRORF(reporter, "Error creating texture for EGL Image");
98 ERRORF(reporter, "Failed to get GrGLTextureInfo");
103 ERRORF(reporter, "Expected backend texture to be 2D");
111 ERRORF(reporter, "Error creating EGL Image from texture");
146 ERRORF(reporter, "Error converting EGL Image back to texture");
161 ERRORF(reporter, "Error wrapping external texture in GrTextureProxy.");
171 ERRORF(reporter, "Error wrapping external texture in SurfaceContext.");
177 REPORTER_ASSERT(reporter, proxy->mipmapped() == GrMipmapped::kNo);
178 REPORTER_ASSERT(reporter, proxy->peekTexture()->mipmapped() == GrMipmapped::kNo);
180 REPORTER_ASSERT(reporter, proxy->textureType() == GrTextureType::kExternal);
181 REPORTER_ASSERT(reporter, proxy->peekTexture()->textureType() == GrTextureType::kExternal);
182 REPORTER_ASSERT(reporter, proxy->hasRestrictedSampling());
183 REPORTER_ASSERT(reporter, proxy->peekTexture()->hasRestrictedSampling());
193 ERRORF(reporter, "Should not be able to wrap an EXTERNAL texture as a RT.");
197 //TestReadPixels(reporter, context0, surfaceContext.get(), pixels.get(), "EGLImageTest-read");
201 TestWritePixels(reporter, context0, surfaceContext.get(), false, "EGLImageTest-write");
205 TestCopyFromSurface(reporter,