Searched refs:kDefaultTextureHeight (Results 1 – 1 of 1) sorted by relevance
29 static constexpr uint64_t kDefaultTextureHeight = 1; variable61 wgpu::Extent3D textureSize = {kDefaultTextureWidth, kDefaultTextureHeight};401 const wgpu::Extent3D& copySize = {kDefaultTextureWidth, kDefaultTextureHeight}, in DoTest() argument489 wgpu::Extent3D copySize = {kDefaultTextureWidth, kDefaultTextureHeight}; in DoColorConversionTest()