Searched defs:GLColorRGB (Results 1 – 2 of 2) sorted by relevance
87 struct GLColorRGB struct89 constexpr GLColorRGB() : R(0), G(0), B(0) {} in GLColorRGB() function90 constexpr GLColorRGB(GLubyte r, GLubyte g, GLubyte b) : R(r), G(g), B(b) {} in GLColorRGB() function98 static const GLColorRGB black; argument99 static const GLColorRGB blue; argument100 static const GLColorRGB green; argument101 static const GLColorRGB red; argument102 static const GLColorRGB yellow; argument
232 GLColorRGB::GLColorRGB(const Vector3 &floatColor) in GLColorRGB() function in angle::GLColorRGB