Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp379 wgpu::CommandBuffer testCommands; in CheckResultInBuiltInComputePipeline() local
389 testCommands = encoder.Finish(); in CheckResultInBuiltInComputePipeline()
391 this->device.GetQueue().Submit(1, &testCommands); in CheckResultInBuiltInComputePipeline()