Lines Matching refs:expandGLFloatToInteger

54 GLint64 expandGLFloatToInteger(GLfloat f)  in expandGLFloatToInteger()  function
307 …const GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_… in verifyFloatExpanded()
308 …const GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_… in verifyFloatExpanded()
334 …const GLint referenceAsGLintMin[] = {clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPAN… in verifyFloat2Expanded()
335 … clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E)}; in verifyFloat2Expanded()
336 …const GLint referenceAsGLintMax[] = {clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPAN… in verifyFloat2Expanded()
337 … clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E)}; in verifyFloat2Expanded()
365 …const GLint referenceAsGLintMin[] = {clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPAN… in verifyFloat4Color()
366 … clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E), in verifyFloat4Color()
367 … clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E), in verifyFloat4Color()
368 … clampToGLint(expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E)}; in verifyFloat4Color()
369 …const GLint referenceAsGLintMax[] = {clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPAN… in verifyFloat4Color()
370 … clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E), in verifyFloat4Color()
371 … clampToGLint(expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E), in verifyFloat4Color()
372 … clampToGLint(expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E)}; in verifyFloat4Color()
472 const GLint64 expectedGLStateMax = expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E_64; in verifyFloatExpanded()
473 const GLint64 expectedGLStateMin = expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E_64; in verifyFloatExpanded()
499 … const GLint64 referenceAsGLintMin[] = {expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat2Expanded()
500expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64}; in verifyFloat2Expanded()
501 … const GLint64 referenceAsGLintMax[] = {expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat2Expanded()
502expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64}; in verifyFloat2Expanded()
530 … const GLint64 referenceAsGLintMin[] = {expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E_64, in verifyFloat4Color()
531expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E_64, in verifyFloat4Color()
532expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E_64, in verifyFloat4Color()
533expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E_64}; in verifyFloat4Color()
534 … const GLint64 referenceAsGLintMax[] = {expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
535expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
536expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E_64, in verifyFloat4Color()
537expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E_64}; in verifyFloat4Color()