HomeSort by relevance Sort by last modified time
    Searched refs:TestLog (Results 226 - 250 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 78 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log, bool logImageOnSuccess)
80 using tcu::TestLog;
89 log << TestLog::Message << "Verifying image contents." << TestLog::EndMessage;
111 log << TestLog::Message << "Image verification failed." << TestLog::EndMessage;
112 log << TestLog::ImageSet("Verfication result", "Result of rendering")
113 << TestLog::Image("Result", "Result", image)
114 << TestLog::Image("ErrorMask", "Error mask", error)
115 << TestLog::EndImageSet
    [all...]
es31fNegativeStateApiTests.cpp 43 using tcu::TestLog;
210 ctx.getLog() << TestLog::Message << "// GL_SHADER_COMPILER = " << (shaderCompilerSupported ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
265 ctx.getLog() << TestLog::Message << "// GL_SHADER_COMPILER = " << (shaderCompilerSupported ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
510 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORMS = " << numActiveUniforms << " (expected 4)." << TestLog::EndMessage;
548 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORMS = " << numActiveUniforms << " (expected 4)." << TestLog::EndMessage;
590 ctx.getLog() << TestLog::Message << "// GL_ACTIVE_UNIFORM_BLOCKS = " << numActiveBlocks << " (expected 1)." << TestLog::En (…)
    [all...]
es31fSSBOLayoutCase.cpp 47 using tcu::TestLog;
    [all...]
es31fLayoutBindingTests.cpp 45 using tcu::TestLog;
305 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum units for uniform type in the vertex shader: " << maxVertexUnits << tcu::TestLog::EndMessage;
306 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum units for uniform type in the fragment shader: " << maxFragmentUnits << tcu::TestLog::EndMessage;
307 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum combined units for uniform type: " << maxCombinedUnits << tcu::TestLog::EndMessage;
308 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum binding point for uniform type: " << numBindingPoints-1 << tcu::TestLog::EndMessage;
372 m_testCtx.getLog() << tcu::TestLog::Message << "Creating test shaders" << tcu::TestLog::EndMessage
    [all...]
es31fBasicComputeShaderTests.cpp 46 using tcu::TestLog;
165 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
285 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
409 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
522 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
630 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage
    [all...]
es31fProgramUniformTests.cpp 62 using tcu::TestLog;
    [all...]
es31fOpaqueTypeIndexingTests.cpp 64 using tcu::TestLog;
553 m_testCtx.getLog() << TestLog::Message << "ERROR: at invocation " << invocationNdx << ", lookup " << lookupNdx << ": expected "
555 << TestLog::EndMessage;
585 m_testCtx.getLog() << TestLog::Message << "ERROR: at lookup " << lookupNdx << ": expected "
587 << TestLog::EndMessage;
600 m_testCtx.getLog() << TestLog::Message << "ERROR: at lookup " << lookupNdx << ": expected "
602 << TestLog::EndMessage;
624 m_testCtx.getLog() << TestLog::Message << "ERROR: invocation " << invocationNdx << " result "
628 << TestLog::EndMessage;
851 m_testCtx.getLog() << TestLog::Message << "ERROR: at invocation " << invocationNd
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 66 using tcu::TestLog;
263 static bool verifyConstantDerivate (tcu::TestLog& log,
276 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
288 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps)
291 << TestLog::EndMessage;
299 log << TestLog::Message << "..." << TestLog::EndMessage;
302 log << TestLog::Message << "FAIL: found " << numFailedPixels << " failed pixels" << TestLog::EndMessage
    [all...]
es3fDepthStencilTests.cpp 57 using tcu::TestLog;
119 tcu::TestLog& operator<< (tcu::TestLog& log, const StencilParams& params)
121 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.function) << "\n"
128 << TestLog::EndMessage;
132 tcu::TestLog& operator<< (tcu::TestLog& log, const DepthStencilParams& params)
134 log << TestLog::Message << "Stencil test: " << (params.stencilTestEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
137 log << TestLog::Message << "Front-face stencil state: " << TestLog::EndMessage
    [all...]
es3fFramebufferBlitTests.cpp 45 using tcu::TestLog;
207 << tcu::TestLog::Message
212 << tcu::TestLog::EndMessage;
231 << tcu::TestLog::Message
234 << tcu::TestLog::EndMessage
235 << tcu::TestLog::ImageSet("Result", "Image verification result")
236 << tcu::TestLog::Image("Result", "Result", result)
237 << tcu::TestLog::Image("ErrorMask", "Error mask", errorMask)
238 << tcu::TestLog::EndImageSet;
289 << tcu::TestLog::Messag
    [all...]
es3fTransformFeedbackTests.cpp 56 using tcu::TestLog;
704 static bool compareTransformFeedbackOutput (tcu::TestLog& log, deUint32 primitiveType, const Output& output, int numInputs, const deUint8* inBasePtr, int inStride, const deUint8* outBasePtr, int outStride)
753 log << TestLog::Message << "Mismatch in " << output.name << " (" << attribute.name << "), output = " << outNdx << ", input = " << inNdx << ", component = " << compNdx << TestLog::EndMessage;
804 static void logTransformFeedbackVaryings (TestLog& log, const glw::Functions& gl, deUint32 program)
813 log << TestLog::Message << "GL_TRANSFORM_FEEDBACK_VARYINGS = " << numTfVaryings << TestLog::EndMessage;
829 log << TestLog::Message << (const char*)&nameBuf[0] << ": " << typeName << "[" << size << "]" << TestLog::EndMessage;
905 TestLog& log = m_testCtx.getLog()
    [all...]
es3fFboStateQueryTests.cpp 48 using tcu::TestLog;
76 testCtx.getLog() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
85 using tcu::TestLog;
113 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
122 using tcu::TestLog;
126 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
134 using tcu::TestLog;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 57 using tcu::TestLog;
119 tcu::TestLog& operator<< (tcu::TestLog& log, const StencilParams& params)
121 log << TestLog::Message << " func = " << glu::getCompareFuncStr(params.function) << "\n"
128 << TestLog::EndMessage;
132 tcu::TestLog& operator<< (tcu::TestLog& log, const DepthStencilParams& params)
134 log << TestLog::Message << "Stencil test: " << (params.stencilTestEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
137 log << TestLog::Message << "Front-face stencil state: " << TestLog::EndMessage
    [all...]
es2fUniformApiTests.cpp 61 using tcu::TestLog;
    [all...]
es2fReadPixelsTests.cpp 208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
222 m_testCtx.getLog() << tcu::TestLog::Message << "Clear color: (" << red << ", " << green << ", " << blue << ", " << alpha << ")" << tcu::TestLog::EndMessage;
es2fStringQueryTests.cpp 55 using tcu::TestLog;
es2fFboApiTest.cpp 53 using tcu::TestLog;
60 testCtx.getLog() << TestLog::Message << "// " << comment << TestLog::EndMessage;
66 testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expect) << TestLog::EndMessage;
119 TestLog& log = testCtx.getLog();
120 log << TestLog::Message << "// Querying " << getAttachmentName(attachment) << " " << getAttachmentParameterName(pname) << TestLog::EndMessage;
128 log << TestLog::Message << "// Pass" << TestLog::EndMessage
    [all...]
es2fFboStateQueryTests.cpp 48 using tcu::TestLog;
52 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
es2fTextureSizeTests.cpp 43 using tcu::TestLog;
120 TestLog& log = m_testCtx.getLog();
263 TestLog& log = m_testCtx.getLog();
277 log << TestLog::Message << face << TestLog::EndMessage;
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 50 using tcu::TestLog;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp 50 using tcu::TestLog;
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 41 using tcu::TestLog;
    [all...]
glsCalibration.hpp 185 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator);
glsShaderLibraryCase.cpp 469 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting shader compilation to fail." << tcu::TestLog::EndMessage;
473 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting program linking to fail." << tcu::TestLog::EndMessage;
477 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting either shader compilation or program linking to fail." << tcu::TestLog::EndMessage;
481 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting program validation to fail." << tcu::TestLog::EndMessage;
490 static void setUniformValue (const glw::Functions& gl, const std::vector<deUint32>& pipelinePrograms, const std::string& name, const ShaderCase::Value& val, int arrayNdx, tcu::TestLog& log)
549 log << tcu::TestLog::Message << "WARNING // Uniform \"" << name << "\" location is not valid, location = -1. Cannot se (…)
    [all...]
  /external/deqp/modules/egl/
teglRenderCase.cpp 58 using tcu::TestLog;
135 tcu::TestLog& log = m_testCtx.getLog();
230 tcu::TestLog& log = m_testCtx.getLog();
282 log << TestLog::Message << apiName << TestLog::EndMessage;

Completed in 3065 milliseconds

1 2 3 4 5 6 7 8 91011>>