Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp29 static constexpr uint64_t kDefaultTextureHeight = 1; variable
61 wgpu::Extent3D textureSize = {kDefaultTextureWidth, kDefaultTextureHeight};
401 const wgpu::Extent3D& copySize = {kDefaultTextureWidth, kDefaultTextureHeight}, in DoTest() argument
489 wgpu::Extent3D copySize = {kDefaultTextureWidth, kDefaultTextureHeight}; in DoColorConversionTest()