• Home
  • Raw
  • Download

Lines Matching refs:toHex

293 	using tcu::toHex;  in verifyFloatExpanded()
306 …"// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) <… in verifyFloatExpanded()
318 using tcu::toHex; in verifyFloat2Expanded()
342 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded()
343 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded()
345 << toHex(floatVector2[0]) << ", " in verifyFloat2Expanded()
346 << toHex(floatVector2[1]) << " "<< TestLog::EndMessage; in verifyFloat2Expanded()
356 using tcu::toHex; in verifyFloat4Color()
386 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat4Color()
387 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "], " in verifyFloat4Color()
388 << "[" << toHex(referenceAsGLintMin[2]) << " " << toHex(referenceAsGLintMax[2]) << "], " in verifyFloat4Color()
389 << "[" << toHex(referenceAsGLintMin[3]) << " " << toHex(referenceAsGLintMax[3]) << "]" in verifyFloat4Color()
391 << toHex(floatVector4[0]) << ", " in verifyFloat4Color()
392 << toHex(floatVector4[1]) << ", " in verifyFloat4Color()
393 << toHex(floatVector4[2]) << ", " in verifyFloat4Color()
394 << toHex(floatVector4[3]) << " "<< TestLog::EndMessage; in verifyFloat4Color()
478 using tcu::toHex; in verifyFloatExpanded()
491 …"// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) <… in verifyFloatExpanded()
503 using tcu::toHex; in verifyFloat2Expanded()
527 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded()
528 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded()
530 << toHex(floatVector2[0]) << ", " in verifyFloat2Expanded()
531 << toHex(floatVector2[1]) << " "<< TestLog::EndMessage; in verifyFloat2Expanded()
541 using tcu::toHex; in verifyFloat4Color()
571 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat4Color()
572 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "], " in verifyFloat4Color()
573 << "[" << toHex(referenceAsGLintMin[2]) << " " << toHex(referenceAsGLintMax[2]) << "], " in verifyFloat4Color()
574 << "[" << toHex(referenceAsGLintMin[3]) << " " << toHex(referenceAsGLintMax[3]) << "]" in verifyFloat4Color()
576 << toHex(floatVector4[0]) << ", " in verifyFloat4Color()
577 << toHex(floatVector4[1]) << ", " in verifyFloat4Color()
578 << toHex(floatVector4[2]) << ", " in verifyFloat4Color()
579 << toHex(floatVector4[3]) << " "<< TestLog::EndMessage; in verifyFloat4Color()