Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DExternalTextureTests.cpp65 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 …]
DLabelTests.cpp236 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()
DBindGroupValidationTests.cpp63 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()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DExternalTextureTests.cpp59 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_P()
112 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Backend.cpp109 Ref<TextureBase> texture = backendDevice->CreateExternalTexture( in ProduceTexture()
DDeviceD3D12.h131 Ref<TextureBase> CreateExternalTexture(const TextureDescriptor* descriptor,
DDeviceD3D12.cpp533 Ref<TextureBase> Device::CreateExternalTexture( in CreateExternalTexture() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp292 DAWN_ASSERT_AND_ASSIGN(externalTexture, mDevice.CreateExternalTexture(&desc)); in TEST_F()
641 DAWN_ASSERT_AND_ASSIGN(externalTexture, mDevice.CreateExternalTexture(&desc)); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h207 ResultOrError<Ref<ExternalTextureBase>> CreateExternalTexture(
DDevice.cpp1135 if (ConsumedError(CreateExternalTexture(descriptor), &result, in APICreateExternalTexture()
1385 ResultOrError<Ref<ExternalTextureBase>> DeviceBase::CreateExternalTexture( in CreateExternalTexture() function in dawn_native::DeviceBase