/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeStateApiTests.cpp | 42 using tcu::TestLog; 76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init() 79 m_log << TestLog::EndSection; in init() 83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init() 86 m_log << TestLog::EndSection; in init() 93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init() 97 m_log << TestLog::EndSection; in init() 101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init() 105 m_log << TestLog::EndSection; in init() 109 m_log << TestLog in init() [all...] |
H A D | es3fNegativeFragmentApiTests.cpp | 40 using tcu::TestLog; 62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative."); in init() 69 m_log << TestLog::EndSection; in init() 73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init() 76 m_log << TestLog::EndSection; in init() 80 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative."); in init() 87 m_log << TestLog::EndSection; in init() 94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in init() 97 m_log << TestLog::EndSection; in init() 101 m_log << TestLog in init() [all...] |
H A D | es3fNegativeShaderApiTests.cpp | 42 using tcu::TestLog; 98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value."); in init() 101 m_log << TestLog::EndSection; in init() 107 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in init() 110 m_log << TestLog::EndSection; in init() 112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0."); in init() 116 m_log << TestLog::EndSection; in init() 118 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object."); in init() 122 m_log << TestLog::EndSection; in init() 131 m_log << TestLog in init() [all...] |
H A D | es3fNegativeTextureApiTests.cpp | 45 using tcu::TestLog; 141 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1)."); in init() 147 m_log << TestLog::EndSection; in init() 157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init() 162 m_log << TestLog::EndSection; in init() 164 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target."); in init() 182 m_log << TestLog::EndSection; in init() 191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init() 196 m_log << TestLog::EndSection; in init() 200 m_log << TestLog in init() [all...] |
H A D | es3fNegativeVertexArrayApiTests.cpp | 55 using tcu::TestLog; 99 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 109 m_log << tcu::TestLog::EndSection; in init() 113 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 124 m_log << tcu::TestLog::EndSection; in init() 132 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 137 m_log << tcu::TestLog::EndSection; in init() 145 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 150 m_log << tcu::TestLog::EndSection; in init() 161 m_log << tcu::TestLog in init() [all...] |
H A D | es3fNegativeBufferApiTests.cpp | 40 using tcu::TestLog; 57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init() 60 m_log << TestLog::EndSection; in init() 64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 67 m_log << TestLog::EndSection; in init() 71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 74 m_log << TestLog::EndSection; in init() 82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in init() 85 m_log << TestLog::EndSection; in init() 87 m_log << TestLog in init() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.hpp | 52 * TestLog provides convinient C++ API for logging. The API has been designed 54 * examples demonstrate how to use TestLog. 57 * TestLog& log = m_testCtx.getLog(); 60 * log << TestLog::Message << "Hello, World!" << TestLog::EndMessage; 62 * log << TestLog::Message << "Diff is " << myNumber << TestLog::EndMessage; 66 * log << TestLog::Image("TestImage", "My test image", myImage); 69 * log << TestLog::Section("Details", "Test case details") 70 * << TestLog 77 class TestLog global() class [all...] |
H A D | tcuTestLog.cpp | 124 void LogImage::write (TestLog& log) const in write() 155 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&) in operator <<() argument 163 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&) in operator <<() argument 182 // TestLog 184 TestLog::TestLog (const char* fileName, deUint32 flags) in TestLog() function in tcu::TestLog 191 void TestLog::writeSessionInfo(std::string additionalInfo) in writeSessionInfo() 196 TestLog [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 62 using tcu::TestLog; 103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log); 113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log) in RenderData() 546 TestLog& log = m_testCtx.getLog(); in iterate() 627 TestLog& log = m_testCtx.getLog(); in logSamples() 640 log << TestLog::SampleList(name, desc); in logSamples() 644 log << TestLog::SampleInfo in logSamples() 645 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 646 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 647 << TestLog in logSamples() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeBufferApiTests.cpp | 40 using tcu::TestLog; 55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init() 58 m_log << TestLog::EndSection; in init() 62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 65 m_log << TestLog::EndSection; in init() 69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 72 m_log << TestLog::EndSection; in init() 80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER."); in init() 83 m_log << TestLog::EndSection; in init() 85 m_log << TestLog in init() [all...] |
H A D | es2fNegativeVertexArrayApiTests.cpp | 45 using tcu::TestLog; 60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 70 m_log << tcu::TestLog::EndSection; in init() 74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 85 m_log << tcu::TestLog::EndSection; in init() 89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value."); in init() 92 m_log << tcu::TestLog::EndSection; in init() 94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in init() 98 m_log << tcu::TestLog::EndSection; in init() 100 m_log << tcu::TestLog in init() [all...] |
H A D | es2fNegativeStateApiTests.cpp | 41 using tcu::TestLog; 69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init() 72 m_log << TestLog::EndSection; in init() 76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in init() 79 m_log << TestLog::EndSection; in init() 86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init() 90 m_log << TestLog::EndSection; in init() 94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init() 98 m_log << TestLog::EndSection; in init() 102 m_log << TestLog in init() [all...] |
H A D | es2fNegativeShaderApiTests.cpp | 60 using tcu::TestLog; 75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value."); in init() 78 m_log << TestLog::EndSection; in init() 85 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage; in init() 87 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage; in init() 89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in init() 92 m_log << TestLog::EndSection; in init() 94 m_log << TestLog in init() [all...] |
H A D | es2fNegativeFragmentApiTests.cpp | 39 using tcu::TestLog; 54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative."); in init() 61 m_log << TestLog::EndSection; in init() 65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init() 68 m_log << TestLog::EndSection; in init() 72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative."); in init() 79 m_log << TestLog::EndSection; in init() 86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values."); in init() 89 m_log << TestLog::EndSection; in init() 93 m_log << TestLog in init() [all...] |
H A D | es2fNegativeTextureApiTests.cpp | 46 using tcu::TestLog; 112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1)."); in init() 118 m_log << TestLog::EndSection; in init() 125 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values."); in init() 128 m_log << TestLog::EndSection; in init() 132 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target."); in init() 139 m_log << TestLog::EndSection; in init() 150 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init() 153 m_log << TestLog::EndSection; in init() 158 m_log << TestLog in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 48 tcu::TestLog& log = context.getTestContext().getLog(); in testLimits() 57 log << tcu::TestLog::Message << "pipelineFragmentShadingRate is not supported" << tcu::TestLog::EndMessage; in testLimits() 63 log << tcu::TestLog::Message << "primitiveFragmentShadingRateWithMultipleViewports " in testLimits() 64 "limit should only be supported if primitiveFragmentShadingRate is supported" << tcu::TestLog::EndMessage; in testLimits() 71 log << tcu::TestLog::Message << "primitiveFragmentShadingRateWithMultipleViewports limit should only " in testLimits() 73 "or VK_EXT_shader_viewport_index_layer extension is supported" << tcu::TestLog::EndMessage; in testLimits() 79 log << tcu::TestLog::Message << "layeredShadingRateAttachments should only be supported if attachmentFragmentShadingRate is supported" << tcu::TestLog::EndMessage; in testLimits() 87 log << tcu::TestLog in testLimits() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 47 tcu::TestLog& log = context.getTestContext().getLog(); in testLimits() 56 log << tcu::TestLog::Message << "pipelineFragmentShadingRate is not supported" << tcu::TestLog::EndMessage; in testLimits() 62 log << tcu::TestLog::Message << "primitiveFragmentShadingRateWithMultipleViewports " in testLimits() 63 "limit should only be supported if primitiveFragmentShadingRate is supported" << tcu::TestLog::EndMessage; in testLimits() 70 log << tcu::TestLog::Message << "primitiveFragmentShadingRateWithMultipleViewports limit should only " in testLimits() 72 "or VK_EXT_shader_viewport_index_layer extension is supported" << tcu::TestLog::EndMessage; in testLimits() 78 log << tcu::TestLog::Message << "layeredShadingRateAttachments should only be supported if attachmentFragmentShadingRate is supported" << tcu::TestLog::EndMessage; in testLimits() 86 log << tcu::TestLog in testLimits() [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 37 using tcu::TestLog; 134 TestLog& log = m_testCtx.getLog(); in init() 135 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens"); in init() 146 log << TestLog::EndSection; in init() 148 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL display, or no configuration is provided for the specified API."); in init() 164 log << TestLog::EndSection; in init() 169 TestLog& log = m_testCtx.getLog(); in init() 172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection"); in init() 180 log << TestLog::EndSection; in init() 182 log << TestLog in init() [all...] |
H A D | teglQueryConfigTests.cpp | 45 using tcu::TestLog; 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute() 50 log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage; in logConfigAttribute() 118 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds() 133 log << TestLog::Message << numConfigReturned << " configs returned" << TestLog::EndMessage; in checkGetConfigsBounds() 148 log << TestLog::Message << numOverwritten << " values actually written" << TestLog::EndMessage; in checkGetConfigsBounds() 152 log << TestLog in checkGetConfigsBounds() [all...] |
H A D | teglSyncTests.cpp | 52 using tcu::TestLog; 176 TestLog& log = m_testCtx.getLog(); in hasRequiredEGLVersion() 181 log << TestLog::Message << "Required EGL version is not supported. " in hasRequiredEGLVersion() 183 << ", Required: " << requiredMajor << "." << requiredMinor << TestLog::EndMessage; in hasRequiredEGLVersion() 192 TestLog& log = m_testCtx.getLog(); in hasEGLFenceSyncExtension() 196 log << TestLog::Message << "EGL_KHR_fence_sync not supported" << TestLog::EndMessage; in hasEGLFenceSyncExtension() 205 TestLog& log = m_testCtx.getLog(); in hasEGLWaitSyncExtension() 209 log << TestLog::Message << "EGL_KHR_wait_sync not supported" << TestLog in hasEGLWaitSyncExtension() [all...] |
H A D | teglQuerySurfaceTests.cpp | 53 using tcu::TestLog; 56 static void logSurfaceAttribute (tcu::TestLog& log, EGLint attribute, EGLint value) in logSurfaceAttribute() 61 log << TestLog::Message << " " << name << ": " << valueFmt << TestLog::EndMessage; in logSurfaceAttribute() 64 static void logSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSurface surface, const EGLint* attributes, int numAttribs) in logSurfaceAttributes() 70 static void logCommonSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSurface surface) in logCommonSurfaceAttributes() 90 static void logPbufferSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSurface surface) in logPbufferSurfaceAttributes() 121 tcu::TestLog& log = m_testCtx.getLog(); in checkCommonAttributes() 131 log << TestLog::Message << " Fail, config ID " << id << " does not match the one used to create the surface" << TestLog in checkCommonAttributes() [all...] |
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditTestLogTests.cpp | 32 using tcu::TestLog; 49 TestLog& log = m_testCtx.getLog(); in iterate() 51 log << TestLog::SampleList("TestSamples", "Test Sample List") in iterate() 52 << TestLog::SampleInfo in iterate() 53 << TestLog::ValueInfo("NumDrawCalls", "Number of draw calls", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in iterate() 54 << TestLog::ValueInfo("NumOps", "Number of ops in shader", "op", QP_SAMPLE_VALUE_TAG_PREDICTOR) in iterate() 55 << TestLog::ValueInfo("RenderTime", "Rendering time", "ms", QP_SAMPLE_VALUE_TAG_RESPONSE) in iterate() 56 << TestLog::EndSampleInfo; in iterate() 58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiToolingInfoTests.cpp | 66 tcu::TestLog& testLog = context.getTestContext().getLog(); in validateGetter() 75 testLog << tcu::TestLog::Message << "getPhysicalDeviceToolPropertiesEXT wrong result code" << tcu::TestLog::EndMessage; in validateGetter() 94 testLog << tcu::TestLog::Message << "getPhysicalDeviceToolPropertiesEXT wrong result code" << tcu::TestLog::EndMessage; in validateGetter() 100 testLog << tcu::TestLog::Message << "Got different tools count on the second call" << tcu::TestLog::EndMessage; in validateGetter() 117 testLog << tcu::TestLog::Message << "getPhysicalDeviceToolPropertiesEXT wrong result code" << tcu::TestLog::EndMessage; in validateGetter() 123 testLog << tcu::TestLog in validateGetter() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiToolingInfoTests.cpp | 66 tcu::TestLog& testLog = context.getTestContext().getLog(); in validateGetter() 75 testLog << tcu::TestLog::Message << "getPhysicalDeviceToolPropertiesEXT wrong result code" << tcu::TestLog::EndMessage; in validateGetter() 94 testLog << tcu::TestLog::Message << "getPhysicalDeviceToolPropertiesEXT wrong result code" << tcu::TestLog::EndMessage; in validateGetter() 100 testLog << tcu::TestLog::Message << "Got different tools count on the second call" << tcu::TestLog::EndMessage; in validateGetter() 117 testLog << tcu::TestLog::Message << "getPhysicalDeviceToolPropertiesEXT wrong result code" << tcu::TestLog::EndMessage; in validateGetter() 123 testLog << tcu::TestLog in validateGetter() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessXFBTests.cpp | 115 << tcu::TestLog::Message in iterate() 117 << tcu::TestLog::EndMessage; in iterate() 132 m_context.getTestContext().getLog() << tcu::TestLog::Message in iterate() 134 << tcu::TestLog::EndMessage; in iterate() 148 m_context.getTestContext().getLog() << tcu::TestLog::Message in iterate() 151 << tcu::TestLog::EndMessage; in iterate() 157 m_context.getTestContext().getLog() << tcu::TestLog::Message in iterate() 160 << tcu::TestLog::EndMessage; in iterate() 305 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Function pointers are set to NULL values." in prepare() 306 << tcu::TestLog in prepare() [all...] |