#include <OgreD3D9Driver.h>
|
| D3D9Driver () |
|
| D3D9Driver (const D3D9Driver &ob) |
|
| D3D9Driver (unsigned int adapterNumber, const D3DCAPS9 &deviceCaps, const D3DADAPTER_IDENTIFIER9 &adapterIdentifer, const D3DDISPLAYMODE &desktopDisplayMode) |
|
| ~D3D9Driver () |
|
String | DriverDescription () const |
|
String | DriverName () const |
|
const D3DADAPTER_IDENTIFIER9 & | getAdapterIdentifier () const |
|
unsigned int | getAdapterNumber () const |
|
const D3DCAPS9 & | getD3D9DeviceCaps () const |
|
const D3DDISPLAYMODE & | getDesktopMode () const |
|
D3D9VideoModeList * | getVideoModeList () |
|
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
|
|
◆ D3D9Driver() [1/3]
Ogre::D3D9Driver::D3D9Driver |
( |
| ) |
|
◆ D3D9Driver() [2/3]
◆ D3D9Driver() [3/3]
◆ ~D3D9Driver()
Ogre::D3D9Driver::~D3D9Driver |
( |
| ) |
|
◆ DriverDescription()
String Ogre::D3D9Driver::DriverDescription |
( |
| ) |
const |
◆ DriverName()
String Ogre::D3D9Driver::DriverName |
( |
| ) |
const |
◆ getAdapterIdentifier()
◆ getAdapterNumber()
unsigned int Ogre::D3D9Driver::getAdapterNumber |
( |
| ) |
const |
|
inline |
◆ getD3D9DeviceCaps()
◆ getDesktopMode()
◆ getVideoModeList()
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info
The documentation for this class was generated from the following file: