|  | 
| static PixelFormat | _getClosestSupportedPF (PixelFormat ogrePF) | 
|  | utility method, find closest Ogre pixel format that D3D9 can support 
 | 
|  | 
| static PixelFormat | _getPF (D3DFORMAT d3dPF) | 
|  | utility method, convert D3D9 pixel format to Ogre pixel format 
 | 
|  | 
| static D3DFORMAT | _getPF (PixelFormat ogrePF) | 
|  | utility method, convert Ogre pixel format to D3D9 pixel format 
 | 
|  | 
| static Matrix4 | convertD3DXMatrix (const D3DXMATRIX &mat) | 
|  | 
| static DWORD | get (CompareFunction cf) | 
|  | return a D3D9 equivalent for a Ogre CompareFunction value 
 | 
|  | 
| static DWORD | get (CullingMode cm, bool flip) | 
|  | return a D3D9 equivalent for a Ogre CillingMode value 
 | 
|  | 
| static D3DSAMPLERSTATETYPE | get (FilterType ft) | 
|  | return a D3D9 state type for Ogre FilterType value 
 | 
|  | 
| static DWORD | get (FilterType ft, FilterOptions fo, const D3DCAPS9 &devCaps, eD3DTexType texType) | 
|  | return a D3D9 filter option for Ogre FilterType & FilterOption value 
 | 
|  | 
| static D3DFOGMODE | get (FogMode fm) | 
|  | return a D3D9 equivalent for a Ogre FogMode value 
 | 
|  | 
| static DWORD | get (HardwareBuffer::LockOptions options, HardwareBuffer::Usage usage) | 
|  | Get lock options. 
 | 
|  | 
| static DWORD | get (HardwareBuffer::Usage usage) | 
|  | return the combination of D3DUSAGE values for Ogre buffer usage 
 | 
|  | 
| static D3DFORMAT | get (HardwareIndexBuffer::IndexType itype) | 
|  | Get index type. 
 | 
|  | 
| static DWORD | get (LayerBlendOperationEx lbo, const D3DCAPS9 &devCaps) | 
|  | return a D3D9 equivalent for a Ogre LayerBlendOperationEx value 
 | 
|  | 
| static DWORD | get (LayerBlendSource lbs, bool perStageConstants) | 
|  | return a D3D9 equivalent for a Ogre LayerBlendSource value 
 | 
|  | 
| static D3DTEXTURESTAGESTATETYPE | get (LayerBlendType lbt) | 
|  | return a D3D9 equivalent for a Ogre LayerBlendType value 
 | 
|  | 
| static D3DLIGHTTYPE | get (Ogre::Light::LightTypes lightType) | 
|  | return a D3D9 equivalent for a Ogre LightTypes value 
 | 
|  | 
| static D3DFILLMODE | get (PolygonMode level) | 
|  | return a D3D9 equivalent for a Ogre PolygonMode value 
 | 
|  | 
| static D3DBLEND | get (SceneBlendFactor sbf) | 
|  | return a D3D9 equivalent for a Ogre SceneBlendFactor value 
 | 
|  | 
| static D3DBLENDOP | get (SceneBlendOperation sbo) | 
|  | return a D3D9 equivalent for a Ogre SceneBlendOperation value 
 | 
|  | 
| static DWORD | get (ShadeOptions so) | 
|  | return a D3D9 equivalent for a Ogre ShadeOptions value 
 | 
|  | 
| static DWORD | get (StencilOperation op, bool invert=false) | 
|  | return a D3D9 equivalent for a Ogre StencilOperation value 
 | 
|  | 
| static DWORD | get (TexCoordCalcMethod m, const D3DCAPS9 &caps) | 
|  | return a D3D9 equivalent for a Ogre TexCoordCalsMethod value 
 | 
|  | 
| static eD3DTexType | get (TextureType ogreTexType) | 
|  | return the D3DtexType equivalent of a Ogre tex. type 
 | 
|  | 
| static D3DTEXTUREADDRESS | get (TextureUnitState::TextureAddressingMode tam, const D3DCAPS9 &devCaps) | 
|  | return a D3D9 equivalent for a Ogre TextureAddressingMode value 
 | 
|  | 
| static D3DDECLUSAGE | get (VertexElementSemantic sem) | 
|  | Get vertex semantic. 
 | 
|  | 
| static D3DDECLTYPE | get (VertexElementType vType) | 
|  | Get vertex data type. 
 | 
|  | 
| static D3DXMATRIX | makeD3DXMatrix (const Matrix4 &mat) | 
|  |