Lines Matching refs:expandGLFloatToInteger
54 GLint64 expandGLFloatToInteger (GLfloat f) in expandGLFloatToInteger() function
295 …const GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_… in verifyFloatExpanded()
296 …const GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_… in verifyFloatExpanded()
322 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat2Expanded()
323 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E) in verifyFloat2Expanded()
327 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E), in verifyFloat2Expanded()
328 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E) in verifyFloat2Expanded()
360 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat4Color()
361 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E), in verifyFloat4Color()
362 clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E), in verifyFloat4Color()
363 clampToGLint(expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E) in verifyFloat4Color()
367 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E), in verifyFloat4Color()
368 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E), in verifyFloat4Color()
369 clampToGLint(expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E), in verifyFloat4Color()
370 clampToGLint(expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E) in verifyFloat4Color()
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()
548 expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E_64 in verifyFloat4Color()
552 expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
553 expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
554 expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
555 expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E_64 in verifyFloat4Color()