Home
last modified time | relevance | path

Searched refs:m_log (Results 1 – 25 of 72) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp76m_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()
83m_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()
93m_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()
101m_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()
109m_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 …]
Des3fNegativeFragmentApiTests.cpp62m_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()
80m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init()
87 m_log << TestLog::EndSection; in init()
94m_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()
101m_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 …]
Des3fNegativeBufferApiTests.cpp57m_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()
82m_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()
87m_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 …]
Des3fNegativeTextureApiTests.cpp141m_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()
157m_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()
164m_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()
200m_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 …]
Des3fNegativeVertexArrayApiTests.cpp99m_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()
113m_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()
132m_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()
145m_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()
161m_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 …]
Des3fNegativeShaderApiTests.cpp98m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value… in init()
101 m_log << TestLog::EndSection; in init()
107m_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()
118m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init()
122 m_log << TestLog::EndSection; in init()
131m_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 …]
Des3fApiCase.cpp45 , m_log (getLog()) in ApiCase()
72m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << TestLog::EndMe… in expectError()
83m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu… in expectError()
98m_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/
Des2fNegativeBufferApiTests.cpp55m_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()
80m_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()
85m_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 …]
Des2fNegativeStateApiTests.cpp69m_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()
76m_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()
86m_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()
94m_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()
102m_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 …]
Des2fNegativeShaderApiTests.cpp75m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value… in init()
78 m_log << TestLog::EndSection; in init()
85m_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()
89m_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()
100m_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 …]
Des2fNegativeVertexArrayApiTests.cpp60m_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()
74m_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()
89m_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()
94m_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()
100m_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 …]
Des2fNegativeFragmentApiTests.cpp54m_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()
72m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init()
79 m_log << TestLog::EndSection; in init()
86m_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()
93m_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 …]
Des2fNegativeTextureApiTests.cpp112m_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()
125m_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()
132m_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()
158m_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/
DegluCallLogWrapper.inl10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage;
13m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
20m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer…
23m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
30m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_li…
34m_log << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue)…
35m_log << TestLog::Message << "// num_config = " << (num_config ? de::toString(*num_config) : "NULL…
38m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
45m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " …
48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp143 : 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 …]
DtcuResultCollector.cpp53 : 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()
DtcuTestLog.hpp189 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/
DgluCallLogWrapper.inl10m_log << TestLog::Message << "glActiveShaderProgram(" << pipeline << ", " << program << ");" << Te…
17m_log << TestLog::Message << "glActiveTexture(" << getTextureUnitStr(texture) << ");" << TestLog::…
24m_log << TestLog::Message << "glAttachShader(" << program << ", " << shader << ");" << TestLog::En…
31m_log << TestLog::Message << "glBeginConditionalRender(" << id << ", " << toHex(mode) << ");" << T…
38m_log << TestLog::Message << "glBeginQuery(" << getQueryTargetStr(target) << ", " << id << ");" <<…
45m_log << TestLog::Message << "glBeginQueryIndexed(" << toHex(target) << ", " << index << ", " << i…
52m_log << TestLog::Message << "glBeginTransformFeedback(" << getPrimitiveTypeStr(primitiveMode) << …
59m_log << TestLog::Message << "glBindAttribLocation(" << program << ", " << index << ", " << getStr…
66m_log << TestLog::Message << "glBindBuffer(" << getBufferTargetStr(target) << ", " << buffer << ")…
73m_log << TestLog::Message << "glBindBufferBase(" << getBufferTargetStr(target) << ", " << index <<…
[all …]
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java38 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/
DteglGLES2SharingTests.cpp107 tcu::TestLog& m_log; member in deqp::egl::GLES2SharingTest
119 , m_log (eglTestCtx.getTestContext().getLog()) in GLES2SharingTest()
181m_log << tcu::TestLog::Message << "Create context A (share_context = EGL_NO_CONTEXT)" << tcu::Test… in iterate()
184m_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/
DvktWsiDisplayTests.cpp227 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/
DvktWsiDisplayTests.cpp227 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/
DglsTextureTestUtil.cpp68 , 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/
Dtest_futures.py421 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/
Dgl4cVertexAttrib64BitTest.cpp82 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 …]

123