• Home
  • Raw
  • Download

Lines Matching refs:minValue

161 static bool verifyMinValue (glu::CallLogWrapper& gl, glw::GLenum target, int minValue, VerifierType…  in verifyMinValue()  argument
177 else if (minValue > 0 && value == GL_FALSE) in verifyMinValue()
198 else if (value < minValue) in verifyMinValue()
200 …gl.getLog() << tcu::TestLog::Message << "Expected greater or equal to " << minValue << ", got " <<… in verifyMinValue()
219 else if (value < minValue) in verifyMinValue()
221 …gl.getLog() << tcu::TestLog::Message << "Expected greater or equal to " << minValue << ", got " <<… in verifyMinValue()
240 else if (value < minValue) in verifyMinValue()
242 …gl.getLog() << tcu::TestLog::Message << "Expected greater or equal to " << minValue << ", got " <<… in verifyMinValue()
441 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, VerifierType ver…
450 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, VerifierType ver… in MaxSamplesCase() argument
453 , m_minValue (minValue) in MaxSamplesCase()
544 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, VerifierType ver…
553 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, VerifierType ver… in MinimumValueCase() argument
556 , m_minValue (minValue) in MinimumValueCase()
577 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, VerifierType ver…
586 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, VerifierType ver… in AlignmentCase() argument
589 , m_minValue (minValue) in AlignmentCase()