Home
last modified time | relevance | path

Searched refs:m_log (Results 1 - 25 of 69) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp76 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::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
113 m_log << TestLo in init()
[all...]
H A Des3fNegativeFragmentApiTests.cpp62 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::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK."); in init()
104 m_log << TestLo in init()
[all...]
H A Des3fNegativeTextureApiTests.cpp141 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::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS."); in init()
219 m_log << TestLo in init()
[all...]
H A Des3fNegativeShaderApiTests.cpp98 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::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL."); in init()
134 m_log << TestLo in init()
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp99 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::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value."); in init()
164 m_log << tc in init()
[all...]
H A Des3fNegativeBufferApiTests.cpp57 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::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW."); in init()
90 m_log << TestLo in init()
[all...]
H A Des3fApiCase.cpp45 , m_log (getLog()) in ApiCase()
72 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << TestLog::EndMessage; in expectError()
83 m_log << TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << TestLog::EndMessage; in expectError()
98 m_log << TestLog::Message << "// ERROR: expected " << (expected ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage; in checkBooleans()
110 m_log << TestLog::Message << "// No supported extensions available." << TestLog::EndMessage; in getSupportedExtensions()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeBufferApiTests.cpp55 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::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW."); in init()
88 m_log << TestLo in init()
[all...]
H A Des2fNegativeVertexArrayApiTests.cpp60 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::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4."); in init()
103 m_log << tc in init()
[all...]
H A Des2fNegativeStateApiTests.cpp69 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::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values."); in init()
106 m_log << TestLo in init()
[all...]
H A Des2fNegativeShaderApiTests.cpp75 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::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 << TestLo in init()
[all...]
H A Des2fNegativeFragmentApiTests.cpp54 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::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK."); in init()
96 m_log << TestLo in init()
[all...]
H A Des2fNegativeTextureApiTests.cpp112 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::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS."); in init()
161 m_log << TestLo in init()
[all...]
H A Des2fApiCase.cpp43 , m_log (context.getTestContext().getLog()) in ApiCase()
81 m_log << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected0) << " or " << glu::getErrorStr(expected1) << tcu::TestLog::EndMessage; in expectError()
96 m_log << tcu::TestLog::Message << "// ERROR: expected " << (expected ? "GL_TRUE" : "GL_FALSE") << tcu::TestLog::EndMessage; in checkBooleans()
/third_party/vk-gl-cts/framework/common/
H A 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 in operator <<()
[all...]
H A 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()
H A DtcuTestLog.hpp189 qpTestLog* m_log; member in tcu::TestLog
197 explicit MessageBuilder (TestLog* log) : m_log(log) {} in MessageBuilder()
211 TestLog* m_log; member in tcu::MessageBuilder
218 SampleBuilder (TestLog* log) : m_log(log) {} in SampleBuilder()
244 TestLog* m_log; member in tcu::SampleBuilder
429 : m_log(log) in ScopedLogSection()
431 m_log << TestLog::Section(name, description); in ScopedLogSection()
436 m_log << TestLog::EndSection; in ~ScopedLogSection()
440 TestLog& m_log; member in tcu::ScopedLogSection
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A 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 in parse()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A 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 << tc in getDisplays2()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A 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 << tc in getDisplays2()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A 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/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp99 TestLog& m_log; member in deqp::gles2::Performance::TextureUploadCase
115 , m_log (context.getTestContext().getLog()) in TextureUploadCase()
181 m_log << *m_program; in init()
241 m_log << TestLog::Section("Measurement details", "Measurement details"); in logResults()
242 m_log << TestLog::Message << "Uploading texture with " << (m_uploadFunction == UPLOAD_TEXIMAGE2D ? "glTexImage2D" : "glTexSubImage2D") << "." << TestLog::EndMessage; // \todo [arttu] Change enum to struct with name included in logResults()
243 m_log << TestLog::Message << "Texture size = " << m_texSize << "x" << m_texSize << "." << TestLog::EndMessage; in logResults()
244 m_log << TestLog::Message << "Viewport size = " << VIEWPORT_SIZE << "x" << VIEWPORT_SIZE << "." << TestLog::EndMessage; in logResults()
245 m_log << TestLog::Message << measureState.numDrawCalls << " upload calls / iteration" << TestLog::EndMessage; in logResults()
246 m_log << TestLog::EndSection; in logResults()
255 // m_log << TestLo in logResults()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp107 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::TestLog::EndMessage; in iterate()
184 m_log << tcu::TestLog::Message << "Create context B (share_context = context A)" << tcu::TestLog::EndMessage; 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 << tc in iterate()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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 << tc in verifyError()
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidTestActivity.cpp46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread()
51 m_log.writeSessionInfo(sessionInfo + cmdLineString + "\"\n"); in TestThread()

Completed in 24 milliseconds

123