/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 47 …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/ |
D | Direct3D8.hpp | 45 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
|
D | Direct3D8.cpp | 555 …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/ |
D | Direct3D9.hpp | 53 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
|
D | Direct3D9Ex.hpp | 53 …long __stdcall CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigne…
|
D | Direct3D9Ex.cpp | 246 …long Direct3D9Ex::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsi… in CreateDevice() function in D3D9::Direct3D9Ex
|
D | Direct3D9.cpp | 902 …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/ |
D | d3d_renderer.cc | 99 if (d3d_->CreateDevice(D3DADAPTER_DEFAULT, in Init()
|
/external/skqp/tests/ |
D | VkPriorityExtensionTest.cpp | 126 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/external/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 126 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 383 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, in InitializeD3D() 389 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_REF, in InitializeD3D()
|
/external/skqp/tools/gpu/vk/ |
D | VkTestUtils.cpp | 495 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 499 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/external/skqp/src/gpu/vk/ |
D | GrVkInterface.cpp | 44 ACQUIRE_PROC(CreateDevice, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 44 ACQUIRE_PROC(CreateDevice, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 613 vk(CreateDevice(phy_device,&device_info,NULL,&device)); in main()
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 613 vk(CreateDevice(phy_device,&device_info,NULL,&device)); in main()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 185 …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/ |
D | d3d9.h | 98 …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)
|