Home
last modified time | relevance | path

Searched refs:CreateDevice (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h47 …HRESULT (WINAPI *CreateDevice)(ID3DAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND h…
68 #define ID3DAdapter9_CreateDevice(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f,g,h)
82 …HRESULT WINAPI CreateDevice(UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD Beha…
/external/swiftshader/src/D3D8/
DDirect3D8.hpp45 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
DDirect3D8.cpp555 …long Direct3D8::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsign… in CreateDevice() function in D3D8::Direct3D8
565 …return d3d8->CreateDevice(adapter, deviceType, focusWindow, behaviorFlags, presentParameters, retu… in CreateDevice()
569 …return CreateDevice(adapter, D3DDEVTYPE_HAL, focusWindow, behaviorFlags, presentParameters, return… in CreateDevice()
/external/swiftshader/src/D3D9/
DDirect3D9.hpp53 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
DDirect3D9Ex.hpp53 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
DDirect3D9Ex.cpp246 …long Direct3D9Ex::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsi… in CreateDevice() function in D3D9::Direct3D9Ex
DDirect3D9.cpp902 …long Direct3D9::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsign… in CreateDevice() function in D3D9::Direct3D9
912 …return d3d9->CreateDevice(adapter, deviceType, focusWindow, behaviorFlags, presentParameters, retu… in CreateDevice()
916 …return CreateDevice(adapter, D3DDEVTYPE_HAL, focusWindow, behaviorFlags, presentParameters, return… in CreateDevice()
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc99 if (d3d_->CreateDevice(D3DADAPTER_DEFAULT, in Init()
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp138 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in Create()
DGrVkInterface.cpp57 ACQUIRE_PROC(CreateDevice, instance, VK_NULL_HANDLE); in GrVkInterface()
/external/skqp/src/gpu/vk/
DGrVkBackendContext.cpp138 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in Create()
DGrVkInterface.cpp57 ACQUIRE_PROC(CreateDevice, instance, VK_NULL_HANDLE); in GrVkInterface()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc383 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, in InitializeD3D()
389 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_REF, in InitializeD3D()
/external/vulkan-validation-layers/demos/smoke/
DShell.cpp272 vk::assert_success(vk::CreateDevice(ctx_.physical_dev, &dev_info, nullptr, &ctx_.dev)); in create_dev()
/external/vulkan-validation-layers/layers/
Dthreading.cpp127 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function
Dunique_objects.cpp166 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function
Dobject_tracker_utils.cpp632 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateIn… in CreateDevice() function
Dcore_validation.cpp2172 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function
11852 {"vkCreateDevice", (void *)CreateDevice},
/external/skqp/tests/
DVkHardwareBufferTest.cpp485 DECLARE_VK_PROC(CreateDevice);
594 ACQUIRE_INST_VK_PROC(CreateDevice); in init()
/external/vulkan-validation-layers/tests/
Dloader_validation_tests.cpp627 TEST(CreateDevice, ExtensionNotPresent) { in TEST() argument
681 TEST(CreateDevice, LayersNotPresent) { in TEST() argument
/external/swiftshader/include/Direct3D/
Dd3d8.h185 …STDMETHOD(CreateDevice)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,HWND hFocusWindow,DWORD BehaviorF… in DECLARE_INTERFACE_() local
206 #define IDirect3D8_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
223 #define IDirect3D8_CreateDevice(p,a,b,c,d,e,f) (p)->CreateDevice(a,b,c,d,e,f)
/external/mesa3d/include/D3D9/
Dd3d9.h98 …virtual HRESULT WINAPI CreateDevice(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD …
459 …HRESULT (WINAPI *CreateDevice)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusW…
484 #define IDirect3D9_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
506 …HRESULT (WINAPI *CreateDevice)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocu…
537 #define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->CreateDevice(p,a,b,c,d,e,f)
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md27 * [Example Code for CreateDevice](#example-code-for-createdevice)
773 * [Example Code for CreateDevice](#example-code-for-createdevice)
1310 - For CreateDevice get the next entity's `vkCreateDevice` by calling the
1360 #### Example Code for CreateDevice
Dloader.c5222 PFN_vkCreateDevice fpCreateDevice = icd_term->dispatch.CreateDevice;