Searched defs:GLColor32F (Results 1 – 1 of 1) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | ANGLETest.h | 137 struct GLColor32F struct 139 constexpr GLColor32F() : GLColor32F(0.0f, 0.0f, 0.0f, 0.0f) {} in GLColor32F() argument 140 constexpr GLColor32F(GLfloat r, GLfloat g, GLfloat b, GLfloat a) : R(r), G(g), B(b), A(a) {} in GLColor32F() argument 145 static constexpr GLColor32F kFloatBlack = {0.0f, 0.0f, 0.0f, 1.0f}; argument
|