Home
last modified time | relevance | path

Searched refs:DoSampleTest (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DIOSurfaceWrappingTests.cpp237 void DoSampleTest(IOSurfaceRef ioSurface, in DoSampleTest() function in IOSurfaceUsageTests
381 DoSampleTest(ioSurface.get(), wgpu::TextureFormat::R8Unorm, &data, sizeof(data), in TEST_P()
402 DoSampleTest(ioSurface.get(), wgpu::TextureFormat::RG8Unorm, &data, sizeof(data), in TEST_P()
422 DoSampleTest(ioSurface.get(), wgpu::TextureFormat::BGRA8Unorm, &data, sizeof(data), in TEST_P()
441 DoSampleTest(ioSurface.get(), wgpu::TextureFormat::RGBA8Unorm, &data, sizeof(data), in TEST_P()
DTextureFormatTests.cpp184 void DoSampleTest(FormatTestInfo sampleFormatInfo, in DoSampleTest() function in TextureFormatTest
307 DoSampleTest(formatInfo, textureData.data(), textureData.size() * sizeof(TextureData), in DoFormatSamplingTest()
342 DoSampleTest(sampleFormatInfo, expandedTextureData.data(), in DoFormatRenderingTest()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DIOSurfaceWrappingTests.cpp230 void DoSampleTest(IOSurfaceRef ioSurface, in DoSampleTest() function in IOSurfaceUsageTests
377 DoSampleTest(ioSurface.get(), dawn::TextureFormat::R8Unorm, &data, sizeof(data), in TEST_P()
396 DoSampleTest(ioSurface.get(), dawn::TextureFormat::RG8Unorm, &data, sizeof(data), in TEST_P()
415 DoSampleTest(ioSurface.get(), dawn::TextureFormat::BGRA8Unorm, &data, sizeof(data), in TEST_P()
DTextureFormatTests.cpp242 void DoSampleTest(FormatTestInfo sampleFormatInfo, in DoSampleTest() function in TextureFormatTest
342 DoSampleTest(formatInfo, textureData.data(), textureData.size() * sizeof(TextureData), in DoFormatSamplingTest()
363 DoSampleTest(sampleFormatInfo, textureData.data(), textureData.size() * sizeof(TextureData), in DoFormatRenderingTest()