• Home
  • Raw
  • Download

Lines Matching refs:getLog

203 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_COLOR_TEXTURE_SAMPLES = " << maxSamples << …  in init()
206 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_SUBPIXEL_BITS = " << m_subpixelBits << tcu::Tes… in init()
210 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating multisample texture" << tcu::TestLog::End… in init()
274 …m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Sample position of sample " << sampleNdx… in init()
351 m_testCtx.getLog() << program; in genMultisampleTexture()
361 …m_testCtx.getLog() << tcu::TestLog::Message << "Attaching texture to FBO" << tcu::TestLog::EndMess… in genMultisampleTexture()
371 m_testCtx.getLog() << tcu::TestLog::Message << "Sample locations:" << tcu::TestLog::EndMessage; in genMultisampleTexture()
381 …m_testCtx.getLog() << tcu::TestLog::Message << "\t" << sampleNdx << ": (" << position[0] << ", " <… in genMultisampleTexture()
387 …m_testCtx.getLog() << tcu::TestLog::Message << "Drawing test pattern to the texture" << tcu::TestL… in genMultisampleTexture()
425 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Generate sampler shader", "Generate sa… in genSamplerProgram()
429 m_testCtx.getLog() << *m_samplerProgram; in genSamplerProgram()
459 …Util::verifyTriangleGroupRasterization(glSurface, scene, args, m_testCtx.getLog(), deqp::gls::Rast… in testMultisampleTexture()
474 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Test sample position " + de::toString(sa… in drawSample()
496 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading from texture with sample index " << sample… in drawSample()
625 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_COLOR_TEXTURE_SAMPLES = " << maxSamples << … in init()
631 …m_testCtx.getLog() << tcu::TestLog::Message << "Sample count is multiple of word size. No unused h… in init()
637 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating multisample texture with sample count " <… in init()
646 …m_testCtx.getLog() << tcu::TestLog::Message << "Attaching texture to FBO" << tcu::TestLog::EndMess… in init()
724 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", (m_currentSample == -1) ? ("V… in iterate()
782 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "GenerateSamplerShader", "Generate samp… in genSamplerProgram()
789 m_testCtx.getLog() << *m_samplerProgram; in genSamplerProgram()
822 m_testCtx.getLog() << *m_alphaProgram; in genAlphaProgram()
841 m_testCtx.getLog() << tcu::TestLog::Message << "Clearing image" << tcu::TestLog::EndMessage; in updateTexture()
864 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting sample mask to 0b" << sampleMaskToString(t… in updateTexture()
878 …m_testCtx.getLog() << tcu::TestLog::Message << "Setting sample mask to 0b" << sampleMaskToString(b… in updateTexture()
889 …m_testCtx.getLog() << tcu::TestLog::Message << "Enabling alpha to coverage." << tcu::TestLog::EndM… in updateTexture()
894 …m_testCtx.getLog() << tcu::TestLog::Message << "Enabling sample coverage. Varying sample coverage … in updateTexture()
900 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing test grid" << tcu::TestLog::EndMessage; in updateTexture()
969 m_testCtx.getLog() in verifyTexture()
979 …m_testCtx.getLog() << tcu::TestLog::Message << "Image verification ok, no disabled samples found."… in verifyTexture()
1017 …m_testCtx.getLog() << tcu::TestLog::Message << "Reading from texture with sampler shader, u_sample… in drawSample()
1129 …m_testCtx.getLog() << tcu::TestLog::Message << "Max sample count for " << glu::getTextureFormatStr… in init()
1151 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating multisample " << ((m_isDepthFormat) ? ("d… in init()
1170 …m_testCtx.getLog() << tcu::TestLog::Message << "Attaching multisample texture array layer " << sta… in init()
1175 …m_testCtx.getLog() << tcu::TestLog::Message << "Attaching multisample texture to fbo" << tcu::Test… in init()
1216 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Sample", "Render to texture and sample… in iterate()
1244 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "RenderShader", "Generate render-to-textur… in genDrawShader()
1281 m_testCtx.getLog() << *m_drawShader; in genDrawShader()
1289 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "SamplerShader", "Generate texture sampler… in genSamplerShader()
1351 m_testCtx.getLog() << *m_samplerShader; in genSamplerShader()
1372 …m_testCtx.getLog() << tcu::TestLog::Message << "Filling multisample texture with value " << value … in renderToTexture()
1457 …m_testCtx.getLog() << tcu::TestLog::Message << "Sampling from texture." << tcu::TestLog::EndMessag… in sampleTexture()
1503 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying image." << tcu::TestLog::EndMessage; in verifyImage()
1520 …m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixels found." << tcu::TestLog::EndMessage; in verifyImage()
1521 m_testCtx.getLog() in verifyImage()
1530 …m_testCtx.getLog() << tcu::TestLog::Message << "No invalid pixels found." << tcu::TestLog::EndMess… in verifyImage()
1666 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
1697 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Expected GL_INVALID_VALUE, got " << glu::ge… in iterate()
1735 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR! Expected GL_FRAMEBUFFER_INCOMPLETE_MULTISAM… in iterate()
1853 …const tcu::ScopedLogSection scope(m_testCtx.getLog(), "Iteration", std::string() + "Testing parame… in iterate()
1856 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_OES_texture_storage_multisample_2d_array not su… in iterate()
1859 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
1884 …m_testCtx.getLog() << tcu::TestLog::Message << "Got unexpected error: " << glu::getErrorStr(error)… in iterate()
1982 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
2017 …m_testCtx.getLog() << tcu::TestLog::Message << "Got unexpected error: " << glu::getErrorStr(error)… in iterate()