Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp741 TEST_P(VertexFormatTest, UInt2) { in TEST_P() argument
/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