Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsCppStructs.h124 class UByte4 {
128 UByte4(uint8_t initX, uint8_t initY, uint8_t initZ, uint8_t initW) in UByte4() function
130 UByte4() : x(0), y(0), z(0), w(0) {} in UByte4() function