Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/test_utils/
H A DANGLETest.h117 struct GLColorR struct
119 constexpr GLColorR() : R(0) {} in GLColorR() argument
120 constexpr GLColorR(GLubyte r) : R(r) {} in GLColorR() function
123 const GLubyte *data() const { return &R; } in data()
124 GLubyte *data() { return &R; } in data()
126 GLubyte R;