Searched defs:SByte (Results 1 – 5 of 5) sorted by relevance
382 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local723 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local744 Format<GLbyte, GL_BYTE, false, true> SByte(es3); in GetTestCases() local
33 SByte = 0x0068, // 8 bit signed int enumerator
39 SByte = 0x0068, // 8 bit signed int enumerator
551 SByte::SByte(Argument<SByte> argument) in SByte() function in rr::SByte556 SByte::SByte(RValue<Int> cast) in SByte() function in rr::SByte563 SByte::SByte(RValue<Short> cast) in SByte() function in rr::SByte570 SByte::SByte(signed char x) in SByte() function in rr::SByte575 SByte::SByte(RValue<SByte> rhs) in SByte() function in rr::SByte580 SByte::SByte(const SByte &rhs) in SByte() function in rr::SByte585 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in rr::SByte
485 class SByte : public LValue<SByte> class