Home
last modified time | relevance | path

Searched refs:Create2DTextureForTest (Results 1 – 5 of 5) 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()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DClipSpaceTests.cpp57 dawn::Texture Create2DTextureForTest(dawn::TextureFormat format) { in Create2DTextureForTest() function in ClipSpaceTest
75 dawn::Texture colorTexture = Create2DTextureForTest(dawn::TextureFormat::RGBA8Unorm); in TEST_P()
77 Create2DTextureForTest(dawn::TextureFormat::Depth24PlusStencil8); in TEST_P()
DViewportTests.cpp66 dawn::Texture Create2DTextureForTest(dawn::TextureFormat format) { in Create2DTextureForTest() function in ViewportTest
103 dawn::Texture colorTexture1 = Create2DTextureForTest(dawn::TextureFormat::RGBA8Unorm); in DoTest()
105 Create2DTextureForTest(dawn::TextureFormat::Depth24PlusStencil8); in DoTest()
107 dawn::Texture colorTexture2 = Create2DTextureForTest(dawn::TextureFormat::RGBA8Unorm); in DoTest()
109 Create2DTextureForTest(dawn::TextureFormat::Depth24PlusStencil8); in DoTest()
DCullingTests.cpp61 dawn::Texture Create2DTextureForTest(dawn::TextureFormat format) { in Create2DTextureForTest() function in CullingTest
78 dawn::Texture colorTexture = Create2DTextureForTest(dawn::TextureFormat::RGBA8Unorm); in DoTest()