Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp294 void DoFormatSamplingTest(FormatTestInfo formatInfo, in DoFormatSamplingTest() function in TextureFormatTest
324 DoFormatSamplingTest(formatInfo, textureData, expectedRenderData, in DoFloatFormatSamplingTest()
361 DoFormatSamplingTest(formatInfo, textureData, uncompressedData); in DoUnormTest()
391 DoFormatSamplingTest(formatInfo, textureData, uncompressedData); in DoUintTest()
406 DoFormatSamplingTest(formatInfo, textureData, uncompressedData); in DoSintTest()
464 DoFormatSamplingTest({wgpu::TextureFormat::BGRA8Unorm, 4, wgpu::TextureComponentType::Float, 4}, in TEST_P()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp337 void DoFormatSamplingTest(FormatTestInfo formatInfo, in DoFormatSamplingTest() function in TextureFormatTest
353 DoFormatSamplingTest(formatInfo, textureData, expectedRenderData, in DoFloatFormatSamplingTest()
381 DoFormatSamplingTest(formatInfo, textureData, uncompressedData); in DoUnormTest()
414 DoFormatSamplingTest(formatInfo, textureData, uncompressedData); in DoUintTest()
429 DoFormatSamplingTest(formatInfo, textureData, uncompressedData); in DoSintTest()
501 DoFormatSamplingTest({dawn::TextureFormat::BGRA8Unorm, 4, Float, 4}, textureData, in TEST_P()