Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/test_utils/
H A DANGLETest.h87 struct GLColorRGB struct
89 constexpr GLColorRGB() : R(0), G(0), B(0) {} in GLColorRGB() function
90 constexpr GLColorRGB(GLubyte r, GLubyte g, GLubyte b) : R(r), G(g), B(b) {} in GLColorRGB() function
98 static const GLColorRGB black; argument
99 static const GLColorRGB blue; argument
100 static const GLColorRGB green; argument
101 static const GLColorRGB red; argument
102 static const GLColorRGB yellow; argument
H A DANGLETest.cpp232 GLColorRGB::GLColorRGB(const Vector3 &floatColor) in GLColorRGB() function in angle::GLColorRGB