Searched defs:copyDst (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | VideoViewsValidationTests.cpp | 128 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture(dstTexture, 0, {0, 0, 0}); in TEST_F() local 148 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture( in TEST_F() local 181 wgpu::ImageCopyBuffer copyDst = utils::CreateImageCopyBuffer(dstBuffer, 0, 4); in TEST_F() local 203 wgpu::ImageCopyBuffer copyDst = utils::CreateImageCopyBuffer(dstBuffer, 0, 4); in TEST_F() local 235 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture(dstTexture, 0, {0, 0, 0}); TEST_F() local 256 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture( TEST_F() local [all...] |
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | State.cs | 88 internal int copyDst;
field in Org.Brotli.Dec.State
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | D3D12ResourceWrappingTests.cpp | 310 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture(destination, 0, {0, 0, 0}); in SimpleCopyTextureToTexture() local
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsDmaBuf.cpp | 357 wgpu::ImageCopyTexture copyDst = in SimpleCopyTextureToTexture() local 551 wgpu::ImageCopyBuffer copyDst = utils::CreateImageCopyBuffer(copyDstBuffer, 0, 256); in TEST_P() local 604 wgpu::ImageCopyTexture copyDst = in TEST_P() local 835 wgpu::ImageCopyTexture copyDst = in TEST_P() local 862 wgpu::ImageCopyBuffer copyDst = in TEST_P() local [all...] |
H A D | VulkanImageWrappingTestsOpaqueFD.cpp | 460 wgpu::ImageCopyTexture copyDst; in SimpleCopyTextureToTexture() local 657 wgpu::ImageCopyBuffer copyDst = utils::CreateImageCopyBuffer(copyDstBuffer, 0, 256); in TEST_P() local 710 wgpu::ImageCopyTexture copyDst = in TEST_P() local 962 wgpu::ImageCopyTexture copyDst in TEST_P() local 992 wgpu::ImageCopyBuffer copyDst = TEST_P() local [all...] |
Completed in 7 milliseconds