• Home
  • Raw
  • Download

Lines Matching refs:Direct3D9

32 	Direct3D9::Direct3D9(int version, const HINSTANCE instance) : version(version), instance(instance)  in Direct3D9()  function in D3D9::Direct3D9
142 Direct3D9::~Direct3D9() in ~Direct3D9()
160 long Direct3D9::QueryInterface(const IID &iid, void **object) in QueryInterface()
178 unsigned long Direct3D9::AddRef() in AddRef()
185 unsigned long Direct3D9::Release() in Release()
192 …long Direct3D9::CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adap… in CheckDepthStencilMatch()
213 …long Direct3D9::CheckDeviceFormat(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapterFo… in CheckDeviceFormat()
727 …long Direct3D9::CheckDeviceFormatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT… in CheckDeviceFormatConversion()
748 …long Direct3D9::CheckDeviceMultiSampleType(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT … in CheckDeviceMultiSampleType()
803 …long Direct3D9::CheckDeviceType(unsigned int adapter, D3DDEVTYPE checkType, D3DFORMAT displayForma… in CheckDeviceType()
902 …long Direct3D9::CreateDevice(unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsign… in CreateDevice()
937 …long Direct3D9::EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDI… in EnumAdapterModes()
978 unsigned int Direct3D9::GetAdapterCount() in GetAdapterCount()
985 long Direct3D9::GetAdapterDisplayMode(unsigned int adapter, D3DDISPLAYMODE *mode) in GetAdapterDisplayMode()
1017 …long Direct3D9::GetAdapterIdentifier(unsigned int adapter, unsigned long flags, D3DADAPTER_IDENTIF… in GetAdapterIdentifier()
1135 unsigned int Direct3D9::GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) in GetAdapterModeCount()
1176 HMONITOR Direct3D9::GetAdapterMonitor(unsigned int adapter) in GetAdapterMonitor()
1185 long Direct3D9::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS9 *capabilities) in GetDeviceCaps()
1596 long Direct3D9::RegisterSoftwareDevice(void *initializeFunction) in RegisterSoftwareDevice()
1612 void Direct3D9::loadSystemD3D9() in loadSystemD3D9()