/external/swiftshader/src/D3D9/ |
Direct3D9Ex.cpp | 29 d3d9ex = 0; 75 if(d3d9ex) 77 return d3d9ex->RegisterSoftwareDevice(initializeFunction); 128 if(d3d9ex) 130 return d3d9ex->CheckDeviceType(adapter, checkType, displayFormat, backBufferFormat, windowed); 149 if(d3d9ex) 151 return d3d9ex->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFormat); 170 if(d3d9ex) 172 return d3d9ex->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevels); 198 if(d3d9ex) [all...] |
Direct3D9Ex.hpp | 66 IDirect3D9Ex *d3d9ex; member in class:D3D9::Direct3D9Ex
|
Direct3DDevice9Ex.hpp | 50 Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters); 195 Direct3D9Ex *const d3d9ex; member in class:D3D9::Direct3DDevice9Ex
|
Direct3DDevice9Ex.cpp | 53 Direct3DDevice9Ex::Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags, D3DPRESENT_PARAMETERS *presentParameters) : Direct3DDevice9(instance, d3d9ex, adapter, deviceType, focusWindow, behaviourFlags, presentParameters), d3d9ex(d3d9ex) 345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d9types.h | 116 /* Parts added with d3d9ex */ 218 #define D3DPRESENTFLAG_NOAUTOROTATE 0x00000020 /* d3d9ex, ignore display rotation */ 219 #define D3DPRESENTFLAG_UNPRUNEDMODE 0x00000040 /* d3d9ex, specify invalid display modes */ [all...] |