Home
last modified time | relevance | path

Searched refs:UInt4 (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpp/
DrsCppStructs.h232 class UInt4 {
236 UInt4(uint32_t initX, uint32_t initY, uint32_t initZ, uint32_t initW) in UInt4() function
238 UInt4() : x(0), y(0), z(0), w(0) {} in UInt4() function