• Home
  • Raw
  • Download

Lines Matching defs:GLValue

404 class GLValue  class
514 GLValue (void) : type(DrawTestSpec::INPUTTYPE_LAST) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
515 explicit GLValue (Float value) : type(DrawTestSpec::INPUTTYPE_FLOAT), fl(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
516 explicit GLValue (Fixed value) : type(DrawTestSpec::INPUTTYPE_FIXED), fi(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
517 explicit GLValue (Byte value) : type(DrawTestSpec::INPUTTYPE_BYTE), b(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
518 explicit GLValue (Ubyte value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
519 explicit GLValue (Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
520 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
521 explicit GLValue (Int value) : type(DrawTestSpec::INPUTTYPE_INT), i(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
522 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
523 explicit GLValue (Half value) : type(DrawTestSpec::INPUTTYPE_HALF), h(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue
524 explicit GLValue (Double value) : type(DrawTestSpec::INPUTTYPE_DOUBLE), d(value) {} in GLValue() function in deqp::gls::__anonfbed0c940111::GLValue