Home
last modified time | relevance | path

Searched defs:GLValue (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp236 class GLValue class
346 GLValue (void) : type(Array::INPUTTYPE_LAST) {} in GLValue() function in deqp::gls::GLValue
347 explicit GLValue (Float value) : type(Array::INPUTTYPE_FLOAT), fl(value) {} in GLValue() function in deqp::gls::GLValue
348 explicit GLValue (Fixed value) : type(Array::INPUTTYPE_FIXED), fi(value) {} in GLValue() function in deqp::gls::GLValue
349 explicit GLValue (Byte value) : type(Array::INPUTTYPE_BYTE), b(value) {} in GLValue() function in deqp::gls::GLValue
350 explicit GLValue (Ubyte value) : type(Array::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() function in deqp::gls::GLValue
351 explicit GLValue (Short value) : type(Array::INPUTTYPE_SHORT), s(value) {} in GLValue() function in deqp::gls::GLValue
352 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() function in deqp::gls::GLValue
353 explicit GLValue (Int value) : type(Array::INPUTTYPE_INT), i(value) {} in GLValue() function in deqp::gls::GLValue
354 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() function in deqp::gls::GLValue
[all …]
DglsDrawTest.cpp403 class GLValue class
513 GLValue (void) : type(DrawTestSpec::INPUTTYPE_LAST) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
514 explicit GLValue (Float value) : type(DrawTestSpec::INPUTTYPE_FLOAT), fl(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
515 explicit GLValue (Fixed value) : type(DrawTestSpec::INPUTTYPE_FIXED), fi(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
516 explicit GLValue (Byte value) : type(DrawTestSpec::INPUTTYPE_BYTE), b(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
517 explicit GLValue (Ubyte value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE), ub(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
518 explicit GLValue (Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
519 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
520 explicit GLValue (Int value) : type(DrawTestSpec::INPUTTYPE_INT), i(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
521 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue() function in deqp::gls::__anona2ff1be70111::GLValue
[all …]