Searched refs:FLOAT_EXPANSION_E_64 (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFloatStateQueryTests.cpp | 52 const int FLOAT_EXPANSION_E_64 = 0x07FF; variable 480 const GLint64 expectedGLStateMax = expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E_64; in verifyFloatExpanded() 481 const GLint64 expectedGLStateMin = expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E_64; in verifyFloatExpanded() 507 expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat2Expanded() 508 expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64 in verifyFloat2Expanded() 512 expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat2Expanded() 513 expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64 in verifyFloat2Expanded() 545 expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat4Color() 546 expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64, in verifyFloat4Color() 547 expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E_64, in verifyFloat4Color() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFloatStateQueryTests.cpp | 52 const int FLOAT_EXPANSION_E_64 = 0x07FF; variable 540 const GLint64 expectedGLStateMax = expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E_64; in verifyFloatExpanded() 541 const GLint64 expectedGLStateMin = expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E_64; in verifyFloatExpanded() 567 expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat2Expanded() 568 expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64 in verifyFloat2Expanded() 572 expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat2Expanded() 573 expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64 in verifyFloat2Expanded() 605 expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat4Color() 606 expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64, in verifyFloat4Color() 607 expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E_64, in verifyFloat4Color() [all …]
|