Home
last modified time | relevance | path

Searched defs:Byte4 (Results 1 – 3 of 3) sorted by relevance

/external/angle/samples/sample_util/
Dtga_utils.h15 typedef std::array<unsigned char, 4> Byte4; typedef
/external/swiftshader/src/Reactor/
DReactor.cpp1249 Byte4::Byte4(RValue<Byte8> cast) in Byte4() function in rr::Byte4
1254 Byte4::Byte4(RValue<UShort4> cast) in Byte4() function in rr::Byte4
1260 Byte4::Byte4(RValue<Short4> cast) in Byte4() function in rr::Byte4
1266 Byte4::Byte4(RValue<UInt4> cast) in Byte4() function in rr::Byte4
1272 Byte4::Byte4(RValue<Int4> cast) in Byte4() function in rr::Byte4
1278 Byte4::Byte4(RValue<Byte4> rhs) in Byte4() function in rr::Byte4
1283 Byte4::Byte4(const Byte4 &rhs) in Byte4() function in rr::Byte4
1289 Byte4::Byte4(const Reference<Byte4> &rhs) in Byte4() function in rr::Byte4
DReactor.hpp516 class Byte4 : public LValue<Byte4> class