Home
last modified time | relevance | path

Searched refs:expandGLFloatToInteger (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFloatStateQueryTests.cpp54 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()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFloatStateQueryTests.cpp54 GLint64 expandGLFloatToInteger (GLfloat f) in expandGLFloatToInteger() 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()
[all …]