/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 76 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… 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 value… 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 val… 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 val… in init() 105 m_log << TestLog::EndSection; in init() 109 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() 113 m_log << TestLog::EndSection; in init() [all …]
|
D | es3fNegativeFragmentApiTests.cpp | 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 accept… in init() 97 m_log << TestLog::EndSection; in init() 101 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init() 104 m_log << TestLog::EndSection; in init() [all …]
|
D | es3fNegativeBufferApiTests.cpp | 57 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … 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… in init() 85 m_log << TestLog::EndSection; in init() 87 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STA… in init() 90 m_log << TestLog::EndSection; in init() [all …]
|
D | es3fNegativeTextureApiTests.cpp | 141 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, … 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 … in init() 162 m_log << TestLog::EndSection; in init() 164 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created… 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::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported f… in init() 219 m_log << TestLog::EndSection; in init() [all …]
|
D | es3fNegativeVertexArrayApiTests.cpp | 99 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… 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 equa… 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 equa… 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 equa… in init() 150 m_log << tcu::TestLog::EndSection; in init() 161 …m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.… in init() 164 m_log << tcu::TestLog::EndSection; in init() [all …]
|
D | es3fNegativeShaderApiTests.cpp | 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… 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::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init() 134 m_log << TestLog::EndSection; in init() [all …]
|
D | es3fApiCase.cpp | 45 , m_log (getLog()) in ApiCase() 72 …m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << TestLog::EndMe… in expectError() 83 …m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu… in expectError() 98 …m_log << TestLog::Message << "// ERROR: expected " << (expected ? "GL_TRUE" : "GL_FALSE") << TestL… in checkBooleans() 110 m_log << TestLog::Message << "// No supported extensions available." << TestLog::EndMessage; in getSupportedExtensions()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 55 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … 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… in init() 83 m_log << TestLog::EndSection; in init() 85 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STA… in init() 88 m_log << TestLog::EndSection; in init() [all …]
|
D | es2fNegativeStateApiTests.cpp | 69 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… 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 value… 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 val… 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 val… in init() 98 m_log << TestLog::EndSection; in init() 102 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() 106 m_log << TestLog::EndSection; in init() [all …]
|
D | es2fNegativeShaderApiTests.cpp | 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… 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… in init() 92 m_log << TestLog::EndSection; in init() 94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0."); in init() 98 m_log << TestLog::EndSection; in init() 100 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init() 104 m_log << TestLog::EndSection; in init() [all …]
|
D | es2fNegativeVertexArrayApiTests.cpp | 60 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… 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 equa… 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 equa… in init() 98 m_log << tcu::TestLog::EndSection; in init() 100 … m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4."); in init() 103 m_log << tcu::TestLog::EndSection; in init() [all …]
|
D | es2fNegativeFragmentApiTests.cpp | 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 accept… in init() 89 m_log << TestLog::EndSection; in init() 93 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init() 96 m_log << TestLog::EndSection; in init() [all …]
|
D | es2fNegativeTextureApiTests.cpp | 112 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, … 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 … in init() 128 m_log << TestLog::EndSection; in init() 132 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created… 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::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported f… in init() 161 m_log << TestLog::EndSection; in init() [all …]
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluCallLogWrapper.inl | 10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage; 13 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes… 20 …m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer… 23 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes… 30 …m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_li… 34 …m_log << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue)… 35 …m_log << TestLog::Message << "// num_config = " << (num_config ? de::toString(*num_config) : "NULL… 38 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes… 45 …m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " … 48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage; [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestLog.cpp | 143 : m_log(other.m_log) in MessageBuilder() 150 m_log = other.m_log; in operator =() 157 m_log->writeMessage(m_str.str().c_str()); in operator <<() 158 return *m_log; in operator <<() 165 m_log->startSample(); in operator <<() 170 m_log->writeSampleValue(val->value.float64); in operator <<() 172 m_log->writeSampleValue(val->value.int64); in operator <<() 177 m_log->endSample(); in operator <<() 179 return *m_log; in operator <<() 185 : m_log(qpTestLog_createFileLog(fileName, flags)), m_logSupressed(false) in TestLog() [all …]
|
D | tcuResultCollector.cpp | 53 : m_log (DE_NULL) in ResultCollector() 61 : m_log (&log) in ResultCollector() 78 if (m_log != DE_NULL) in addResult() 79 (*m_log) << TestLog::Message << m_prefix << msg << TestLog::EndMessage; in addResult()
|
D | tcuTestLog.hpp | 189 qpTestLog* m_log; member in tcu::TestLog 196 explicit MessageBuilder (TestLog* log) : m_log(log) {} in MessageBuilder() 210 TestLog* m_log; member in tcu::MessageBuilder 217 SampleBuilder (TestLog* log) : m_log(log) {} in SampleBuilder() 243 TestLog* m_log; member in tcu::SampleBuilder 428 : m_log(log) in ScopedLogSection() 430 m_log << TestLog::Section(name, description); in ScopedLogSection() 435 m_log << TestLog::EndSection; in ~ScopedLogSection() 439 TestLog& m_log; member in tcu::ScopedLogSection
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluCallLogWrapper.inl | 10 …m_log << TestLog::Message << "glActiveShaderProgram(" << pipeline << ", " << program << ");" << Te… 17 …m_log << TestLog::Message << "glActiveTexture(" << getTextureUnitStr(texture) << ");" << TestLog::… 24 …m_log << TestLog::Message << "glAttachShader(" << program << ", " << shader << ");" << TestLog::En… 31 …m_log << TestLog::Message << "glBeginConditionalRender(" << id << ", " << toHex(mode) << ");" << T… 38 …m_log << TestLog::Message << "glBeginQuery(" << getQueryTargetStr(target) << ", " << id << ");" <<… 45 …m_log << TestLog::Message << "glBeginQueryIndexed(" << toHex(target) << ", " << index << ", " << i… 52 …m_log << TestLog::Message << "glBeginTransformFeedback(" << getPrimitiveTypeStr(primitiveMode) << … 59 …m_log << TestLog::Message << "glBindAttribLocation(" << program << ", " << index << ", " << getStr… 66 …m_log << TestLog::Message << "glBindBuffer(" << getBufferTargetStr(target) << ", " << buffer << ")… 73 …m_log << TestLog::Message << "glBindBufferBase(" << getBufferTargetStr(target) << ", " << index <<… [all …]
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 38 private FileInputStream m_log; field in TestLogParser 47 m_log = null; in TestLogParser() 57 assert m_log == null; in init() 63 m_log = new FileInputStream(m_logFileName); in init() 70 assert m_log != null; in deinit() 74 if (m_log != null) in deinit() 75 m_log.close(); in deinit() 79 m_log = null; in deinit() 87 assert m_log != null; in parse() 93 final int numAvailable = m_log.available(); in parse() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingTests.cpp | 107 tcu::TestLog& m_log; member in deqp::egl::GLES2SharingTest 119 , m_log (eglTestCtx.getTestContext().getLog()) in GLES2SharingTest() 181 …m_log << tcu::TestLog::Message << "Create context A (share_context = EGL_NO_CONTEXT)" << tcu::Test… in iterate() 184 …m_log << tcu::TestLog::Message << "Create context B (share_context = context A)" << tcu::TestLog::… in iterate() 189 m_log << tcu::TestLog::Message << "Make current context A" << tcu::TestLog::EndMessage; in iterate() 191 m_log << tcu::TestLog::Message << "Creating resource" << tcu::TestLog::EndMessage; in iterate() 199 m_log << tcu::TestLog::Message << "Render resource" << tcu::TestLog::EndMessage; in iterate() 217 m_log << tcu::TestLog::Message << "Make current context B" << tcu::TestLog::EndMessage; in iterate() 219 m_log << tcu::TestLog::Message << "Render resource" << tcu::TestLog::EndMessage; in iterate() 237 m_log << tcu::TestLog::Message << "Make current context B" << tcu::TestLog::EndMessage; in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 227 tcu::TestLog& m_log; member in vkt::wsi::DisplayCoverageTestInstance 245 , m_log (m_context.getTestContext().getLog()) in DisplayCoverageTestInstance() 328 m_log << tcu::TestLog::Message in getDisplays() 349 m_log << tcu::TestLog::Message in getDisplays() 403 m_log << tcu::TestLog::Message in getDisplaysForPlane() 423 m_log << tcu::TestLog::Message in getDisplaysForPlane() 465 m_log << tcu::TestLog::Message in getDisplayModeProperties() 485 m_log << tcu::TestLog::Message in getDisplayModeProperties() 542 m_log << tcu::TestLog::Message in getDisplays2() 563 m_log << tcu::TestLog::Message in getDisplays2() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 227 tcu::TestLog& m_log; member in vkt::wsi::DisplayCoverageTestInstance 245 , m_log (m_context.getTestContext().getLog()) in DisplayCoverageTestInstance() 328 m_log << tcu::TestLog::Message in getDisplays() 349 m_log << tcu::TestLog::Message in getDisplays() 403 m_log << tcu::TestLog::Message in getDisplaysForPlane() 423 m_log << tcu::TestLog::Message in getDisplaysForPlane() 465 m_log << tcu::TestLog::Message in getDisplayModeProperties() 485 m_log << tcu::TestLog::Message in getDisplayModeProperties() 542 m_log << tcu::TestLog::Message in getDisplays2() 563 m_log << tcu::TestLog::Message in getDisplays2() [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsTextureTestUtil.cpp | 68 , m_log (log) in ProgramLibrary() 262 m_log << *progObj; in getProgram() 287 , m_log (log) in TextureRenderer() 441 m_log << *program; in renderQuad() 451 m_log << TestLog::Message << "u_sampler = " << texUnit << TestLog::EndMessage; in renderQuad() 457 m_log << TestLog::Message << "u_bias = " << params.bias << TestLog::EndMessage; in renderQuad() 464 m_log << TestLog::Message << "u_ref = " << params.ref << TestLog::EndMessage; in renderQuad() 472 m_log << TestLog::Message << "u_colorScale = " << params.colorScale << TestLog::EndMessage; in renderQuad() 473 m_log << TestLog::Message << "u_colorBias = " << params.colorBias << TestLog::EndMessage; in renderQuad()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_futures.py | 421 def test_tb_logger_abandoned(self, m_log): argument 424 self.assertFalse(m_log.error.called) 427 def test_tb_logger_not_called_after_cancel(self, m_log): argument 432 self.assertFalse(m_log.error.called) 435 def test_tb_logger_result_unretrieved(self, m_log): argument 439 self.assertFalse(m_log.error.called) 442 def test_tb_logger_result_retrieved(self, m_log): argument 447 self.assertFalse(m_log.error.called) 450 def test_tb_logger_exception_unretrieved(self, m_log): argument 456 self.assertTrue(m_log.error.called) [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 82 tcu::TestLog& m_log; member in VertexAttrib64Bit::Base 89 : TestCase(context, name, description), m_log(m_context.getTestContext().getLog()) in Base() 162 m_log << tcu::TestLog::Section("Shader compilation error", ""); in CompileShader() 164 m_log << tcu::TestLog::Message << "Compilation log:\n" << &message[0] << tcu::TestLog::EndMessage; in CompileShader() 166 m_log << tcu::TestLog::Message << "Shader source:\n" << source_code << tcu::TestLog::EndMessage; in CompileShader() 168 m_log << tcu::TestLog::EndSection; in CompileShader() 233 m_log << tcu::TestLog::Section("Program link error", ""); in LinkProgram() 235 m_log << tcu::TestLog::Message << "Link log:\n" << &message[0] << tcu::TestLog::EndMessage; in LinkProgram() 237 m_log << tcu::TestLog::EndSection; in LinkProgram() 562 m_log << tcu::TestLog::Section("Error", ""); in verifyError() [all …]
|