Home
last modified time | relevance | path

Searched refs:getLog (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/external/deqp/modules/gles31/functional/
Des31fProgramPipelineStateQueryTests.cpp103 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
104 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
107 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate()
108 m_testCtx.getLog() << vtxProgram; in iterate()
112 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate()
113 m_testCtx.getLog() << frgProgram; in iterate()
130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate()
135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate()
166 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
167 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
[all …]
Des31fProgramStateQueryTests.cpp93 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
94 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
105 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader"); in iterate()
106 m_testCtx.getLog() << vtxShader; in iterate()
110 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader"); in iterate()
111 m_testCtx.getLog() << frgShader; in iterate()
120 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial"); in iterate()
127 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetFalse", "SetFalse"); in iterate()
147 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTrue", "SetTrue"); in iterate()
222 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fIndexedStateQueryTests.cpp97 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWor… in init()
102 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
103 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
109 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate()
117 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate()
131 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in iterate()
173 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
174 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
180 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); in iterate()
214 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fIntegerStateQueryTests.cpp85 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
86 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
126 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
127 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
133 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate()
140 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate()
155 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate()
186 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
187 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
218 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fInternalFormatQueryTests.cpp95 …m_testCtx.getLog() << tcu::TestLog::Message << "Format must support sample count of " << glu::getG… in iterate()
100 …m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(samplesEnum) << " = " << m… in iterate()
104 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: minimum value of " << glu::getGettableStat… in iterate()
114 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu… in iterate()
118 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample config… in iterate()
125 tcu::MessageBuilder samplesMsg(&m_testCtx.getLog()); in iterate()
154 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu… in iterate()
165 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::Tes… in iterate()
174 …m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::T… in iterate()
212 …m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_NUM_SAMPLE_COUNTS to larger-than-neede… in iterate()
[all …]
Des31fSampleVariableTests.cpp324 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage()
363 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::… in preDraw()
375 …m_testCtx.getLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog… in preDraw()
401 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); in verifyImage()
444 m_testCtx.getLog() in init()
451 m_testCtx.getLog() in init()
533 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier()); in verifyImage()
549 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers"); in verifySampleBuffers()
551 …m_testCtx.getLog() << tcu::TestLog::Image("Buffer" + de::toString(sampleNdx), "Sample " + de::toSt… in verifySampleBuffers()
552 m_testCtx.getLog() << tcu::TestLog::EndImageSet; in verifySampleBuffers()
[all …]
Des31fDebugTests.cpp517 TestLog& log = m_testCtx.getLog(); in verifyMessageExists()
541 TestLog& log = m_testCtx.getLog(); in verifyMessageGroup()
560 TestLog& log = m_testCtx.getLog(); in verifyMessageString()
582 TestLog& log = m_testCtx.getLog(); in verifyMessage()
645 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
714 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
738 TestLog& log = m_testCtx.getLog(); in expectMessage()
819 tcu::TestLog& log = m_testCtx.getLog(); in iterate()
839 TestLog& log = m_testCtx.getLog(); in expectError()
965 tcu::TestLog& log = m_testCtx.getLog(); in genMessages()
[all …]
Des31fTextureBufferTests.cpp156 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
157 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
191 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
192 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
222 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
223 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
229 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate()
236 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate()
251 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate()
281 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fVertexAttributeBindingStateQueryTests.cpp67 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: "); in iterate()
89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
101 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test()
109 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test()
132 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test()
164 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in test()
176 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test()
184 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); in test()
207 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); in test()
244 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: "); in iterate()
[all …]
Des31fSampleShadingTests.cpp78 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
79 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
84 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessa… in iterate()
90 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessa… in iterate()
129 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
130 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); in iterate()
136 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessa… in iterate()
142 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying special values" << tcu::TestLog::EndMess… in iterate()
159 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessa… in iterate()
196 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); in iterate()
[all …]
Des31fTessellationGeometryInteractionTests.cpp169 m_testCtx.getLog() in init()
234 …m_testCtx.getLog() << tcu::TestLog::Message << "Tessellation level: inner " << innerTessellationLe… in iterate()
239 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
257 m_testCtx.getLog() << program; in iterate()
293 if (tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
473 m_testCtx.getLog() in init()
538 …const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTarg… in iterate()
554 m_testCtx.getLog() << program; in iterate()
596 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), in iterate()
604 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), in iterate()
[all …]
Des31fSynchronizationTests.cpp201 m_testCtx.getLog() << *m_program; in init()
213 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating zero-filled buffer for storage, size " … in init()
225 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating image for storage, size " << m_workWidt… in init()
235 …m_testCtx.getLog() << tcu::TestLog::Message << "Filling image with 0." << tcu::TestLog::EndMessage; in init()
253 …m_testCtx.getLog() << tcu::TestLog::Message << "Allocating -1 filled buffer for results, size " <<… in init()
309 m_testCtx.getLog() in runCompute()
331 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same buffer object to buffer storages." <<… in runCompute()
345 …m_testCtx.getLog() << tcu::TestLog::Message << "Binding same texture level to image storages." << … in runCompute()
386 …m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer failed, got unexpected values.\n" <<… in verifyResults()
388 …m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " <… in verifyResults()
[all …]
Des31fProgramInterfaceQueryTestCase.cpp252 …m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers… in validate()
379 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeNam… in validateSingleVariable()
383 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDat… in validateSingleVariable()
413 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeNam… in validateBuiltinVariable()
417 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDat… in validateBuiltinVariable()
458 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << arraySize << … in validateSingleVariable()
462 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
492 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << builtins[ndx]… in validateBuiltinVariable()
496 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
537 …m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array stride, expecting greater or equal… in validateSingleVariable()
[all …]
Des31fGeometryShaderTests.cpp1863 …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()
[all …]
Des31fMultisampleShaderRenderCase.cpp198 …m_testCtx.getLog() << tcu::TestLog::Message << "Asked for " << m_numRequestedSamples << " samples,… in init()
209 …m_testCtx.getLog() << tcu::TestLog::Section("SamplerShader", "Sampler shader") << *m_textureSample… in init()
230 …m_testCtx.getLog() << tcu::TestLog::Message << "Asked for " << m_numRequestedSamples << " samples,… in init()
288 …m_testCtx.getLog() << tcu::TestLog::Section("RenderShader", "Render shader") << *m_program << tcu:… in init()
407 …m_testCtx.getLog() << tcu::TestLog::Message << "Quality warning, error = " << ex.what() << tcu::Te… in verifyResultImageAndSetResult()
426 …m_testCtx.getLog() << tcu::TestLog::Message << "Quality warning, error = " << ex.what() << tcu::Te… in verifyResultBuffersAndSetResult()
445 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Iteration" + de::toString(m_iteration… in drawOneIteration()
454 …m_testCtx.getLog() << tcu::TestLog::Section("RenderShader", "Render shader") << *m_program << tcu:… in drawOneIteration()
467 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << m_renderSceneDescription << " with … in drawOneIteration()
470 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << m_renderSceneDescription << " with … in drawOneIteration()
[all …]
Des31fTextureMultisampleTests.cpp203 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_COLOR_TEXTURE_SAMPLES = " << maxSamples << … in init()
206 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_SUBPIXEL_BITS = " << m_subpixelBits << tcu::Tes… in init()
210 …m_testCtx.getLog() << tcu::TestLog::Message << "Creating multisample texture" << tcu::TestLog::End… in init()
274 …m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Sample position of sample " << sampleNdx… in init()
351 m_testCtx.getLog() << program; in genMultisampleTexture()
361 …m_testCtx.getLog() << tcu::TestLog::Message << "Attaching texture to FBO" << tcu::TestLog::EndMess… in genMultisampleTexture()
371 m_testCtx.getLog() << tcu::TestLog::Message << "Sample locations:" << tcu::TestLog::EndMessage; in genMultisampleTexture()
381 …m_testCtx.getLog() << tcu::TestLog::Message << "\t" << sampleNdx << ": (" << position[0] << ", " <… in genMultisampleTexture()
387 …m_testCtx.getLog() << tcu::TestLog::Message << "Drawing test pattern to the texture" << tcu::TestL… in genMultisampleTexture()
425 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "Generate sampler shader", "Generate sa… in genSamplerProgram()
[all …]
Des31fShaderPackingFunctionTests.cpp106 m_testCtx.getLog() << m_executor; in init()
195 …m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input valu… in iterate()
226 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx in iterate()
233 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; in iterate()
239 …m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " value… in iterate()
283 …m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input valu… in iterate()
315 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" in iterate()
323 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; in iterate()
329 …m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " value… in iterate()
386 …m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input valu… in iterate()
[all …]
/external/slf4j/slf4j-migrator/jcl/
Djclcontent.java8 Log l = LogFactory.getLog(MyClass.class);
9 Log mylog=LogFactory.getLog(MyClass.class);
10 Log mylog1 = LogFactory.getLog(MyClass.class);
11 Log mylog2 = LogFactory.getLog(MyClass.class);
15 Log mylog5 = LogFactory.getLog(MyClass.class);
21 myLog9 = LogFactory.getLog(MyClass.class);
/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp214 m_testCtx.getLog() << *m_program; in init()
291 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); in calibrate()
301 …m_testCtx.getLog() << TestLog::Message << "Calibrating shader iteration count, target duration = "… in calibrate()
316 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curIterCount << " iterations = " << … in calibrate()
345 …m_testCtx.getLog() << TestLog::Integer("ShaderIterCount", "Shader iteration count", "", QP_KEY_TAG… in calibrate()
354 …m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = … in calibrate()
370 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << … in calibrate()
399 …m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_… in calibrate()
476 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); in analyzeResults()
482 m_testCtx.getLog() << *iter; in analyzeResults()
[all …]
Des3fShaderPackingFunctionTests.cpp106 m_testCtx.getLog() << m_executor; in init()
191 …m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input valu… in iterate()
222 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx in iterate()
229 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; in iterate()
235 …m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " value… in iterate()
279 …m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input valu… in iterate()
311 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" in iterate()
319 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; in iterate()
325 …m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " value… in iterate()
382 …m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input valu… in iterate()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp199 m_testCtx.getLog() << *m_program; in init()
267 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); in calibrate()
276 …m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = … in calibrate()
289 …m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << … in calibrate()
318 …m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_… in calibrate()
367 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); in analyzeResults()
373 m_testCtx.getLog() << *iter; in analyzeResults()
376 …m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE… in analyzeResults()
388 …m_testCtx.getLog() << TestLog::Message << "Wait time is" << (waitCorrelated ? "" : " NOT") << " co… in analyzeResults()
390 …m_testCtx.getLog() << TestLog::Message << "Warning: Wait time correlation to rendering workload si… in analyzeResults()
[all …]
/external/deqp/modules/egl/
DteglApiCase.cpp42 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) in ApiCase()
90 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << … in expectError()
101 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expectedA) <<… in expectEitherError()
111 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) <… in expectBoolean()
121 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_CONTEXT" << TestLog::EndMessa… in expectNoContext()
132 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_SURFACE" << TestLog::EndMessa… in expectNoSurface()
143 …m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_DISPLAY" << TestLog::EndMessa… in expectNoDisplay()
153 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: NULL" << TestLog::EndMessage; in expectNull()
DteglClientExtensionTests.cpp165 …m_testCtx.getLog() << TestLog::Message << "eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS) didn't f… in iterate()
219 …m_testCtx.getLog() << TestLog::Message << "'" << clientExtensions[extNdx] << "' is not client exte… in iterate()
228 …m_testCtx.getLog() << TestLog::Message << "'" << displayExtensions[extNdx] << "' is not display ex… in iterate()
279 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Client extensions", "Client extensions"); in iterate()
282 m_testCtx.getLog() << TestLog::Message << clientExtensions[extNdx] << TestLog::EndMessage; in iterate()
287 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Display extensions", "Display extensions"… in iterate()
290 m_testCtx.getLog() << TestLog::Message << displayExtensions[extNdx] << TestLog::EndMessage; in iterate()
306 …m_testCtx.getLog() << TestLog::Message << "Extension '" << *iter << "' exists in client and displa… in iterate()
312 …m_testCtx.getLog() << TestLog::Message << "Extension sets are not disjoint" << TestLog::EndMessage; in iterate()
DteglMultiThreadTests.cpp122 ThreadLog& getLog (void) { return m_log; } in getLog() function in deqp::egl::TestThread
199 getLog() << ThreadLog::BeginMessage << "Thread stopped" << ThreadLog::EndMessage; in run()
203getLog() << ThreadLog::BeginMessage << "Not supported: '" << e.what() << "'" << ThreadLog::EndMess… in run()
207getLog() << ThreadLog::BeginMessage << "Got exception: '" << e.what() << "'" << ThreadLog::EndMess… in run()
211 getLog() << ThreadLog::BeginMessage << "Unknown exception" << ThreadLog::EndMessage; in run()
339 …m_testCtx.getLog() << tcu::TestLog::Message << "Thread timeout limit: " << m_timeoutUs << "us" << … in iterate()
394 if (messageNdx[threadNdx] >= (int)m_threads[threadNdx]->getLog().getMessages().size()) in iterate()
397 …if (nextThreadNdx == -1 || nextThreadTimeUs > m_threads[threadNdx]->getLog().getMessages()[message… in iterate()
400 nextThreadTimeUs = m_threads[threadNdx]->getLog().getMessages()[messageNdx[threadNdx]].timeUs; in iterate()
407 …x.getLog() << tcu::TestLog::Message << "[" << (nextThreadTimeUs - m_startTimeUs) << "] (" << nextT… in iterate()
[all …]
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp130 m_testCtx.getLog() in init()
160 m_testCtx.getLog() in init()
181 …m_testCtx.getLog() << tcu::TestLog::Message << "Using implementation maximum geometry shader outpu… in init()
192 …m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader extension minimum maximum ou… in init()
225 tcu::MessageBuilder msg(&m_testCtx.getLog()); in init()
261 m_testCtx.getLog() in init()
273 m_testCtx.getLog() in init()
283 m_testCtx.getLog() << *m_program; in init()
303 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point at the origin. Expecting ye… in iterate()
312 m_testCtx.getLog() in iterate()
[all …]

12345678910>>...14