Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DANGLETest.h164 struct GLColor32F struct
166 constexpr GLColor32F() : GLColor32F(0.0f, 0.0f, 0.0f, 0.0f) {} in GLColor32F() function
167 constexpr GLColor32F(GLfloat r, GLfloat g, GLfloat b, GLfloat a) : R(r), G(g), B(b), A(a) {} in GLColor32F() argument
172 static constexpr GLColor32F kFloatBlack = {0.0f, 0.0f, 0.0f, 1.0f}; argument