Home
last modified time | relevance | path

Searched defs:SByte (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp382 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local
723 Format<GLbyte, GL_BYTE, false> SByte(es3); in GetTestCases() local
744 Format<GLbyte, GL_BYTE, false, true> SByte(es3); in GetTestCases() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h33 SByte = 0x0068, // 8 bit signed int enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h39 SByte = 0x0068, // 8 bit signed int enumerator
/external/swiftshader/src/Reactor/
DReactor.cpp551 SByte::SByte(Argument<SByte> argument) in SByte() function in rr::SByte
556 SByte::SByte(RValue<Int> cast) in SByte() function in rr::SByte
563 SByte::SByte(RValue<Short> cast) in SByte() function in rr::SByte
570 SByte::SByte(signed char x) in SByte() function in rr::SByte
575 SByte::SByte(RValue<SByte> rhs) in SByte() function in rr::SByte
580 SByte::SByte(const SByte &rhs) in SByte() function in rr::SByte
585 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in rr::SByte
DReactor.hpp485 class SByte : public LValue<SByte> class