Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsCppStructs.h286 class ULong4 {
290 ULong4(uint64_t initX, uint64_t initY, uint64_t initZ, uint64_t initW) in ULong4() function
292 ULong4() : x(0), y(0), z(0), w(0) {} in ULong4() function