Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DANGLETest.h79 struct GLColorRGB struct
81 constexpr GLColorRGB() : R(0), G(0), B(0) {} in GLColorRGB() function
82 constexpr GLColorRGB(GLubyte r, GLubyte g, GLubyte b) : R(r), G(g), B(b) {} in GLColorRGB() argument
90 static const GLColorRGB black; argument
91 static const GLColorRGB blue; argument
92 static const GLColorRGB green; argument
93 static const GLColorRGB red; argument
94 static const GLColorRGB yellow; argument
DANGLETest.cpp179 GLColorRGB::GLColorRGB(const Vector3 &floatColor) in GLColorRGB() function in angle::GLColorRGB