Home
last modified time | relevance | path

Searched refs:d3d9ex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp29 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 …]
DDirect3DDevice9Ex.cpp53d3d9ex, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlag… in Direct3DDevice9Ex() argument
345 return d3d9ex->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
DDirect3D9Ex.hpp66 IDirect3D9Ex *d3d9ex; member in D3D9::Direct3D9Ex
DDirect3DDevice9Ex.hpp50 …Direct3DDevice9Ex(const HINSTANCE instance, Direct3D9Ex *d3d9ex, unsigned int adapter, D3DDEVTYPE …
195 Direct3D9Ex *const d3d9ex; member in D3D9::Direct3DDevice9Ex