Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DTextureTest.cpp27 GLColor SliceFormatColor(GLenum format, GLColor full) in SliceFormatColor() function
6132 SliceFormatColor(format, GLColor(expectedValue, expectedValue, in testNorm16Texture()
6491 EXPECT_PIXEL_COLOR_EQ(0, 0, SliceFormatColor(format, GLColor(255u, 255u, 255u, 255u))); in testRGRender()
6514 SliceFormatColor(GL_RED_EXT, GLColor(pixelValue, pixelValue, pixelValue, pixelValue))); in TEST_P()
6519 SliceFormatColor(GL_RG_EXT, GLColor(pixelValue, pixelValue, pixelValue, pixelValue))); in TEST_P()
6536 testRGTexture(SliceFormatColor(GL_RED_EXT, expectedColor)); in TEST_P()
6539 testRGTexture(SliceFormatColor(GL_RG_EXT, expectedColor)); in TEST_P()
6556 testRGTexture(SliceFormatColor(GL_RED_EXT, expectedColor)); in TEST_P()
6559 testRGTexture(SliceFormatColor(GL_RG_EXT, expectedColor)); in TEST_P()
6648 EXPECT_PIXEL_COLOR_NEAR(0, 0, SliceFormatColor(format, expectedValue), kPixelTolerance); in testFloatTextureSample()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DTextureTest.cpp19 GLColor SliceFormatColor(GLenum format, GLColor full) in SliceFormatColor() function
3307 0, 0, SliceFormatColor( in testNorm16Texture()
3338 0, 0, SliceFormatColor( in testNorm16Render()
3353 EXPECT_PIXEL_COLOR_EQ(0, 0, SliceFormatColor(format, GLColor::white)); in testNorm16Render()