Searched defs:GLValue (Results  1 – 2 of 2) sorted by relevance
| /external/deqp/modules/glshared/ | 
| D | glsVertexArrayTests.hpp | 237 class GLValue  class385 						GLValue			(void)			: type(Array::INPUTTYPE_LAST) {}  in GLValue()  function in deqp::gls::GLValue
 386 	explicit			GLValue			(Float value)	: type(Array::INPUTTYPE_FLOAT),				fl(value)	{}  in GLValue()  function in deqp::gls::GLValue
 387 	explicit			GLValue			(Fixed value)	: type(Array::INPUTTYPE_FIXED),				fi(value)	{}  in GLValue()  function in deqp::gls::GLValue
 388 	explicit			GLValue			(Byte value)	: type(Array::INPUTTYPE_BYTE),				b(value)	{}  in GLValue()  function in deqp::gls::GLValue
 389 	explicit			GLValue			(Ubyte value)	: type(Array::INPUTTYPE_UNSIGNED_BYTE),		ub(value)	{}  in GLValue()  function in deqp::gls::GLValue
 390 	explicit			GLValue			(Short value)	: type(Array::INPUTTYPE_SHORT),				s(value)	{}  in GLValue()  function in deqp::gls::GLValue
 391 	explicit			GLValue			(Ushort value)	: type(Array::INPUTTYPE_UNSIGNED_SHORT),	us(value)	{}  in GLValue()  function in deqp::gls::GLValue
 392 	explicit			GLValue			(Int value)		: type(Array::INPUTTYPE_INT),				i(value)	{}  in GLValue()  function in deqp::gls::GLValue
 393 	explicit			GLValue			(Uint value)	: type(Array::INPUTTYPE_UNSIGNED_INT),		ui(value)	{}  in GLValue()  function in deqp::gls::GLValue
 [all …]
 
 | 
| D | glsDrawTest.cpp | 391 class GLValue  class531 						GLValue			(void)			: type(DrawTestSpec::INPUTTYPE_LAST) {}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 532 	explicit			GLValue			(Float value)	: type(DrawTestSpec::INPUTTYPE_FLOAT),				fl(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 533 	explicit			GLValue			(Fixed value)	: type(DrawTestSpec::INPUTTYPE_FIXED),				fi(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 534 	explicit			GLValue			(Byte value)	: type(DrawTestSpec::INPUTTYPE_BYTE),				b(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 535 	explicit			GLValue			(Ubyte value)	: type(DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE),		ub(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 536 	explicit			GLValue			(Short value)	: type(DrawTestSpec::INPUTTYPE_SHORT),				s(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 537 	explicit			GLValue			(Ushort value)	: type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT),		us(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 538 	explicit			GLValue			(Int value)		: type(DrawTestSpec::INPUTTYPE_INT),				i(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 539 	explicit			GLValue			(Uint value)	: type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT),		ui(value)	{}  in GLValue()  function in deqp::gls::__anon78ceaf150111::GLValue
 [all …]
 
 |