Home
last modified time | relevance | path

Searched refs:getColorForIndex (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DDrawBuffersTest.cpp187 static GLColor getColorForIndex(unsigned int index) in getColorForIndex() function in DrawBuffersTest
204 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, getColorForIndex(index)); in verifyAttachment2D()
217 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, getColorForIndex(index)); in verifyAttachmentLayer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DDrawBuffersTest.cpp179 static GLColor getColorForIndex(unsigned int index) in getColorForIndex() function in DrawBuffersTest
206 verifyAttachment2DColor(index, texture, target, level, getColorForIndex(index)); in verifyAttachment2D()
215 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, getColorForIndex(index)); in verifyAttachment3DOES()
221 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 2, getWindowHeight() / 2, getColorForIndex(index)); in verifyAttachmentLayer()