Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBindGroupValidationTests.cpp360 wgpu::ExternalTextureDescriptor errorExternalDesciptor; in TEST_F() local
361 errorExternalDesciptor.plane0 = texture.CreateView(); in TEST_F()
362 errorExternalDesciptor.format = wgpu::TextureFormat::R8Uint; in TEST_F()
366 device.CreateExternalTexture(&errorExternalDesciptor)); in TEST_F()