Searched refs:CreateExternalTexture (Results 1 – 10 of 10) sorted by relevance
65 device.CreateExternalTexture(&externalDesc); in TEST_F()77 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()89 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()101 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()114 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()126 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()138 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()158 ASSERT_DEVICE_ERROR(device.CreateExternalTexture(&externalDesc)); in TEST_F()171 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F()223 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F()[all …]
236 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&descriptor); in TEST_F()243 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&descriptor); in TEST_F()252 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&descriptor); in TEST_F()
63 mExternalTexture = device.CreateExternalTexture(&externalTextureDesc); in SetUp()315 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F()366 device.CreateExternalTexture(&errorExternalDesciptor)); in TEST_F()377 wgpu::ExternalTexture externalTexture2 = device.CreateExternalTexture(&externalDesc); in TEST_F()
59 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_P()112 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_P()
109 Ref<TextureBase> texture = backendDevice->CreateExternalTexture( in ProduceTexture()
131 Ref<TextureBase> CreateExternalTexture(const TextureDescriptor* descriptor,
533 Ref<TextureBase> Device::CreateExternalTexture( in CreateExternalTexture() function in dawn_native::d3d12::Device
292 DAWN_ASSERT_AND_ASSIGN(externalTexture, mDevice.CreateExternalTexture(&desc)); in TEST_F()641 DAWN_ASSERT_AND_ASSIGN(externalTexture, mDevice.CreateExternalTexture(&desc)); in TEST_F()
207 ResultOrError<Ref<ExternalTextureBase>> CreateExternalTexture(
1135 if (ConsumedError(CreateExternalTexture(descriptor), &result, in APICreateExternalTexture()1385 ResultOrError<Ref<ExternalTextureBase>> DeviceBase::CreateExternalTexture( in CreateExternalTexture() function in dawn_native::DeviceBase