HomeSort by relevance Sort by last modified time
    Searched refs:refOut (Results 1 - 3 of 3) sorted by null

  /external/skqp/tools/bookmaker/
mdOut.cpp 697 string refOut(ref);
698 std::replace(refOut.begin(), refOut.end(), '_', ' ');
700 refOut = refOut.substr(0, refOut.length() - 2);
702 string result = leadingSpaces + "<a href=\"" + buildup + "\">" + refOut + "</a>";
    [all...]
  /external/skia/tools/bookmaker/
mdOut.cpp 708 string refOut(ref);
710 std::replace(refOut.begin(), refOut.end(), '_', ' ');
713 refOut = refOut.substr(0, refOut.length() - 2);
715 string result = leadingSpaces + "<a href=\"" + buildup + "\">" + refOut + "</a>";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 584 int refOut = deSignExtendTo32(refMasked, m_bits);
587 << "in0 = " << in0 << ", in1 = " << in1 << ", ref out = " << refOut << " / " << tcu::toHex(refMasked)
777 deUint32 refOut = m_evalFunc(in0, in1) & mask;
780 << "in0 = " << tcu::toHex(in0) << ", in1 = " << tcu::toHex(in1) << ", ref out = " << tcu::toHex(refOut)
799 if (cmpMasked != refOut)
    [all...]

Completed in 300 milliseconds