Searched defs:GLColor (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/tests/test_utils/ |
D | ANGLETest.h | 130 struct GLColor struct 132 constexpr GLColor() : R(0), G(0), B(0), A(0) {} in GLColor() function 133 constexpr GLColor(GLubyte r, GLubyte g, GLubyte b, GLubyte a) : R(r), G(g), B(b), A(a) {} in GLColor() function 149 testing::AssertionResult ExpectNear(const GLColor &expected, const GLColor &err) const; argument 153 static const GLColor black; argument 154 static const GLColor blue; argument 155 static const GLColor cyan; argument 156 static const GLColor green; argument 157 static const GLColor red; argument 158 static const GLColor transparentBlack; argument [all …]
|
D | ANGLETest.cpp | 236 GLColor::GLColor(const Vector3 &floatColor) in GLColor() function in angle::GLColor 243 GLColor::GLColor(const Vector4 &floatColor) in GLColor() function in angle::GLColor 250 GLColor::GLColor(GLuint colorValue) : R(0), G(0), B(0), A(0) in GLColor() function in angle::GLColor
|