Home
last modified time | relevance | path

Searched defs:RegisterDevice (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DWireHelper.cpp88 std::pair<wgpu::Device, WGPUDevice> RegisterDevice(WGPUDevice backendDevice) override { in RegisterDevice() function in utils::__anon84310b510111::WireHelperDirect
132 std::pair<wgpu::Device, WGPUDevice> RegisterDevice(WGPUDevice backendDevice) override { in RegisterDevice() function in utils::__anon84310b510111::WireHelperProxy
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp151 wgpu::Device ValidationTest::RegisterDevice(WGPUDevice backendDevice) { in RegisterDevice() function in ValidationTest