HomeSort by relevance Sort by last modified time
    Searched full:clamptoglint (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 59 GLint clampToGLint (GLint64 val)
294 const GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E);
295 const GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E);
321 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E),
322 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E)
326 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E),
327 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E)
359 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E),
360 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E),
361 clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 59 GLint clampToGLint (GLint64 val)
333 const GLint expectedGLStateMax = clampToGLint(expandGLFloatToInteger(reference) + FLOAT_EXPANSION_E);
334 const GLint expectedGLStateMin = clampToGLint(expandGLFloatToInteger(reference) - FLOAT_EXPANSION_E);
360 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E),
361 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E)
365 clampToGLint(expandGLFloatToInteger(reference0) + FLOAT_EXPANSION_E),
366 clampToGLint(expandGLFloatToInteger(reference1) + FLOAT_EXPANSION_E)
398 clampToGLint(expandGLFloatToInteger(reference0) - FLOAT_EXPANSION_E),
399 clampToGLint(expandGLFloatToInteger(reference1) - FLOAT_EXPANSION_E),
400 clampToGLint(expandGLFloatToInteger(reference2) - FLOAT_EXPANSION_E)
    [all...]

Completed in 78 milliseconds