Lines Matching refs:getLog
1863 …m_glContext = new sglr::GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTE… in init()
1933 …return tcu::fuzzyCompare(m_testCtx.getLog(), "Compare Results", "Compare Results", m_refResult->ge… in compare()
1970 m_testCtx.getLog() << TestLog::ImageSet("Compare result", "Result of rendering") in compare()
1973 m_testCtx.getLog() << TestLog::Message << "Image compare ok." << TestLog::EndMessage; in compare()
1977 m_testCtx.getLog() << TestLog::ImageSet("Compare result", "Result of rendering") in compare()
1982 m_testCtx.getLog() << TestLog::Message << "Image compare failed." << TestLog::EndMessage; in compare()
2291 …m_ctx = new sglr::GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG… in init()
2338 …m_testCtx.getLog() << tcu::TestLog::Message << "Expected GL_INVALID_OPERATION, got " << glu::getEr… in iterate()
2396 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices… in init()
2397 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << max… in init()
2398 …m_testCtx.getLog() << tcu::TestLog::Message << "Components per vertex = " << componentsPerVertex <… in init()
2424 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << (int)m_spec.pattern.size() << " row… in init()
2426 …m_testCtx.getLog() << tcu::TestLog::Message << "Row " << ndx << ": " << m_spec.pattern[ndx] << " v… in init()
2653 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to the default layer." << tcu::TestLog::… in init()
2655 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to a single layer." << tcu::TestLog::End… in init()
2657 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to all layers." << tcu::TestLog::EndMess… in init()
2659 …m_testCtx.getLog() << tcu::TestLog::Message << "Outputting different number of vertices to each la… in init()
2661 …m_testCtx.getLog() << tcu::TestLog::Message << "Using a different invocation to output to each lay… in init()
2663 …m_testCtx.getLog() << tcu::TestLog::Message << "Outputting to each layer from multiple invocations… in init()
2665 …m_testCtx.getLog() << tcu::TestLog::Message << "Using gl_Layer in fragment shader." << tcu::TestLo… in init()
2667 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying LAYER_PROVOKING_VERTEX." << tcu::TestLog… in init()
2718 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_LAYER_PROVOKING_VERTEX = " << glu::getProvoking… in iterate()
2724 …m_testCtx.getLog() << tcu::TestLog::Message << "getInteger(GL_LAYER_PROVOKING_VERTEX) returned ill… in iterate()
2734 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "RenderToTexture", "Render to layered text… in iterate()
2746 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "VerifyLayers", "Verify layers 0 and 1"); in iterate()
2760 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "VerifyLayer", "Verify layer " + de::toS… in iterate()
2775 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "VerifyLayer", "Verify layer " + de::toS… in iterate()
2812 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating cubemap texture, size = " << texSize.x() … in initTexture()
2823 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating 3d texture, size = " << texSize.x() << "x… in initTexture()
2829 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating 1d texture array, size = " << texSize.x()… in initTexture()
2835 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating 2d texture array, size = " << texSize.x()… in initTexture()
2847 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating 2d multisample texture array, size = " <<… in initTexture()
2880 m_testCtx.getLog() << tcu::TestLog::Message << "Creating FBO" << tcu::TestLog::EndMessage; in initFbo()
2892 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "RenderToTextureShader", "Create layered r… in initRenderShader()
2901 m_testCtx.getLog() << *m_renderShader; in initRenderShader()
2909 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "TextureSamplerShader", "Create shader sam… in initSamplerShader()
2922 m_testCtx.getLog() << *m_samplerShader; in initSamplerShader()
3243 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to texture" << tcu::TestLog::EndMessage; in renderToTexture()
3279 …m_testCtx.getLog() << tcu::TestLog::Message << "Sampling from texture layer " << layer << tcu::Tes… in sampleTextureLayer()
3324 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying layer contents" << tcu::TestLog::EndMess… in verifyLayerContent()
3397 …m_testCtx.getLog() << tcu::TestLog::Message << "Expecting all pixels with distance less or equal t… in verifyImageSingleColoredRow()
3428 m_testCtx.getLog() << tcu::TestLog::Message << "Image is valid." << tcu::TestLog::EndMessage in verifyImageSingleColoredRow()
3437 …m_testCtx.getLog() << tcu::TestLog::Message << "Image verification failed. Got unexpected pixels."… in verifyImageSingleColoredRow()
3446 m_testCtx.getLog() << tcu::TestLog::Image("LayerContent", "Layer content", layer); in verifyImageSingleColoredRow()
3455 …m_testCtx.getLog() << tcu::TestLog::Message << "Expecting empty image" << tcu::TestLog::EndMessage; in verifyEmptyImage()
3467 m_testCtx.getLog() << tcu::TestLog::Message in verifyEmptyImage()
3478 m_testCtx.getLog() << tcu::TestLog::Message << "Image is valid" << tcu::TestLog::EndMessage; in verifyEmptyImage()
3490 …m_testCtx.getLog() << tcu::TestLog::Message << "Expecting non-empty layers, or non-empty layer." <… in verifyProvokingVertexLayers()
3494 m_testCtx.getLog() << tcu::TestLog::Message << "Got empty images." << tcu::TestLog::EndMessage; in verifyProvokingVertexLayers()
3499 m_testCtx.getLog() in verifyProvokingVertexLayers()
3506 …m_testCtx.getLog() << tcu::TestLog::Message << "Image verification failed." << tcu::TestLog::EndMe… in verifyProvokingVertexLayers()
3508 m_testCtx.getLog() << tcu::TestLog::Message << "Image is valid." << tcu::TestLog::EndMessage; in verifyProvokingVertexLayers()
3623 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = " << maxText… in init()
3638 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices… in init()
3639 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << max… in init()
3640 …m_testCtx.getLog() << tcu::TestLog::Message << "Components per vertex = " << componentsPerVertex <… in init()
3652 m_testCtx.getLog() in init()
3855 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Case", m_cases[ndx].description); in iterate()
3863 m_testCtx.getLog() << program; in iterate()
3869 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoGeometryShader", "No geometry shader… in iterate()
3875 m_testCtx.getLog() << program; in iterate()
3881 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "NotLinkedProgram", "Shader program not… in iterate()
3913 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating a program with geometry shader, but not l… in iterate()
3929 …m_testCtx.getLog() << tcu::TestLog::Message << glu::getProgramParamStr(m_target) << " = " << state… in expectProgramValue()
3933 …m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Expected " << value << ", got " << state… in expectProgramValue()
3947 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying " << glu::getProgramParamStr(m_target) <<… in expectQueryError()
3954 …m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Expected INVALID_OPERATION, got " << glu… in expectQueryError()
4074 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
4075 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
4081 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Types", "Alternative queries"); in iterate()
4113 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
4114 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
4122 …m_testCtx.getLog() << tcu::TestLog::Message << "LAYER_PROVOKING_VERTEX = " << glu::getProvokingVer… in iterate()
4128 m_testCtx.getLog() in iterate()
4139 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Types", "Alternative queries"); in iterate()
4209 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << maxGeome… in init()
4230 m_testCtx.getLog() in init()
4238 m_testCtx.getLog() in init()
4324 m_testCtx.getLog() in init()
4391 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
4397 …glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()… in iterate()
4403 …m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(m_apiName) << " = " << sta… in iterate()
4422 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Types", "Alternative queries"); in iterate()
4462 …m_testCtx.getLog() << tcu::TestLog::Message << "Building a test shader to verify GLSL constant " <… in iterate()
4463 m_testCtx.getLog() << *program; in iterate()
4473 m_testCtx.getLog() << tcu::TestLog::Message << "Build ok" << tcu::TestLog::EndMessage; in iterate()
4531 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying PRIMITIVES_GENERATED while rendering with… in init()
4533 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying PRIMITIVES_GENERATED while rendering with… in init()
4535 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying PRIMITIVES_GENERATED while rendering with… in init()
4537 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying PRIMITIVES_GENERATED while rendering with… in init()
4539 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying PRIMITIVES_GENERATED while rendering with… in init()
4546 m_testCtx.getLog() << *m_program; in init()
4562 m_testCtx.getLog() in iterate()
4615 m_testCtx.getLog() in iterate()
4628 m_testCtx.getLog() in iterate()
4763 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
4764 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
4822 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
4829 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Default", "Default value"); in iterate()
4837 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_FRAMEBUFFER_DEFAULT_LAYERS = " << defaultLayers… in iterate()
4841 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected 0, got " << defaultLayers << tcu::… in iterate()
4847 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTo12", "Set default layers to 12"); in iterate()
4856 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_FRAMEBUFFER_DEFAULT_LAYERS = " << defaultLayers… in iterate()
4860 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected 12, got " << defaultLayers << tcu:… in iterate()
4908 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
4915 …const tcu::ScopedLogSection section (m_testCtx.getLog(), textureTypes[ndx].name, textureTypes[nd… in iterate()
4960 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_OES_texture_storage_multisample_2d_array not su… in iterate()
4974 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_FRAMEBUFFER_ATTACHMENT_LAYERED = " << glu::getB… in iterate()
4978 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected boolean, got " << layered << tcu::… in iterate()
4983 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected " << ((textureTypes[ndx].layered) … in iterate()
5005 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
5011 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "LayerAndNonLayer", "Layered and non-la… in iterate()
5035 …m_testCtx.getLog() << tcu::TestLog::Message << "Framebuffer status: " << glu::getFramebufferStatus… in iterate()
5039 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected GL_FRAMEBUFFER_INCOMPLETE_LAYER_TA… in iterate()
5045 const tcu::ScopedLogSection section (m_testCtx.getLog(), "DifferentTarget", "Different target"); in iterate()
5069 …m_testCtx.getLog() << tcu::TestLog::Message << "Framebuffer status: " << glu::getFramebufferStatus… in iterate()
5073 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected GL_FRAMEBUFFER_INCOMPLETE_LAYER_TA… in iterate()
5125 m_testCtx.getLog() << program; in iterate()
5128 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "UnreferencedUniform", "Unreferenced uni… in iterate()
5129 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
5138 …m_testCtx.getLog() << tcu::TestLog::Message << "u_position resource index: " << resourcePos << tcu… in iterate()
5141 …m_testCtx.getLog() << tcu::TestLog::Message << "Query GL_REFERENCED_BY_GEOMETRY_SHADER, got " << l… in iterate()
5147 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected GL_FALSE." << tcu::TestLog::EndMes… in iterate()
5153 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "ReferencedUniform", "Referenced uniform… in iterate()
5154 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
5163 …m_testCtx.getLog() << tcu::TestLog::Message << "u_offset resource index: " << resourcePos << tcu::… in iterate()
5166 …m_testCtx.getLog() << tcu::TestLog::Message << "Query GL_REFERENCED_BY_GEOMETRY_SHADER, got " << l… in iterate()
5172 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, expected GL_TRUE." << tcu::TestLog::EndMess… in iterate()
5196 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
5197 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
5201 m_testCtx.getLog() << tcu::TestLog::Message in iterate()
5223 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Types", "Alternative queries"); in iterate()
5312 m_testCtx.getLog() in init()
5320 …case METHOD_DRAW_ARRAYS: m_testCtx.getLog() << tcu::TestLog::Message << "Draw method: drawArray… in init()
5321 …case METHOD_DRAW_ARRAYS_INSTANCED: m_testCtx.getLog() << tcu::TestLog::Message << "Draw method: d… in init()
5322 …case METHOD_DRAW_ARRAYS_INDIRECT: m_testCtx.getLog() << tcu::TestLog::Message << "Draw method: dr… in init()
5323 …case METHOD_DRAW_ELEMENTS: m_testCtx.getLog() << tcu::TestLog::Message << "Draw method: drawEle… in init()
5324 …case METHOD_DRAW_ELEMENTS_INSTANCED: m_testCtx.getLog() << tcu::TestLog::Message << "Draw method: … in init()
5325 …case METHOD_DRAW_ELEMENTS_INDIRECT: m_testCtx.getLog() << tcu::TestLog::Message << "Draw method: … in init()
5331 …case PRIMITIVE_LINE_LOOP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: line … in init()
5332 …case PRIMITIVE_LINE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: line… in init()
5333 …case PRIMITIVE_TRIANGLE_STRIP: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: t… in init()
5334 …case PRIMITIVE_TRIANGLE_FAN: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: tri… in init()
5335 …case PRIMITIVE_POINTS: m_testCtx.getLog() << tcu::TestLog::Message << "Draw primitive: points"… in init()
5393 m_testCtx.getLog() << *m_program; in init()
5465 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling BeginTransformFeedback(" << glu::getPrimit… in iterate()
5473 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling DrawArrays(" << glu::getPrimitiveTypeStr(o… in iterate()
5480 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling DrawArraysInstanced(" << glu::getPrimitive… in iterate()
5488 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling DrawElements(" << glu::getPrimitiveTypeStr… in iterate()
5495 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling DrawElementsInstanced(" << glu::getPrimiti… in iterate()
5521 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling DrawElementsIndirect(" << glu::getPrimitiv… in iterate()
5549 …m_testCtx.getLog() << tcu::TestLog::Message << "Calling DrawElementsIndirect(" << glu::getPrimitiv… in iterate()
5562 m_testCtx.getLog() << tcu::TestLog::Message << "No errors." << tcu::TestLog::EndMessage; in iterate()
5675 m_testCtx.getLog() in init()
5720 …m_testCtx.getLog() << tcu::TestLog::Message << "Filling feeback buffer with dummy value (-1.0)." <… in init()
5732 m_testCtx.getLog() << *m_program; in init()
5788 …m_testCtx.getLog() << tcu::TestLog::Message << "Capturing 2 triangles." << tcu::TestLog::EndMessag… in iterate()
5802 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying final triangle was not partially written… in iterate()
5826 m_testCtx.getLog() in iterate()
5842 m_testCtx.getLog() in iterate()