Ogre::D3D9RenderSystem Member List
This is the complete list of members for Ogre::D3D9RenderSystem, including all inherited members.
__SetFloatRenderState(D3DRENDERSTATETYPE state, Real value)Ogre::D3D9RenderSystem [private]
__SetRenderState(D3DRENDERSTATETYPE state, DWORD value)Ogre::D3D9RenderSystem [private]
__SetSamplerState(DWORD sampler, D3DSAMPLERSTATETYPE type, DWORD value)Ogre::D3D9RenderSystem [private]
__SetTextureStageState(DWORD stage, D3DTEXTURESTAGESTATETYPE type, DWORD value)Ogre::D3D9RenderSystem [private]
_addManualDepthBuffer(IDirect3DDevice9 *depthSurfaceDevice, IDirect3DSurface9 *surf)Ogre::D3D9RenderSystem
_applyObliqueDepthProjection(Matrix4 &matrix, const Plane &plane, bool forGpuProgram)Ogre::D3D9RenderSystem [virtual]
_beginFrame()Ogre::D3D9RenderSystem [virtual]
_beginGeometryCount(void)Ogre::RenderSystem [virtual]
_checkMultiSampleQuality(D3DMULTISAMPLE_TYPE type, DWORD *outQuality, D3DFORMAT format, UINT adapterNum, D3DDEVTYPE deviceType, BOOL fullScreen)Ogre::D3D9RenderSystem [private]
_checkTextureFilteringSupported(TextureType ttype, PixelFormat format, int usage)Ogre::D3D9RenderSystem
_cleanupDepthBuffers(IDirect3DDevice9 *creator)Ogre::D3D9RenderSystem
_cleanupDepthBuffers(IDirect3DSurface9 *manualSurface)Ogre::D3D9RenderSystem
Ogre::RenderSystem::_cleanupDepthBuffers(bool bCleanManualBuffers=true)Ogre::RenderSystem
_convertProjectionMatrix(const Matrix4 &matrix, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D9RenderSystem [virtual]
_createDepthBufferFor(RenderTarget *renderTarget)Ogre::D3D9RenderSystem [virtual]
_createRenderWindow(const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)Ogre::D3D9RenderSystem [virtual]
_createRenderWindows(const RenderWindowDescriptionList &renderWindowDescriptions, RenderWindowList &createdWindows)Ogre::D3D9RenderSystem [virtual]
_disableTextureUnit(size_t texUnit)Ogre::D3D9RenderSystem [virtual]
_disableTextureUnitsFrom(size_t texUnit)Ogre::RenderSystem [virtual]
_endFrame()Ogre::D3D9RenderSystem [virtual]
_getBatchCount(void) const Ogre::RenderSystem [virtual]
_getCullingMode(void) const Ogre::RenderSystem [virtual]
_getCurrentAnisotropy(size_t unit)Ogre::D3D9RenderSystem [private]
_getDefaultViewportMaterialScheme(void) const Ogre::RenderSystem [virtual]
_getDepthStencilFormatFor(D3DFORMAT fmt)Ogre::D3D9RenderSystem
_getFaceCount(void) const Ogre::RenderSystem [virtual]
_getVertexCount(void) const Ogre::RenderSystem [virtual]
_getViewport(void)Ogre::RenderSystem [virtual]
_initialise(bool autoCreateWindow, const String &windowTitle="OGRE Render Window")Ogre::D3D9RenderSystem [virtual]
_initRenderTargets(void)Ogre::RenderSystem [virtual]
_makeOrthoMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D9RenderSystem [virtual]
_makeProjectionMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D9RenderSystem [virtual]
_makeProjectionMatrix(Real left, Real right, Real bottom, Real top, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D9RenderSystem [virtual]
_notifyCameraRemoved(const Camera *cam)Ogre::RenderSystem [virtual]
_pauseFrame(void)Ogre::D3D9RenderSystem [virtual]
_render(const RenderOperation &op)Ogre::D3D9RenderSystem [virtual]
_resumeFrame(RenderSystemContext *context)Ogre::D3D9RenderSystem [virtual]
_setAlphaRejectSettings(CompareFunction func, unsigned char value, bool alphaToCoverage)Ogre::D3D9RenderSystem [virtual]
_setColourBufferWriteEnabled(bool red, bool green, bool blue, bool alpha)Ogre::D3D9RenderSystem [virtual]
_setCullingMode(CullingMode mode)Ogre::D3D9RenderSystem [virtual]
_setDepthBias(float constantBias, float slopeScaleBias)Ogre::D3D9RenderSystem [virtual]
_setDepthBufferCheckEnabled(bool enabled=true)Ogre::D3D9RenderSystem [virtual]
_setDepthBufferFunction(CompareFunction func=CMPF_LESS_EQUAL)Ogre::D3D9RenderSystem [virtual]
_setDepthBufferParams(bool depthTest=true, bool depthWrite=true, CompareFunction depthFunction=CMPF_LESS_EQUAL)Ogre::D3D9RenderSystem [virtual]
_setDepthBufferWriteEnabled(bool enabled=true)Ogre::D3D9RenderSystem [virtual]
_setFog(FogMode mode=FOG_NONE, const ColourValue &colour=ColourValue::White, Real expDensity=1.0, Real linearStart=0.0, Real linearEnd=1.0)Ogre::D3D9RenderSystem [virtual]
_setPointParameters(Real size, bool attenuationEnabled, Real constant, Real linear, Real quadratic, Real minSize, Real maxSize)Ogre::D3D9RenderSystem [virtual]
_setPointSpritesEnabled(bool enabled)Ogre::D3D9RenderSystem [virtual]
_setPolygonMode(PolygonMode level)Ogre::D3D9RenderSystem [virtual]
_setProjectionMatrix(const Matrix4 &m)Ogre::D3D9RenderSystem [virtual]
_setRenderTarget(RenderTarget *target)Ogre::D3D9RenderSystem [virtual]
_setSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op)Ogre::D3D9RenderSystem [virtual]
_setSeparateSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendFactor sourceFactorAlpha, SceneBlendFactor destFactorAlpha, SceneBlendOperation op, SceneBlendOperation alphaOp)Ogre::D3D9RenderSystem [virtual]
_setSurfaceParams(const ColourValue &ambient, const ColourValue &diffuse, const ColourValue &specular, const ColourValue &emissive, Real shininess, TrackVertexColourType tracking)Ogre::D3D9RenderSystem [virtual]
_setTexture(size_t unit, bool enabled, const TexturePtr &texPtr)Ogre::D3D9RenderSystem [virtual]
Ogre::RenderSystem::_setTexture(size_t unit, bool enabled, const String &texname)Ogre::RenderSystem [virtual]
_setTextureAddressingMode(size_t stage, const TextureUnitState::UVWAddressingMode &uvw)Ogre::D3D9RenderSystem [virtual]
_setTextureBlendMode(size_t unit, const LayerBlendModeEx &bm)Ogre::D3D9RenderSystem [virtual]
_setTextureBorderColour(size_t stage, const ColourValue &colour)Ogre::D3D9RenderSystem [virtual]
_setTextureCoordCalculation(size_t unit, TexCoordCalcMethod m, const Frustum *frustum=0)Ogre::D3D9RenderSystem [virtual]
_setTextureCoordSet(size_t unit, size_t index)Ogre::D3D9RenderSystem [virtual]
_setTextureLayerAnisotropy(size_t unit, unsigned int maxAnisotropy)Ogre::D3D9RenderSystem [virtual]
_setTextureMatrix(size_t unit, const Matrix4 &xform)Ogre::D3D9RenderSystem [virtual]
_setTextureMipmapBias(size_t unit, float bias)Ogre::D3D9RenderSystem [virtual]
_setTextureProjectionRelativeTo(bool enabled, const Vector3 &pos)Ogre::RenderSystem [virtual]
_setTextureUnitFiltering(size_t unit, FilterType ftype, FilterOptions filter)Ogre::D3D9RenderSystem [virtual]
Ogre::RenderSystem::_setTextureUnitFiltering(size_t unit, FilterOptions minFilter, FilterOptions magFilter, FilterOptions mipFilter)Ogre::RenderSystem [virtual]
_setTextureUnitSettings(size_t texUnit, TextureUnitState &tl)Ogre::RenderSystem [virtual]
_setVertexTexture(size_t unit, const TexturePtr &tex)Ogre::D3D9RenderSystem [virtual]
_setViewMatrix(const Matrix4 &m)Ogre::D3D9RenderSystem [virtual]
_setViewport(Viewport *vp)Ogre::D3D9RenderSystem [virtual]
_setWorldMatrices(const Matrix4 *m, unsigned short count)Ogre::RenderSystem [virtual]
_setWorldMatrix(const Matrix4 &m)Ogre::D3D9RenderSystem [virtual]
_swapAllRenderTargetBuffers(bool waitForVsync=true)Ogre::RenderSystem [virtual]
_updateAllRenderTargets(bool swapBuffers=true)Ogre::RenderSystem [virtual]
_useLights(const LightList &lights, unsigned short limit)Ogre::D3D9RenderSystem [virtual]
addClipPlane(const Plane &p)Ogre::RenderSystem [virtual]
addClipPlane(Real A, Real B, Real C, Real D)Ogre::RenderSystem [virtual]
addListener(Listener *l)Ogre::RenderSystem [virtual]
AllocatedObject()Ogre::AllocatedObject< Alloc > [explicit]
areFixedFunctionLightsInViewSpace() const Ogre::RenderSystem [virtual]
attachRenderTarget(RenderTarget &target)Ogre::RenderSystem [virtual]
bindGpuProgram(GpuProgram *prg)Ogre::D3D9RenderSystem [virtual]
bindGpuProgramParameters(GpuProgramType gptype, GpuProgramParametersSharedPtr params, uint16 variabilityMask)Ogre::D3D9RenderSystem [virtual]
bindGpuProgramPassIterationParameters(GpuProgramType gptype)Ogre::D3D9RenderSystem [virtual]
checkVertexTextureFormats(D3D9RenderWindow *renderWindow) const Ogre::D3D9RenderSystem [private]
clearFrameBuffer(unsigned int buffers, const ColourValue &colour=ColourValue::Black, Real depth=1.0f, unsigned short stencil=0)Ogre::D3D9RenderSystem [virtual]
convertColourValue(const ColourValue &colour, uint32 *pDest)Ogre::RenderSystem [virtual]
convertPixelShaderCaps(RenderSystemCapabilities *rsc) const Ogre::D3D9RenderSystem [private]
convertVertexShaderCaps(RenderSystemCapabilities *rsc) const Ogre::D3D9RenderSystem [private]
createHardwareOcclusionQuery()Ogre::D3D9RenderSystem [virtual]
createMultiRenderTarget(const String &name)Ogre::D3D9RenderSystem [virtual]
createRenderSystemCapabilities() const Ogre::D3D9RenderSystem [private, virtual]
D3D9Device classOgre::D3D9RenderSystem [friend]
D3D9DeviceManager classOgre::D3D9RenderSystem [friend]
D3D9RenderSystem(HINSTANCE hInstance)Ogre::D3D9RenderSystem
D3D9RenderWindowList typedefOgre::D3D9RenderSystem [private]
DepthStencilHash typedefOgre::D3D9RenderSystem [private]
destroyHardwareOcclusionQuery(HardwareOcclusionQuery *hq)Ogre::RenderSystem [virtual]
destroyRenderTarget(const String &name)Ogre::D3D9RenderSystem [virtual]
destroyRenderTexture(const String &name)Ogre::RenderSystem [virtual]
destroyRenderWindow(const String &name)Ogre::RenderSystem [virtual]
detachRenderTarget(const String &name)Ogre::RenderSystem [virtual]
determineFSAASettings(IDirect3DDevice9 *d3d9Device, size_t fsaa, const String &fsaaHint, D3DFORMAT d3dPixelFormat, bool fullScreen, D3DMULTISAMPLE_TYPE *outMultisampleType, DWORD *outMultisampleQuality)Ogre::D3D9RenderSystem
enableClipPlane(ushort index, bool enable)Ogre::D3D9RenderSystem
fireDeviceEvent(D3D9Device *device, const String &name)Ogre::D3D9RenderSystem
fireEvent(const String &name, const NameValuePairList *params=0)Ogre::RenderSystem [protected, virtual]
getActiveD3D9Device()Ogre::D3D9RenderSystem [static]
getCapabilities(void) const Ogre::RenderSystem
getColourVertexElementType() const Ogre::D3D9RenderSystem [virtual]
getConfigOptions()Ogre::D3D9RenderSystem [virtual]
getDeviceManager()Ogre::D3D9RenderSystem [static]
getDirect3D9()Ogre::D3D9RenderSystem [static]
getDirect3DDrivers()Ogre::D3D9RenderSystem [private]
getDisplayMonitorCount() const Ogre::D3D9RenderSystem [virtual]
getDriverVersion(void) const Ogre::RenderSystem [virtual]
getErrorDescription(long errorNumber) const Ogre::D3D9RenderSystem [virtual]
getGlobalInstanceVertexBuffer() const Ogre::RenderSystem
getGlobalInstanceVertexBufferVertexDeclaration() const Ogre::RenderSystem
getGlobalNumberOfInstances() const Ogre::RenderSystem
getHorizontalTexelOffset()Ogre::D3D9RenderSystem [virtual]
getInvertVertexWinding(void) const Ogre::RenderSystem [virtual]
getMaximumDepthInputValue()Ogre::D3D9RenderSystem [virtual]
getMinimumDepthInputValue()Ogre::D3D9RenderSystem [virtual]
getMultiheadUse() const Ogre::D3D9RenderSystem
getMutableCapabilities()Ogre::RenderSystem
getName() const Ogre::D3D9RenderSystem [virtual]
getRenderSystemEvents(void) const Ogre::RenderSystem [virtual]
getRenderTarget(const String &name)Ogre::RenderSystem [virtual]
getRenderTargetIterator(void)Ogre::RenderSystem [virtual]
getResourceCreationDevice(UINT index)Ogre::D3D9RenderSystem [static]
getResourceCreationDeviceCount()Ogre::D3D9RenderSystem [static]
getResourceManager()Ogre::D3D9RenderSystem [static]
getSamplerId(size_t unit)Ogre::D3D9RenderSystem [protected]
getVerticalTexelOffset()Ogre::D3D9RenderSystem [virtual]
getWaitForVerticalBlank(void) const Ogre::RenderSystem
getWBufferEnabled(void) const Ogre::RenderSystem
HardwareOcclusionQueryList typedefOgre::RenderSystem [protected]
initConfigOptions()Ogre::D3D9RenderSystem [virtual]
initialiseFromRenderSystemCapabilities(RenderSystemCapabilities *caps, RenderTarget *primary)Ogre::D3D9RenderSystem [private, virtual]
isGpuProgramBound(GpuProgramType gptype)Ogre::RenderSystem [virtual]
ListenerList typedefOgre::RenderSystem [protected]
mActiveD3DDriverOgre::D3D9RenderSystem [private]
mActiveFragmentGpuProgramParametersOgre::RenderSystem [protected]
mActiveGeometryGpuProgramParametersOgre::RenderSystem [protected]
mActiveRenderTargetOgre::RenderSystem [protected]
mActiveVertexGpuProgramParametersOgre::RenderSystem [protected]
mActiveViewportOgre::RenderSystem [protected]
mBatchCountOgre::RenderSystem [protected]
mClipPlanesOgre::RenderSystem [protected]
mClipPlanesDirtyOgre::RenderSystem [protected]
mCullingModeOgre::RenderSystem [protected]
mCurrentCapabilitiesOgre::RenderSystem [protected]
mCurrentLightsOgre::D3D9RenderSystem [private]
mCurrentPassIterationCountOgre::RenderSystem [protected]
mCurrentPassIterationNumOgre::RenderSystem [protected]
mD3DOgre::D3D9RenderSystem [private]
mDepthBufferPoolOgre::RenderSystem [protected]
mDepthStencilHashOgre::D3D9RenderSystem [private]
mDerivedDepthBiasOgre::RenderSystem [protected]
mDerivedDepthBiasBaseOgre::RenderSystem [protected]
mDerivedDepthBiasMultiplierOgre::RenderSystem [protected]
mDerivedDepthBiasSlopeScaleOgre::RenderSystem [protected]
mDeviceManagerOgre::D3D9RenderSystem [private]
mDisabledTexUnitsFromOgre::RenderSystem [protected]
mDriverListOgre::D3D9RenderSystem [private]
mDriverVersionOgre::RenderSystem [protected]
mDxProjMatOgre::D3D9RenderSystem [private]
mDxViewMatOgre::D3D9RenderSystem [private]
mDxWorldMatOgre::D3D9RenderSystem [private]
mEventListenersOgre::RenderSystem [protected]
mEventNamesOgre::RenderSystem [protected]
mFaceCountOgre::RenderSystem [protected]
mFragmentProgramBoundOgre::RenderSystem [protected]
mFSAAHintOgre::D3D9RenderSystem [private]
mFSAASamplesOgre::D3D9RenderSystem [private]
mGeometryProgramBoundOgre::RenderSystem [protected]
mGlobalInstanceVertexBufferOgre::RenderSystem [protected]
mGlobalInstanceVertexBufferVertexDeclarationOgre::RenderSystem [protected]
mGlobalNumberOfInstancesOgre::RenderSystem [protected]
mGpuProgramManagerOgre::D3D9RenderSystem [private]
mHardwareBufferManagerOgre::D3D9RenderSystem [private]
mhInstanceOgre::D3D9RenderSystem [private]
mHLSLProgramFactoryOgre::D3D9RenderSystem [private]
mHwOcclusionQueriesOgre::RenderSystem [protected]
mInvertVertexWindingOgre::RenderSystem [protected]
mLastVertexSourceCountOgre::D3D9RenderSystem [private]
mLightsOgre::D3D9RenderSystem [private]
mManualBlendColoursOgre::RenderSystem [protected]
mMultiheadUseOgre::D3D9RenderSystem [private]
mOptionsOgre::D3D9RenderSystem [private]
mPerStageConstantSupportOgre::D3D9RenderSystem [private]
mPrioritisedRenderTargetsOgre::RenderSystem [protected]
mRealCapabilitiesOgre::RenderSystem [protected]
mRenderTargetsOgre::RenderSystem [protected]
mRenderWindowsOgre::D3D9RenderSystem [private]
mResourceManagerOgre::D3D9RenderSystem [private]
msD3D9RenderSystemOgre::D3D9RenderSystem [private, static]
mTexProjRelativeOgre::RenderSystem [protected]
mTexProjRelativeOriginOgre::RenderSystem [protected]
mTexStageDescOgre::D3D9RenderSystem [private]
mTextureManagerOgre::RenderSystem [protected]
MultiheadUseType enum nameOgre::D3D9RenderSystem
mUseCustomCapabilitiesOgre::RenderSystem [protected]
mUseNVPerfHUDOgre::D3D9RenderSystem [private]
mutAuto enum valueOgre::D3D9RenderSystem
mutNo enum valueOgre::D3D9RenderSystem
mutYes enum valueOgre::D3D9RenderSystem
mVertexCountOgre::RenderSystem [protected]
mVertexProgramBoundOgre::RenderSystem [protected]
mViewMatrixOgre::D3D9RenderSystem [private]
mVSyncOgre::RenderSystem [protected]
mVSyncIntervalOgre::RenderSystem [protected]
mWBufferOgre::RenderSystem [protected]
notifyOnDeviceLost(D3D9Device *device)Ogre::D3D9RenderSystem [protected]
notifyOnDeviceReset(D3D9Device *device)Ogre::D3D9RenderSystem [protected]
operator delete(void *ptr)Ogre::AllocatedObject< Alloc >
operator delete(void *ptr, void *)Ogre::AllocatedObject< Alloc >
operator delete(void *ptr, const char *, int, const char *)Ogre::AllocatedObject< Alloc >
operator delete[](void *ptr)Ogre::AllocatedObject< Alloc >
operator delete[](void *ptr, const char *, int, const char *)Ogre::AllocatedObject< Alloc >
operator new(size_t sz, const char *file, int line, const char *func)Ogre::AllocatedObject< Alloc >
operator new(size_t sz)Ogre::AllocatedObject< Alloc >
operator new(size_t sz, void *ptr)Ogre::AllocatedObject< Alloc >
operator new[](size_t sz, const char *file, int line, const char *func)Ogre::AllocatedObject< Alloc >
operator new[](size_t sz)Ogre::AllocatedObject< Alloc >
postExtraThreadsStarted()Ogre::D3D9RenderSystem [virtual]
preExtraThreadsStarted()Ogre::D3D9RenderSystem [virtual]
refreshD3DSettings()Ogre::D3D9RenderSystem [private]
refreshFSAAOptions()Ogre::D3D9RenderSystem [private]
registerThread()Ogre::D3D9RenderSystem [virtual]
reinitialise()Ogre::D3D9RenderSystem [virtual]
removeListener(Listener *l)Ogre::RenderSystem [virtual]
RenderSystem()Ogre::RenderSystem
RenderTargetIterator typedefOgre::RenderSystem
resetClipPlanes()Ogre::RenderSystem [virtual]
setAmbientLight(float r, float g, float b)Ogre::D3D9RenderSystem [virtual]
setClipPlane(ushort index, Real A, Real B, Real C, Real D)Ogre::D3D9RenderSystem
setClipPlanes(const PlaneList &clipPlanes)Ogre::RenderSystem [virtual]
setClipPlanesImpl(const PlaneList &clipPlanes)Ogre::D3D9RenderSystem [protected, virtual]
setConfigOption(const String &name, const String &value)Ogre::D3D9RenderSystem [virtual]
setCurrentPassIterationCount(const size_t count)Ogre::RenderSystem [virtual]
setD3D9Light(size_t index, Light *light)Ogre::D3D9RenderSystem [private]
setDepthBufferFor(RenderTarget *renderTarget)Ogre::RenderSystem [virtual]
setDeriveDepthBias(bool derive, float baseValue=0.0f, float multiplier=0.0f, float slopeScale=0.0f)Ogre::RenderSystem [virtual]
setGlobalInstanceVertexBuffer(const HardwareVertexBufferSharedPtr val)Ogre::RenderSystem
setGlobalInstanceVertexBufferVertexDeclaration(VertexDeclaration *val)Ogre::RenderSystem
setGlobalNumberOfInstances(const size_t val)Ogre::RenderSystem
setInvertVertexWinding(bool invert)Ogre::RenderSystem [virtual]
setLightingEnabled(bool enabled)Ogre::D3D9RenderSystem [virtual]
setNormaliseNormals(bool normalise)Ogre::D3D9RenderSystem [virtual]
setScissorTest(bool enabled, size_t left=0, size_t top=0, size_t right=800, size_t bottom=600)Ogre::D3D9RenderSystem [virtual]
setShadingType(ShadeOptions so)Ogre::D3D9RenderSystem [virtual]
setStencilBufferParams(CompareFunction func=CMPF_ALWAYS_PASS, uint32 refValue=0, uint32 mask=0xFFFFFFFF, StencilOperation stencilFailOp=SOP_KEEP, StencilOperation depthFailOp=SOP_KEEP, StencilOperation passOp=SOP_KEEP, bool twoSidedOperation=false)Ogre::D3D9RenderSystem [virtual]
setStencilCheckEnabled(bool enabled)Ogre::D3D9RenderSystem [virtual]
setVertexBufferBinding(VertexBufferBinding *binding)Ogre::D3D9RenderSystem [virtual]
setVertexBufferBinding(VertexBufferBinding *binding, size_t numberOfInstances, bool useGlobalInstancingVertexBufferIsAvailable, bool indexesUsed)Ogre::D3D9RenderSystem
setVertexDeclaration(VertexDeclaration *decl)Ogre::D3D9RenderSystem [virtual]
setVertexDeclaration(VertexDeclaration *decl, bool useGlobalInstancingVertexBufferIsAvailable)Ogre::D3D9RenderSystem
setWaitForVerticalBlank(bool enabled)Ogre::RenderSystem
setWBufferEnabled(bool enabled)Ogre::RenderSystem
shutdown()Ogre::D3D9RenderSystem [virtual]
unbindGpuProgram(GpuProgramType gptype)Ogre::D3D9RenderSystem [virtual]
unregisterThread()Ogre::D3D9RenderSystem [virtual]
updatePassIterationRenderState(void)Ogre::RenderSystem [protected]
updateRenderSystemCapabilities(D3D9RenderWindow *renderWindow)Ogre::D3D9RenderSystem [private]
useCustomRenderSystemCapabilities(RenderSystemCapabilities *capabilities)Ogre::RenderSystem [virtual]
validateConfigOptions()Ogre::D3D9RenderSystem [virtual]
~AllocatedObject()Ogre::AllocatedObject< Alloc >
~D3D9RenderSystem()Ogre::D3D9RenderSystem
~RenderSystem()Ogre::RenderSystem [virtual]

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 2012 21:49:16