Lines Matching refs:toHex
326 using tcu::toHex; in verifyFloatExpanded()
339 …"// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) <… in verifyFloatExpanded()
351 using tcu::toHex; in verifyFloat2Expanded()
375 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded()
376 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded()
378 << toHex(floatVector2[0]) << ", " in verifyFloat2Expanded()
379 << toHex(floatVector2[1]) << " "<< TestLog::EndMessage; in verifyFloat2Expanded()
389 using tcu::toHex; in verifyFloat4Color()
419 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat4Color()
420 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "], " in verifyFloat4Color()
421 << "[" << toHex(referenceAsGLintMin[2]) << " " << toHex(referenceAsGLintMax[2]) << "], " in verifyFloat4Color()
422 << "[" << toHex(referenceAsGLintMin[3]) << " " << toHex(referenceAsGLintMax[3]) << "]" in verifyFloat4Color()
424 << toHex(floatVector4[0]) << ", " in verifyFloat4Color()
425 << toHex(floatVector4[1]) << ", " in verifyFloat4Color()
426 << toHex(floatVector4[2]) << ", " in verifyFloat4Color()
427 << toHex(floatVector4[3]) << " "<< TestLog::EndMessage; in verifyFloat4Color()
532 using tcu::toHex; in verifyFloatExpanded()
545 …"// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) <… in verifyFloatExpanded()
557 using tcu::toHex; in verifyFloat2Expanded()
581 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded()
582 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded()
584 << toHex(floatVector2[0]) << ", " in verifyFloat2Expanded()
585 << toHex(floatVector2[1]) << " "<< TestLog::EndMessage; in verifyFloat2Expanded()
595 using tcu::toHex; in verifyFloat4Color()
625 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat4Color()
626 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "], " in verifyFloat4Color()
627 << "[" << toHex(referenceAsGLintMin[2]) << " " << toHex(referenceAsGLintMax[2]) << "], " in verifyFloat4Color()
628 << "[" << toHex(referenceAsGLintMin[3]) << " " << toHex(referenceAsGLintMax[3]) << "]" in verifyFloat4Color()
630 << toHex(floatVector4[0]) << ", " in verifyFloat4Color()
631 << toHex(floatVector4[1]) << ", " in verifyFloat4Color()
632 << toHex(floatVector4[2]) << ", " in verifyFloat4Color()
633 << toHex(floatVector4[3]) << " "<< TestLog::EndMessage; in verifyFloat4Color()