Searched defs:UInt2 (Results 1 – 3 of 3) sorted by relevance
741 TEST_P(VertexFormatTest, UInt2) { in TEST_P() argument
3106 UInt2::UInt2(unsigned int x, unsigned int y) in UInt2() function in rr::UInt23112 UInt2::UInt2(RValue<UInt2> rhs) in UInt2() function in rr::UInt23117 UInt2::UInt2(const UInt2 &rhs) in UInt2() function in rr::UInt23122 UInt2::UInt2(const Reference<UInt2> &rhs) in UInt2() function in rr::UInt2
1414 class UInt2 : public LValue<UInt2> class