Searched defs:SByte (Results 1 – 6 of 6) sorted by relevance
33 SByte = 0x0068, // 8 bit signed int enumerator
39 SByte = 0x0068, // 8 bit signed int enumerator
350 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local
585 SByte::SByte(Argument<SByte> argument) in SByte() function in rr::SByte590 SByte::SByte(RValue<Int> cast) in SByte() function in rr::SByte597 SByte::SByte(RValue<Short> cast) in SByte() function in rr::SByte604 SByte::SByte(signed char x) in SByte() function in rr::SByte609 SByte::SByte(RValue<SByte> rhs) in SByte() function in rr::SByte614 SByte::SByte(const SByte &rhs) in SByte() function in rr::SByte619 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in rr::SByte
403 class SByte : public LValue<SByte> class