Home
last modified time | relevance | path

Searched refs:roundGLfloatToNearestIntegerHalfUp (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp1248 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(expected); in verifyFloat()
1279 const glw::GLint64 refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(expected); in verifyFloat()
1299 const glw::GLuint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLuint>(expected); in verifyFloat()
1389 const glw::GLint refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(maxValue); in verifyFloatMax()
1413 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(maxValue); in verifyFloatMax()
1651 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(expected[ndx]); in verifyFloatVec4()
1684 const glw::GLuint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLuint>(expected[ndx]); in verifyFloatVec4()
1795 const glw::GLint refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint>(validLow[ndx]); in verifyNormalizedI32Vec4()
DglsStateQueryUtil.hpp62 T roundGLfloatToNearestIntegerHalfUp (float val) in roundGLfloatToNearestIntegerHalfUp() function
/external/deqp/modules/gles2/functional/
Des2fFloatStateQueryTests.cpp271 …const GLint expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(referen… in verifyFloat()
407 StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(min), in verifyFloatRange()
456 …const GLint64 expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint64>(ref… in verifyFloat()
592 StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint64>(min), in verifyFloatRange()
Des2fTextureStateQueryTests.cpp115 …const GLint expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(referen… in verifyFloat()
/external/deqp/modules/gles3/functional/
Des3fFloatStateQueryTests.cpp304 …const GLint expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(referen… in verifyFloat()
446 StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(min), in verifyFloatRange()
510 …const GLint64 expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint64>(ref… in verifyFloat()
652 StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint64>(min), in verifyFloatRange()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp358 …state[ndx] != StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint>(bbox.getComponentAcce… in verifyState()
371 …const glw::GLint roundUp = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint>(bbox.get… in verifyState()
407 …state[ndx] != StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(bbox.getComponentAc… in verifyState()
420 …const glw::GLint64 roundUp = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(bbo… in verifyState()