Searched defs:CreateDevice (Results 1 - 10 of 10) sorted by relevance
| /third_party/mesa3d/include/d3dadapter/ |
| H A D | d3dadapter9.h | 47 HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface); member
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | Device.cpp | 96 CreateDevice(D3D10DDI_HADAPTER hAdapter, // IN in CreateDevice() function
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Device.cpp | 48 egl::Error Device::CreateDevice(EGLint deviceType, void *nativeDevice, Device **outDevice) in CreateDevice() function in egl::Device
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Adapter.cpp | 139 DeviceBase* AdapterBase::CreateDevice(const DawnDeviceDescriptor* descriptor) { in CreateDevice() function in dawn_native::AdapterBase
|
| H A D | DawnNative.cpp | 126 WGPUDevice Adapter::CreateDevice(const DawnDeviceDescriptor* deviceDescriptor) { in CreateDevice() function in dawn_native::Adapter
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | DeviceVk.cpp | 299 ResultOrError<VulkanDeviceKnobs> Device::CreateDevice(VkPhysicalDevice physicalDevice) { in CreateDevice() function in dawn_native::vulkan::Device
|
| H A D | VulkanFunctions.h | 54 PFN_vkCreateDevice CreateDevice = nullptr; member
|
| /third_party/vulkan-loader/loader/generated/ |
| H A D | vk_loader_extensions.h | 224 PFN_vkCreateDevice CreateDevice; member
|
| H A D | vk_layer_dispatch_table.h | 50 PFN_vkCreateDevice CreateDevice; member
|
| /third_party/mesa3d/include/D3D9/ |
| H A D | d3d9.h | 459 HRESULT (WINAPI *CreateDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface); member 506 HRESULT (WINAPI *CreateDevice)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface); member
|
Completed in 17 milliseconds