OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateDevice
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
Device.cpp
87
*
CreateDevice
--
89
* The
CreateDevice
function creates a graphics context that is
96
CreateDevice
(D3D10DDI_HADAPTER hAdapter, // IN
/xsrc/external/mit/MesaLib/dist/include/d3dadapter/
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);
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 BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
/xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/
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);
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 BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationFactory, IDirect3DDevice9 **ppReturnedDeviceInterface);
/xsrc/external/mit/MesaLib/dist/include/D3D9/
d3d9.h
98
virtual HRESULT WINAPI
CreateDevice
(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface) = 0;
459
HRESULT (WINAPI *
CreateDevice
)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
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 hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
537
#define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->
CreateDevice
(p,a,b,c,d,e,f)
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
d3d9.h
98
virtual HRESULT WINAPI
CreateDevice
(UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface) = 0;
459
HRESULT (WINAPI *
CreateDevice
)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
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 hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DDevice9 **ppReturnedDeviceInterface);
537
#define IDirect3D9Ex_CreateDevice(p,a,b,c,d,e,f) (p)->lpVtbl->
CreateDevice
(p,a,b,c,d,e,f)
Completed in 59 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026