Home
last modified time | relevance | path

Searched defs:CreateDevice (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/include/d3dadapter/
H A Dd3dadapter9.h47 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 DDevice.cpp96 CreateDevice(D3D10DDI_HADAPTER hAdapter, // IN in CreateDevice() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDevice.cpp48 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 DAdapter.cpp139 DeviceBase* AdapterBase::CreateDevice(const DawnDeviceDescriptor* descriptor) { in CreateDevice() function in dawn_native::AdapterBase
H A DDawnNative.cpp126 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 DDeviceVk.cpp299 ResultOrError<VulkanDeviceKnobs> Device::CreateDevice(VkPhysicalDevice physicalDevice) { in CreateDevice() function in dawn_native::vulkan::Device
H A DVulkanFunctions.h54 PFN_vkCreateDevice CreateDevice = nullptr; member
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.h224 PFN_vkCreateDevice CreateDevice; member
H A Dvk_layer_dispatch_table.h50 PFN_vkCreateDevice CreateDevice; member
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h459 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