Home
last modified time | relevance | path

Searched refs:toNormalizedVector (Results 1 – 17 of 17) sorted by relevance

/external/angle/src/tests/gl_tests/
DSRGBFramebufferTest.cpp102 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()
DDrawBuffersTest.cpp876 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()
DDiscardFramebufferEXTTest.cpp143 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()
DMultithreadingTest.cpp207 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()
DClearTest.cpp746 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 …]
DVulkanMultithreadingTest.cpp177 const angle::Vector4 floatColor = color.toNormalizedVector(); in TEST_P()
DParallelShaderCompileTest.cpp238 auto normalizeColor = mColor.toNormalizedVector(); in runAndVerify()
DIncompleteTextureTest.cpp389 glClearBufferfv(GL_COLOR, 0, clearColor.toNormalizedVector().data()); in TEST_P()
DSixteenBppTextureTest.cpp29 const Vector4 &vecColor = glColor.toNormalizedVector(); in Convert565()
DVulkanPerformanceCounterTest.cpp302 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()
DWebGLFramebufferTest.cpp218 Vector4 vecColor = color.toNormalizedVector(); in drawUByteColorQuad()
DRobustResourceInitTest.cpp2062 angle::Vector4 clearColor = clearColors[i].toNormalizedVector(); in TEST_P()
DVertexAttributeTest.cpp3198 Vector4 clampedVec = randomColor.toNormalizedVector(); in TEST_P()
DStateChangeTest.cpp704 const Vector4 &normalizedColor = color.toNormalizedVector(); in setUniformColor()
DTextureTest.cpp2074 Vector4 clearColorF = faceColors[faceIndex].toNormalizedVector(); in TEST_P()
/external/angle/src/tests/test_utils/
DANGLETest.h129 angle::Vector4 toNormalizedVector() const;
DANGLETest.cpp266 Vector4 GLColor::toNormalizedVector() const in toNormalizedVector() function in angle::GLColor