Home
last modified time | relevance | path

Searched defs:backendDevice (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp32 Device* backendDevice = ToBackend(FromAPI(device)); in GetInstance() local
38 Device* backendDevice = ToBackend(FromAPI(device)); in GetInstanceProcAddr() local
46 Device* backendDevice = ToBackend(FromAPI(device)); in CreateNativeSwapChainImpl() local
89 Device* backendDevice = ToBackend(FromAPI(device)); in WrapVulkanImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Backend.cpp36 Device* backendDevice = ToBackend(FromAPI(device)); in CreateNativeSwapChainImpl() local
79 Device* backendDevice = ToBackend(FromAPI(device)); in ProduceTexture() local
122 Device* backendDevice = ToBackend(FromAPI(device)); in Create() local
168 Device* backendDevice = ToBackend(FromAPI(device)); in SetExternalMemoryReservation() local
DD3D11on12Util.cpp113 Device* backendDevice = reinterpret_cast<Device*>(device); in GetOrCreateD3D11on12Resource() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLBackend.cpp37 Device* backendDevice = ToBackend(FromAPI(device)); in CreateNativeSwapChainImpl() local
59 Device* backendDevice = ToBackend(FromAPI(device)); in WrapExternalEGLImage() local
/third_party/skia/third_party/externals/dawn/src/utils/
DWireHelper.cpp88 std::pair<wgpu::Device, WGPUDevice> RegisterDevice(WGPUDevice backendDevice) override { in RegisterDevice()
132 std::pair<wgpu::Device, WGPUDevice> RegisterDevice(WGPUDevice backendDevice) override { in RegisterDevice()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.h141 WGPUDevice backendDevice; variable
DValidationTest.cpp151 wgpu::Device ValidationTest::RegisterDevice(WGPUDevice backendDevice) { in RegisterDevice()
/third_party/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp130 WGPUDevice backendDevice = backendAdapter.CreateDevice(); in CreateCppDawnDevice() local
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h342 WGPUDevice backendDevice = nullptr; variable