Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp77 static int GenerateTestPixelValue(uint32_t layer, uint32_t level) { in GenerateTestPixelValue() function in TextureViewSamplingTest
142 const int pixelValue = GenerateTestPixelValue(layer, level); in initTexture()
227 const int expected = GenerateTestPixelValue(textureViewBaseLayer, textureViewBaseMipLevel); in Texture2DViewTest()
270 expected += GenerateTestPixelValue(textureViewBaseLayer + i, textureViewBaseMipLevel); in Texture2DArrayViewTest()
338 int expected = GenerateTestPixelValue(textureViewBaseLayer + layer, 0); in TextureCubeMapTest()
378 const int expected = GenerateTestPixelValue(0, 0) + GenerateTestPixelValue(1, 0) + in TEST_P()
379 GenerateTestPixelValue(2, 0); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp98 static int GenerateTestPixelValue(uint32_t layer, uint32_t level) { in GenerateTestPixelValue() function in TextureViewSamplingTest
152 const int pixelValue = GenerateTestPixelValue(layer, level); in initTexture()
231 const int expected = GenerateTestPixelValue(textureViewBaseLayer, textureViewBaseMipLevel); in Texture2DViewTest()
273 expected += GenerateTestPixelValue(textureViewBaseLayer + i, textureViewBaseMipLevel); in Texture2DArrayViewTest()
343 int expected = GenerateTestPixelValue(textureViewBaseLayer + layer, 0); in TextureCubeMapTest()
381 GenerateTestPixelValue(0, 0) + GenerateTestPixelValue(1, 0) + GenerateTestPixelValue(2, 0); in TEST_P()