Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.h162 struct GLColor16UI struct
164 constexpr GLColor16UI() : GLColor16UI(0, 0, 0, 0) {} in GLColor16UI() argument
165 constexpr GLColor16UI(GLushort r, GLushort g, GLushort b, GLushort a) : R(r), G(g), B(b), A(a) in GLColor16UI() function
168 GLushort R, G, B, A;