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

1 2 3 4 5 6 78 91011>>

  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 283 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
302 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
319 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
357 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(m_format) << ", Type: " << glu::getTypeStr(m_type) << tcu::TestLog::EndMessage;
363 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ALIGNMENT: " << m_alignment << tcu::TestLog::EndMessage
    [all...]
es3fPrerequisiteTests.cpp 38 using tcu::TestLog;
258 m_testCtx.getLog() << TestLog::ImageSet("Result", "Resulting framebuffer")
259 << TestLog::Image("Result", "Resulting framebuffer", resImage)
260 << TestLog::Image("Reference", "Reference image", refImage)
261 << TestLog::Image("DiffMask", "Failing pixels", diffImage)
262 << TestLog::EndImageSet;
es3fShaderPrecisionTests.cpp 56 using tcu::TestLog;
262 TestLog& log = m_testCtx.getLog();
328 m_testCtx.getLog() << TestLog::Message << "Assuming " << mantissaBits << " mantissa bits, " << numLostBits << " bits lost in operation, and " << roundingUlpError << " ULP rounding error."
329 << TestLog::EndMessage;
340 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed! ULP diff (ignoring lost/undefined bits) = " << ulpDiff << TestLog::EndMessage;
364 TestLog& log = m_testCtx.getLog();
391 log << TestLog::Message << "iter " << m_iterNdx << ", test " << testNdx << ": "
394 << TestLog::EndMessage
395 << TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) << TestLog: (…)
    [all...]
es3fFboApiTests.cpp 49 using tcu::TestLog;
56 testCtx.getLog() << TestLog::Message << "// " << comment << TestLog::EndMessage;
62 testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expect) << TestLog::EndMessage;
115 TestLog& log = testCtx.getLog();
116 log << TestLog::Message << "// Querying " << getAttachmentName(attachment) << " " << getAttachmentParameterName(pname) << TestLog::EndMessage;
124 log << TestLog::Message << "// Pass" << TestLog::EndMessage
    [all...]
es3fLifetimeTests.cpp 55 using tcu::TestLog;
186 log() << TestLog::Message << "// First output integer: " << arr[0]
187 << TestLog::EndMessage;
260 log() << TestLog::Message << "// Initialized buffer " << buffer << " from seed " << seed
261 << TestLog::EndMessage;
267 log() << TestLog::Message
269 << TestLog::EndMessage;
303 log() << TestLog::Message << "// Drew an output image with VAO " << vao
304 << TestLog::EndMessage;
322 log() << TestLog::Message << "// Initialized buffer " << buffer << " from seed " << see
    [all...]
es3fUniformApiTests.cpp 61 using tcu::TestLog;
    [all...]
es3fRasterizationTests.cpp 303 m_testCtx.getLog() << tcu::TestLog::Message << "Sample count = " << m_numSamples << tcu::TestLog::EndMessage;
304 m_testCtx.getLog() << tcu::TestLog::Message << "SUBPIXEL_BITS = " << m_subpixelBits << tcu::TestLog::EndMessage;
544 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_LINE_WIDTH_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
605 m_testCtx.getLog() << tcu::TestLog::Message << "Line width " << lineWidth << " not supported, skipping iteration." << tcu::TestLog::EndMessage;
676 m_testCtx.getLog() << tcu::TestLog::Message << "GL_ALIASED_POINT_SIZE_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage
    [all...]
es3fTextureStateQueryTests.cpp 52 TexParamVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
63 TexParamVerifier::TexParamVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
81 GetTexParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log);
87 GetTexParameterIVerifier::GetTexParameterIVerifier (const glw::Functions& gl, tcu::TestLog& log)
94 using tcu::TestLog;
104 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage;
113 using tcu::TestLog;
126 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << expectedGLStateMin << ", " << expectedGLStateMax << "]; got " << state << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 77 using tcu::TestLog;
524 virtual void writeToLog (TestLog& log) = 0;
537 void writeToLog (TestLog& log) { log << m_shaderProgram; }
557 void writeToLog (TestLog& log);
565 void RawProgramWrapper::writeToLog (TestLog& log)
570 log << TestLog::ShaderProgram(true, info)
571 << TestLog::Shader(qpType, m_source,
573 << TestLog::EndShaderProgram;
702 void logParams (TestLog& log, const TestParams& params)
758 msg << TestLog::EndMessage
    [all...]
es31fTextureLevelStateQueryTests.cpp 104 gl.getLog() << tcu::TestLog::Message << "Verifying " << glu::getTextureLevelParameterStr(pname) << ", expecting " << Printer::getIntegerName(refValue) << tcu::TestLog::EndMessage;
115 gl.getLog() << tcu::TestLog::Message << "Error: Get* did not write a value." << tcu::TestLog::EndMessage;
120 gl.getLog() << tcu::TestLog::Message << "Error: detected illegal memory write." << tcu::TestLog::EndMessage;
127 gl.getLog() << tcu::TestLog::Message << "Error: Expected " << Printer::getIntegerName(refValue) << ", got " << Printer::getIntegerName(result) << tcu::TestLog::EndMessage;
139 gl.getLog() << tcu::TestLog::Message << "Error: Get* did not write a value." << tcu::TestLog::EndMessage
    [all...]
es31fTextureFilteringTests.cpp 53 using tcu::TestLog;
72 static void logCubeArrayTexCoords(TestLog& log, vector<float>& texCoord)
87 log << TestLog::Message
93 << TestLog::EndMessage;
320 TestLog& log = m_testCtx.getLog();
351 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
361 log << TestLog::Message << "Face " << getFaceDesc(face) << TestLog::EndMessage;
363 log << TestLog::Message << "Texture coordinates:" << TestLog::EndMessage
    [all...]
es31fTextureGatherTests.cpp 51 using tcu::TestLog;
572 static bool verifyGatherOffsets (TestLog& log,
617 log << TestLog::ImageSet("VerifyResult", "Verification result")
618 << TestLog::Image("Rendered", "Rendered image", result);
622 log << TestLog::Image("Reference", "Ideal reference image", ideal)
623 << TestLog::Image("ErrorMask", "Error mask", errorMask);
626 log << TestLog::EndImageSet;
652 static bool verifyGatherOffsetsCompare (TestLog& log,
694 log << TestLog::ImageSet("VerifyResult", "Verification result")
695 << TestLog::Image("Rendered", "Rendered image", result)
    [all...]
es31fStencilTexturingTests.cpp 60 using tcu::TestLog;
392 static bool compareStencilToRed (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& stencilRef, const tcu::ConstPixelBufferAccess& result)
410 log << TestLog::Message << "ERROR: Expected " << ref << ", got " << res << " at (" << x << ", " << y << ")" << TestLog::EndMessage;
412 log << TestLog::Message << "..." << TestLog::EndMessage;
419 log << TestLog::Message << "Found " << numFailed << " faulty pixels, comparison " << (numFailed == 0 ? "passed." : "FAILED!") << TestLog::EndMessage;
421 log << TestLog::ImageSet("ComparisonResult", "Image comparison result")
422 << TestLog::Image("Result", "Result stencil buffer", result)
    [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 40 using tcu::TestLog;
134 void ShaderPerformanceMeasurer::logParameters (TestLog& log) const
136 log << TestLog::Message << "Grid size: " << m_gridSizeX << "x" << m_gridSizeY << TestLog::EndMessage
137 << TestLog::Message << "Viewport: " << m_viewportWidth << "x" << m_viewportHeight << TestLog::EndMessage;
315 void ShaderPerformanceMeasurer::logMeasurementInfo (TestLog& log) const
333 log << TestLog::Float("FramesPerSecond", "Frames per second in measurement", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)framesPerSecond)
334 << TestLog::Float("FragmentsPerVertices", "Vertex-fragment ratio", "Fragments/Vertices", QP_KEY_TAG_NONE, (float)numPixels / (float)numVertices)
335 << TestLog::Float("FragmentPerf", "Fragment performance", "MPix/s", QP_KEY_TAG_PERFORMANCE, (float)mf (…)
    [all...]
glsShaderPerformanceMeasurer.hpp 84 void logParameters (tcu::TestLog& log) const;
87 void logMeasurementInfo (tcu::TestLog& log) const;
glsCalibration.cpp 37 using tcu::TestLog;
395 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator)
402 log << TestLog::Section("CalibrationInfo", "Calibration Info")
403 << TestLog::Message << "Target frame time: " << params.targetFrameTimeUs << " us (" << 1000000 / params.targetFrameTimeUs << " fps)" << TestLog::EndMessage;
407 log << TestLog::Message << " iteration " << iterNdx << ": " << calibrateIterations[iterNdx].numDrawCalls << " calls => "
409 << de::floatToString(1000000.0f / calibrateIterations[iterNdx].frameTime, 2) << " fps)" << TestLog::EndMessage;
411 log << TestLog::Integer("CallCount", "Calibrated call count", "", QP_KEY_TAG_NONE, calibrator.getMeasureState().numDrawCalls)
412 << TestLog::Integer("FrameCount", "Calibrated frame count", "", QP_KEY_TAG_NONE, (int)calibrator.getMeasureState().frameTimes.size());
413 log << TestLog::EndSection
    [all...]
glsBufferTestUtil.cpp 60 using tcu::TestLog;
72 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes)
81 log << TestLog::Section("Verify", "Verification result");
99 log << TestLog::Message << len << " byte difference at offset " << diffSpanStart << "\n"
102 << TestLog::EndMessage;
105 log << TestLog::Message << "(output too long, truncated)" << TestLog::EndMessage;
119 log << TestLog::Message << len << " byte difference at offset " << diffSpanStart << "\n"
122 << TestLog::EndMessage;
125 log << TestLog::Message << "(output too long, truncated)" << TestLog::EndMessage
    [all...]
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 39 using tcu::TestLog;
86 m_testCtx.getLog() << TestLog::Float("Result", "Result metric", "", QP_KEY_TAG_NONE, result)
87 << TestLog::Float("MinBound", "Minimum bound", "", QP_KEY_TAG_NONE, m_minBound)
88 << TestLog::Float("MaxBound", "Maximum bound", "", QP_KEY_TAG_NONE, m_maxBound)
89 << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
135 m_testCtx.getLog() << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
  /external/deqp/modules/egl/
teglRenderTests.cpp 81 using tcu::TestLog;
706 TestLog& log = m_testCtx.getLog();
716 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage;
717 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage;
718 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage;
719 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage
    [all...]
teglSimpleConfigCase.cpp 42 using tcu::TestLog;
60 m_testCtx.getLog() << TestLog::Message << "Matching configs: " << tcu::formatArray(m_configIds.begin(), m_configIds.end()) << TestLog::EndMessage;
68 m_testCtx.getLog() << tcu::TestLog::Message << "Warning: Duplicate config IDs in list" << TestLog::EndMessage;
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 63 using tcu::TestLog;
75 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes)
84 log << TestLog::Section("Verify", "Verification result");
102 log << TestLog::Message << len << " byte difference at offset " << diffSpanStart << "\n"
105 << TestLog::EndMessage;
108 log << TestLog::Message << "(output too long, truncated)" << TestLog::EndMessage;
122 log << TestLog::Message << len << " byte difference at offset " << diffSpanStart << "\n"
125 << TestLog::EndMessage;
128 log << TestLog::Message << "(output too long, truncated)" << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 40 using tcu::TestLog;
388 tcu::TestLog& log = m_testCtx.getLog();
408 tcu::TestLog& log = m_testCtx.getLog();
415 log << TestLog::Message << "Fail, expected program to compile and link successfully." << TestLog::EndMessage;
421 log << TestLog::Message << "Fail, program status OK but a GL error was received (" << errorCode << ")." << TestLog::EndMessage;
426 log << TestLog::Message << "Fail, expected GL_NO_ERROR or GL_OUT_OF_MEMORY, received " << errorCode << "." << TestLog::EndMessage;
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
tstdtmod.cpp 15 TestLog::~TestLog() {}
72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 35 class TestLog;
199 tcu::TestLog& operator<< (tcu::TestLog& log, const Shader& shader);
200 tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderProgram& program);
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 15 TestLog::~TestLog() {}
72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)

Completed in 5797 milliseconds

1 2 3 4 5 6 78 91011>>