Lines Matching refs:clampToGLint
60 GLint clampToGLint (GLint64 val) in clampToGLint() function
334 …const GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_… in verifyFloatExpanded()
335 …const GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_… in verifyFloatExpanded()
361 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat2Expanded()
362 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E) in verifyFloat2Expanded()
366 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E), in verifyFloat2Expanded()
367 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E) in verifyFloat2Expanded()
399 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E), in verifyFloat4Color()
400 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E), in verifyFloat4Color()
401 clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E), in verifyFloat4Color()
402 clampToGLint(expandGLFloatToInteger(reference3) - FLOAT_EXPANSION_E) in verifyFloat4Color()
406 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E), in verifyFloat4Color()
407 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E), in verifyFloat4Color()
408 clampToGLint(expandGLFloatToInteger(reference2) + FLOAT_EXPANSION_E), in verifyFloat4Color()
409 clampToGLint(expandGLFloatToInteger(reference3) + FLOAT_EXPANSION_E) in verifyFloat4Color()