Home
last modified time | relevance | path

Searched defs:GLColor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.h95 struct GLColor struct
97 constexpr GLColor() : R(0), G(0), B(0), A(0) {} in GLColor() argument
98 constexpr GLColor(GLubyte r, GLubyte g, GLubyte b, GLubyte a) : R(r), G(g), B(b), A(a) {} in GLColor() function
111 testing::AssertionResult ExpectNear(const GLColor &expected, const GLColor &err) const; argument
115 static const GLColor black; argument
116 static const GLColor blue; argument
117 static const GLColor cyan; argument
118 static const GLColor green; argument
119 static const GLColor red; argument
120 static const GLColor transparentBlack; argument
[all …]
DANGLETest.cpp183 GLColor::GLColor(const Vector4 &floatColor) in GLColor() function in angle::GLColor
190 GLColor::GLColor(GLuint colorValue) : R(0), G(0), B(0), A(0) in GLColor() function in angle::GLColor
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.h129 struct GLColor struct
131 constexpr GLColor() : R(0), G(0), B(0), A(0) {} in GLColor() argument
132 constexpr GLColor(GLubyte r, GLubyte g, GLubyte b, GLubyte a) : R(r), G(g), B(b), A(a) {} in GLColor() function
147 testing::AssertionResult ExpectNear(const GLColor &expected, const GLColor &err) const; argument
151 static const GLColor black; argument
152 static const GLColor blue; argument
153 static const GLColor cyan; argument
154 static const GLColor green; argument
155 static const GLColor red; argument
156 static const GLColor transparentBlack; argument
[all …]
DANGLETest.cpp227 GLColor::GLColor(const Vector4 &floatColor) in GLColor() function in angle::GLColor
234 GLColor::GLColor(GLuint colorValue) : R(0), G(0), B(0), A(0) in GLColor() function in angle::GLColor