#include <OgreD3D9Driver.h>
Public Member Functions | |
D3D9Driver () | |
D3D9Driver (const D3D9Driver &ob) | |
D3D9Driver (unsigned int adapterNumber, const D3DCAPS9 &deviceCaps, const D3DADAPTER_IDENTIFIER9 &adapterIdentifer, const D3DDISPLAYMODE &desktopDisplayMode) | |
~D3D9Driver () | |
const D3DCAPS9 & | getD3D9DeviceCaps () const |
String | DriverName () const |
String | DriverDescription () const |
unsigned int | getAdapterNumber () const |
const D3DADAPTER_IDENTIFIER9 & | getAdapterIdentifier () const |
const D3DDISPLAYMODE & | getDesktopMode () const |
D3D9VideoModeList * | getVideoModeList () |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Private Attributes | |
unsigned int | mAdapterNumber |
D3DCAPS9 | mD3D9DeviceCaps |
D3DADAPTER_IDENTIFIER9 | mAdapterIdentifier |
D3DDISPLAYMODE | mDesktopDisplayMode |
D3D9VideoModeList * | mVideoModeList |
Definition at line 40 of file OgreD3D9Driver.h.
Ogre::D3D9Driver::D3D9Driver | ( | const D3D9Driver & | ob | ) |
Ogre::D3D9Driver::D3D9Driver | ( | unsigned int | adapterNumber, |
const D3DCAPS9 & | deviceCaps, | ||
const D3DADAPTER_IDENTIFIER9 & | adapterIdentifer, | ||
const D3DDISPLAYMODE & | desktopDisplayMode | ||
) |
String Ogre::D3D9Driver::DriverDescription | ( | ) | const |
String Ogre::D3D9Driver::DriverName | ( | ) | const |
const D3DADAPTER_IDENTIFIER9& Ogre::D3D9Driver::getAdapterIdentifier | ( | ) | const |
Definition at line 59 of file OgreD3D9Driver.h.
unsigned int Ogre::D3D9Driver::getAdapterNumber | ( | ) | const |
Definition at line 58 of file OgreD3D9Driver.h.
const D3DCAPS9& Ogre::D3D9Driver::getD3D9DeviceCaps | ( | ) | const |
Definition at line 54 of file OgreD3D9Driver.h.
const D3DDISPLAYMODE& Ogre::D3D9Driver::getDesktopMode | ( | ) | const |
Definition at line 60 of file OgreD3D9Driver.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr | ) | [inherited] |
Definition at line 95 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, |
void * | |||
) | [inherited] |
Definition at line 101 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, |
const char * | , | ||
int | , | ||
const char * | |||
) | [inherited] |
Definition at line 107 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr | ) | [inherited] |
Definition at line 112 of file OgreMemoryAllocatedObject.h.
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr, |
const char * | , | ||
int | , | ||
const char * | |||
) | [inherited] |
Definition at line 118 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, |
const char * | file, | ||
int | line, | ||
const char * | func | ||
) | [inherited] |
operator new, with debug line info
Definition at line 67 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz | ) | [inherited] |
Definition at line 72 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, |
void * | ptr | ||
) | [inherited] |
placement operator new
Definition at line 78 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz, |
const char * | file, | ||
int | line, | ||
const char * | func | ||
) | [inherited] |
array operator new, with debug line info
Definition at line 85 of file OgreMemoryAllocatedObject.h.
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz | ) | [inherited] |
Definition at line 90 of file OgreMemoryAllocatedObject.h.
D3DADAPTER_IDENTIFIER9 Ogre::D3D9Driver::mAdapterIdentifier [private] |
Definition at line 71 of file OgreD3D9Driver.h.
unsigned int Ogre::D3D9Driver::mAdapterNumber [private] |
Definition at line 65 of file OgreD3D9Driver.h.
D3DCAPS9 Ogre::D3D9Driver::mD3D9DeviceCaps [private] |
Definition at line 68 of file OgreD3D9Driver.h.
D3DDISPLAYMODE Ogre::D3D9Driver::mDesktopDisplayMode [private] |
Definition at line 74 of file OgreD3D9Driver.h.
Definition at line 77 of file OgreD3D9Driver.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 2012 21:49:15