Lines Matching refs:GLint64
65 QueriedState::QueriedState (glw::GLint64 v) in QueriedState()
164 glw::GLint64& QueriedState::getInt64Access (void) in getInt64Access()
323 StateQueryMemoryWriteGuard<glw::GLint64> value; in queryState()
404 StateQueryMemoryWriteGuard<glw::GLint64[4]> value; in queryIndexedState()
465 StateQueryMemoryWriteGuard<glw::GLint64> value; in queryIndexedState()
1010 const glw::GLint64 reference = expected ? 1 : 0; in verifyBoolean()
1069 const glw::GLint64 reference = (glw::GLint64)expected; in verifyInteger()
1278 const glw::GLint64 refValueMin = roundGLfloatToNearestIntegerHalfDown<glw::GLint64>(expected); in verifyFloat()
1279 const glw::GLint64 refValueMax = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(expected); in verifyFloat()
1359 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfDown<glw::GLint64>(minValue); in verifyFloatMin()
1413 const glw::GLint64 refValue = roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(maxValue); in verifyFloatMax()
1579 const glw::GLint64 reference[4] = in verifyBooleanVec4()