Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanBackend.cpp31 Device* backendDevice = reinterpret_cast<Device*>(device); in GetInstance() local
39 Device* backendDevice = reinterpret_cast<Device*>(device); in CreateNativeSwapChainImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Backend.cpp27 Device* backendDevice = reinterpret_cast<Device*>(device); in CreateNativeSwapChainImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLBackend.cpp33 Device* backendDevice = reinterpret_cast<Device*>(device); in CreateNativeSwapChainImpl() local
/third_party/flutter/skia/third_party/externals/dawn/examples/
DSampleUtils.cpp101 DawnDevice backendDevice = backendAdapter.CreateDevice(); in CreateCppDawnDevice() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.h173 DawnDevice backendDevice = nullptr; variable