Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/test_utils/
H A DANGLETest.h164 struct GLColorT struct
166 constexpr GLColorT() : GLColorT(0, 0, 0, 0) {} in GLColorT() argument
167 constexpr GLColorT(T r, T g, T b, T a) : R(r), G(g), B(b), A(a) {} in GLColorT() function
172 using GLColor16 = GLColorT<uint16_t>; argument