Searched defs:GLValue (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/gl/glsnapshot/ |
D | GLSnapshot.h | 17 struct GLValue { struct 26 typedef std::map<GLenum, GLValue> GlobalStateMap; argument
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.hpp | 279 class GLValue class 700 GLValue(void) : type(Array::INPUTTYPE_LAST) in GLValue() function in deqp::gls::GLValue 703 explicit GLValue(Float value) : type(Array::INPUTTYPE_FLOAT), fl(value) in GLValue() function in deqp::gls::GLValue 706 explicit GLValue(Fixed value) : type(Array::INPUTTYPE_FIXED), fi(value) in GLValue() function in deqp::gls::GLValue 709 explicit GLValue(Byte value) : type(Array::INPUTTYPE_BYTE), b(value) in GLValue() function in deqp::gls::GLValue 712 explicit GLValue(Ubyte value) : type(Array::INPUTTYPE_UNSIGNED_BYTE), ub(value) in GLValue() function in deqp::gls::GLValue 715 explicit GLValue(Short value) : type(Array::INPUTTYPE_SHORT), s(value) in GLValue() function in deqp::gls::GLValue 718 explicit GLValue(Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) in GLValue() function in deqp::gls::GLValue 721 explicit GLValue(Int value) : type(Array::INPUTTYPE_INT), i(value) in GLValue() function in deqp::gls::GLValue 724 explicit GLValue(Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) in GLValue() function in deqp::gls::GLValue [all …]
|
H A D | glsDrawTest.cpp | 392 class GLValue class 772 GLValue(void) : type(DrawTestSpec::INPUTTYPE_LAST) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 775 explicit GLValue(Float value) : type(DrawTestSpec::INPUTTYPE_FLOAT), fl(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 778 explicit GLValue(Fixed value) : type(DrawTestSpec::INPUTTYPE_FIXED), fi(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 781 explicit GLValue(Byte value) : type(DrawTestSpec::INPUTTYPE_BYTE), b(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 784 explicit GLValue(Ubyte value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_BYTE), ub(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 787 explicit GLValue(Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 790 explicit GLValue(Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 793 explicit GLValue(Int value) : type(DrawTestSpec::INPUTTYPE_INT), i(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue 796 explicit GLValue(Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) in GLValue() function in deqp::gls::__anon98c09d860111::GLValue [all …]
|