Home
last modified time | relevance | path

Searched defs:CreateDevice (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp555 …long Direct3D8::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsign… in CreateDevice() function in D3D8::Direct3D8
/external/swiftshader/src/D3D9/
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
/external/swiftshader/include/Direct3D/
Dd3d8.h185 …STDMETHOD(CreateDevice)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,HWND hFocusWindow,DWORD BehaviorF… in DECLARE_INTERFACE_() local