/external/angle/src/tests/gl_tests/ |
D | SRGBFramebufferTest.cpp | 102 glUniform4fv(mColorLocation, 1, srgbColor.toNormalizedVector().data()); in TEST_P() 143 glUniform4fv(mColorLocation, 1, srgbColor.toNormalizedVector().data()); in TEST_P() 187 glUniform4fv(mColorLocation, 1, linearColor.toNormalizedVector().data()); in TEST_P() 225 glUniform4fv(mColorLocation, 1, srgbColor.toNormalizedVector().data()); in TEST_P() 278 glUniform4fv(mColorLocation, 1, srgbColor.toNormalizedVector().data()); in TEST_P()
|
D | DrawBuffersTest.cpp | 876 glUniform4fv(color0UniformLocation, 1, GLColor::red.toNormalizedVector().data()); in setupColorMaskForDrawBuffersTest() 877 glUniform4fv(color1UniformLocation, 1, GLColor::green.toNormalizedVector().data()); in setupColorMaskForDrawBuffersTest() 878 glUniform4fv(color2UniformLocation, 1, GLColor::yellow.toNormalizedVector().data()); in setupColorMaskForDrawBuffersTest() 917 glUniform4fv(color0UniformLocation, 1, GLColor::blue.toNormalizedVector().data()); in TEST_P() 918 glUniform4fv(color1UniformLocation, 1, GLColor::cyan.toNormalizedVector().data()); in TEST_P() 923 glUniform4fv(color0UniformLocation, 1, GLColor::magenta.toNormalizedVector().data()); in TEST_P() 924 glUniform4fv(color1UniformLocation, 1, GLColor::white.toNormalizedVector().data()); in TEST_P() 951 GLfloat *clearColor = GLColor::blue.toNormalizedVector().data(); in TEST_P() 968 GLfloat *clearColor = GLColor::blue.toNormalizedVector().data(); in TEST_P() 975 clearColor = GLColor::magenta.toNormalizedVector().data(); in TEST_P()
|
D | DiscardFramebufferEXTTest.cpp | 143 glUniform4fv(colorUniformLocation, 1, GLColor::cyan.toNormalizedVector().data()); in TEST_P() 205 glUniform4fv(colorUniformLocation, 1, GLColor::blue.toNormalizedVector().data()); in TEST_P() 224 glUniform4fv(colorUniformLocation, 1, GLColor::red.toNormalizedVector().data()); in TEST_P()
|
D | MultithreadingTest.cpp | 207 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P() 281 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P() 327 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P() 380 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P() 433 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P()
|
D | ClearTest.cpp | 746 angle::Vector4 clearColor = clearValues[0].toNormalizedVector(); in TEST_P() 754 clearColor = clearValues[i].toNormalizedVector(); in TEST_P() 822 glClearBufferfv(GL_COLOR, i, clearValues[i].toNormalizedVector().data()); in TEST_P() 881 angle::Vector4 clearColor = GLColor(31, 63, 127, 191).toNormalizedVector(); in TEST_P() 903 clearColor = GLColor(63, 127, 191, 31).toNormalizedVector(); in TEST_P() 931 clearColor = GLColor(127, 191, 31, 63).toNormalizedVector(); in TEST_P() 987 angle::Vector4 clearColor = GLColor(31, 63, 127, 191).toNormalizedVector(); in TEST_P() 1081 glClearBufferfv(GL_COLOR, 0, clearValuef.toNormalizedVector().data()); in TEST_P() 1205 angle::Vector4 clearValuefv = clearValuef.toNormalizedVector(); in TEST_P() 1881 Vector4 floatColor = color.toNormalizedVector(); in TEST_P() [all …]
|
D | VulkanMultithreadingTest.cpp | 177 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P()
|
D | ParallelShaderCompileTest.cpp | 238 auto normalizeColor = mColor.toNormalizedVector(); in runAndVerify()
|
D | IncompleteTextureTest.cpp | 389 glClearBufferfv(GL_COLOR, 0, clearColor.toNormalizedVector().data()); in TEST_P()
|
D | SixteenBppTextureTest.cpp | 29 const Vector4 &vecColor = glColor.toNormalizedVector(); in Convert565()
|
D | VulkanPerformanceCounterTest.cpp | 302 glUniform4fv(colorUniformLocation, 1, GLColor::blue.toNormalizedVector().data()); in TEST_P() 1809 glUniform4fv(colorUniformLocation, 1, GLColor::blue.toNormalizedVector().data()); in TEST_P() 1822 glUniform4fv(colorUniformLocation, 1, GLColor::red.toNormalizedVector().data()); in TEST_P() 2464 GLfloat *clearColor = GLColor::blue.toNormalizedVector().data(); in TEST_P()
|
D | WebGLFramebufferTest.cpp | 218 Vector4 vecColor = color.toNormalizedVector(); in drawUByteColorQuad()
|
D | RobustResourceInitTest.cpp | 2062 angle::Vector4 clearColor = clearColors[i].toNormalizedVector(); in TEST_P()
|
D | VertexAttributeTest.cpp | 3198 Vector4 clampedVec = randomColor.toNormalizedVector(); in TEST_P()
|
D | StateChangeTest.cpp | 704 const Vector4 &normalizedColor = color.toNormalizedVector(); in setUniformColor()
|
D | TextureTest.cpp | 2074 Vector4 clearColorF = faceColors[faceIndex].toNormalizedVector(); in TEST_P()
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.h | 129 angle::Vector4 toNormalizedVector() const;
|
D | ANGLETest.cpp | 266 Vector4 GLColor::toNormalizedVector() const in toNormalizedVector() function in angle::GLColor
|