Home
last modified time | relevance | path

Searched defs:UInt2 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp3106 UInt2::UInt2(unsigned int x, unsigned int y) in UInt2() function in rr::UInt2
3112 UInt2::UInt2(RValue<UInt2> rhs) in UInt2() function in rr::UInt2
3117 UInt2::UInt2(const UInt2 &rhs) in UInt2() function in rr::UInt2
3122 UInt2::UInt2(const Reference<UInt2> &rhs) in UInt2() function in rr::UInt2
DReactor.hpp1414 class UInt2 : public LValue<UInt2> class