/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/skia/src/gpu/vk/ |
D | GrVkBackendContext.cpp | 138 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in Create()
|
D | GrVkInterface.cpp | 57 ACQUIRE_PROC(CreateDevice, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/external/skqp/src/gpu/vk/ |
D | GrVkBackendContext.cpp | 138 ACQUIRE_VK_PROC(CreateDevice, inst, VK_NULL_HANDLE); in Create()
|
D | GrVkInterface.cpp | 57 ACQUIRE_PROC(CreateDevice, instance, VK_NULL_HANDLE); in GrVkInterface()
|
/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/vulkan-validation-layers/demos/smoke/ |
D | Shell.cpp | 272 vk::assert_success(vk::CreateDevice(ctx_.physical_dev, &dev_info, nullptr, &ctx_.dev)); in create_dev()
|
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 127 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function
|
D | unique_objects.cpp | 166 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function
|
D | object_tracker_utils.cpp | 632 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateIn… in CreateDevice() function
|
D | core_validation.cpp | 2172 VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDeviceCreateInfo *pCreate… in CreateDevice() function 11852 {"vkCreateDevice", (void *)CreateDevice},
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 485 DECLARE_VK_PROC(CreateDevice); 594 ACQUIRE_INST_VK_PROC(CreateDevice); in init()
|
/external/vulkan-validation-layers/tests/ |
D | loader_validation_tests.cpp | 627 TEST(CreateDevice, ExtensionNotPresent) { in TEST() argument 681 TEST(CreateDevice, LayersNotPresent) { in TEST() argument
|
/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)
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 27 * [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
|
D | loader.c | 5222 PFN_vkCreateDevice fpCreateDevice = icd_term->dispatch.CreateDevice;
|