Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DANGLETest.h80 struct GLColorRGB struct
82 constexpr GLColorRGB() : R(0), G(0), B(0) {} in GLColorRGB() function
83 constexpr GLColorRGB(GLubyte r, GLubyte g, GLubyte b) : R(r), G(g), B(b) {} in GLColorRGB() argument
91 static const GLColorRGB black; argument
92 static const GLColorRGB blue; argument
93 static const GLColorRGB green; argument
94 static const GLColorRGB red; argument
95 static const GLColorRGB yellow; argument
DANGLETest.cpp218 GLColorRGB::GLColorRGB(const Vector3 &floatColor) in GLColorRGB() function in angle::GLColorRGB