Searched refs:d3d9ex (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 29 d3d9ex = 0; in Direct3D9Ex() 75 if(d3d9ex) in RegisterSoftwareDevice() 77 return d3d9ex->RegisterSoftwareDevice(initializeFunction); in RegisterSoftwareDevice() 128 if(d3d9ex) in CheckDeviceType() 130 return d3d9ex->CheckDeviceType(adapter, checkType, displayFormat, backBufferFormat, windowed); in CheckDeviceType() 149 if(d3d9ex) in CheckDeviceFormat() 151 …return d3d9ex->CheckDeviceFormat(adapter, deviceType, adapterFormat, usage, resourceType, checkFor… in CheckDeviceFormat() 170 if(d3d9ex) in CheckDeviceMultiSampleType() 172 …return d3d9ex->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampl… in CheckDeviceMultiSampleType() 198 if(d3d9ex) in CheckDeviceFormatConversion() [all …]
|
D | Direct3DDevice9Ex.cpp | 53 …d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlag… in Direct3DDevice9Ex() argument 345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
|
D | Direct3D9Ex.hpp | 66 IDirect3D9Ex *d3d9ex; member in D3D9::Direct3D9Ex
|
D | Direct3DDevice9Ex.hpp | 50 …Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE … 195 Direct3D9Ex *const d3d9ex; member in D3D9::Direct3DDevice9Ex
|