|
| D3D9DeviceManager () |
|
| ~D3D9DeviceManager () |
|
void | destroyInactiveRenderDevices () |
|
D3D9Device * | getActiveDevice () |
|
D3D9Device * | getActiveRenderTargetDevice () |
|
D3D9Device * | getDevice (UINT index) |
|
UINT | getDeviceCount () |
|
D3D9Device * | getDeviceFromD3D9Device (IDirect3DDevice9 *d3d9Device) |
|
void | linkRenderWindow (D3D9RenderWindow *renderWindow) |
|
void | notifyOnDeviceDestroy (D3D9Device *device) |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new
|
|
void * | operator new[] (size_t sz) |
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info
|
|
void | setActiveDevice (D3D9Device *device) |
|
void | setActiveRenderTargetDevice (D3D9Device *device) |
|
Device manager interface.