Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp299 wgpu::Texture CreateAndInitTexture(const TextureSpec& spec, in CreateAndInitTexture() function in CopyTextureForBrowserTests
417 CreateAndInitTexture(srcSpec, srcUsage, srcCopyLayout, srcTextureArrayCopyData.data(),
444 dstTexture = CreateAndInitTexture(dstSpec, dstUsage, dstCopyLayout,
525 wgpu::Texture srcTexture = CreateAndInitTexture( in DoColorConversionTest()