Lines Matching refs:expandGLFloatToInteger

54 GLint64 expandGLFloatToInteger(GLfloat f)  in expandGLFloatToInteger()  function
346 …const GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_… in verifyFloatExpanded()
347 …const GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_… in verifyFloatExpanded()
373 …const GLint referenceAsGLintMin[] = {clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPAN… in verifyFloat2Expanded()
374 … clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E)}; in verifyFloat2Expanded()
375 …const GLint referenceAsGLintMax[] = {clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPAN… in verifyFloat2Expanded()
376 … clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E)}; in verifyFloat2Expanded()
404 …const GLint referenceAsGLintMin[] = {clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPAN… in verifyFloat4Color()
405 … clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E), in verifyFloat4Color()
406 … clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E), in verifyFloat4Color()
407 … clampToGLint(expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E)}; in verifyFloat4Color()
408 …const GLint referenceAsGLintMax[] = {clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPAN… in verifyFloat4Color()
409 … clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E), in verifyFloat4Color()
410 … clampToGLint(expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E), in verifyFloat4Color()
411 … clampToGLint(expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E)}; in verifyFloat4Color()
533 const GLint64 expectedGLStateMax = expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E_64; in verifyFloatExpanded()
534 const GLint64 expectedGLStateMin = expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E_64; in verifyFloatExpanded()
560 … const GLint64 referenceAsGLintMin[] = {expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat2Expanded()
561expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64}; in verifyFloat2Expanded()
562 … const GLint64 referenceAsGLintMax[] = {expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat2Expanded()
563expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64}; in verifyFloat2Expanded()
591 … const GLint64 referenceAsGLintMin[] = {expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat4Color()
592expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64, in verifyFloat4Color()
593expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E_64, in verifyFloat4Color()
594expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E_64}; in verifyFloat4Color()
595 … const GLint64 referenceAsGLintMax[] = {expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
596expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
597expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
598expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E_64}; in verifyFloat4Color()