Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/test_utils/
H A DANGLETest.h129 struct GLColor struct
131 constexpr GLColor() : R(0), G(0), B(0), A(0) {} in GLColor() function
132 constexpr GLColor(GLubyte r, GLubyte g, GLubyte b, GLubyte a) : R(r), G(g), B(b), A(a) {} in GLColor() argument
148 testing::AssertionResult ExpectNear(const GLColor &expected, const GLColor &err) const; argument
152 static const GLColor black; argument
153 static const GLColor blue; argument
154 static const GLColor cyan; argument
155 static const GLColor green; argument
156 static const GLColor red; argument
157 static const GLColor transparentBlack; argument
[all …]
H A DANGLETest.cpp236 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
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DGLColor.java19 public class GLColor { class
26 public GLColor(int red, int green, int blue, int alpha) { in GLColor() method in GLColor
33 public GLColor(int red, int green, int blue) { in GLColor() method in GLColor