Lines Matching defs:reference
998 const glw::GLint reference = expected ? 1 : 0; in verifyBoolean() local
1010 const glw::GLint64 reference = expected ? 1 : 0; in verifyBoolean() local
1022 const glw::GLfloat reference = expected ? 1.0f : 0.0f; in verifyBoolean() local
1044 const bool reference = (expected != 0); in verifyInteger() local
1057 const glw::GLint reference = expected; in verifyInteger() local
1070 const glw::GLint64 reference = (glw::GLint64)expected; in verifyInteger() local
1104 const glw::GLuint reference = (glw::GLuint)expected; in verifyInteger() local
1235 const bool reference = (expected != 0.0f); in verifyFloat() local
1523 const glw::GLfloat reference[4] = {(expected[0] ? 1.0f : 0.0f), (expected[1] ? 1.0f : 0.0f), in verifyBooleanVec4() local
1537 …const glw::GLint reference[4] = {(expected[0] ? 1 : 0), (expected[1] ? 1 : 0), (expected[2] ? 1 : … in verifyBooleanVec4() local
1551 …const glw::GLint64 reference[4] = {(expected[0] ? 1 : 0), (expected[1] ? 1 : 0), (expected[2] ? 1 … in verifyBooleanVec4() local
1565 …const glw::GLuint reference[4] = {(expected[0] ? 1u : 0u), (expected[1] ? 1u : 0u), (expected[2] ?… in verifyBooleanVec4() local
1700 const tcu::Vec4 reference(normalizeI32Float(expected[0]), normalizeI32Float(expected[1]), in verifyNormalizedI32Vec4() local
1869 …teFloat(tcu::ResultCollector &result, glu::CallLogWrapper &gl, glw::GLenum target, float reference, in verifyStateFloat()