Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DClipSpaceTests.cpp52 wgpu::Texture Create2DTextureForTest(wgpu::TextureFormat format) { in Create2DTextureForTest() function in ClipSpaceTest
69 wgpu::Texture colorTexture = Create2DTextureForTest(wgpu::TextureFormat::RGBA8Unorm); in TEST_P()
71 Create2DTextureForTest(wgpu::TextureFormat::Depth24PlusStencil8); in TEST_P()
DCullingTests.cpp59 wgpu::Texture Create2DTextureForTest(wgpu::TextureFormat format) { in Create2DTextureForTest() function in CullingTest
75 wgpu::Texture colorTexture = Create2DTextureForTest(wgpu::TextureFormat::RGBA8Unorm); in DoTest()