| AddLight(TLightID a_iLightId) | TRenderContext | |
| CameraMode typedef | TRenderContext | |
| CameraMode_ enum name | TRenderContext | |
| CameraMode_Orthographic enum value | TRenderContext | |
| CameraMode_Perspective enum value | TRenderContext | |
| ClearLightIDs() | TRenderContext | |
| ComputeOrthographicFrustum() | TRenderContextD3D | |
| TRenderContext::ComputeOrthographicFrustum(TFrustum &a_rcFrustum, const VIEWPORTPARAMS &a_rViewportParams, const PROJECTIONPARAMS &a_rProjParams) | TRenderContext | static |
| ComputeOrthographicProjection() | TRenderContextD3D | |
| TRenderContext::ComputeOrthographicProjection(TMatrix44 &a_rOutProjection, const VIEWPORTPARAMS &a_rViewportParams, const PROJECTIONPARAMS &a_rProjParams) | TRenderContext | static |
| ComputePerspectiveFrustum() | TRenderContextD3D | |
| TRenderContext::ComputePerspectiveFrustum(TFrustum &a_rcFrustum, const VIEWPORTPARAMS &a_rViewportParams, const PROJECTIONPARAMS &a_rProjParams) | TRenderContext | static |
| ComputePerspectiveProjection() | TRenderContextD3D | |
| TRenderContext::ComputePerspectiveProjection(TMatrix44 &a_rOutProjection, const VIEWPORTPARAMS &a_rViewportParams, const PROJECTIONPARAMS &a_rProjParams) | TRenderContext | static |
| CullSphereToFrustum(const TSphere &a_rSphere, const TPlane *a_pPlanes, TINT a_iClipFlags, TINT a_iClipFlagsMask) | TRenderContext | static |
| CullSphereToFrustumSimple(const TSphere &a_rSphere, const TPlane *a_pPlanes, TINT a_iNumPlanes) | TRenderContext | static |
| DisableFogHAL() | TRenderContextD3D | |
| EnableFog(TBOOL a_bEnable) | TRenderContext | |
| EnableFogHAL() | TRenderContextD3D | |
| FLAG typedef | TRenderContext | |
| FLAG_ enum name | TRenderContext | |
| FLAG_DIRTY enum value | TRenderContext | |
| FLAG_DIRTY_VIEWMODELMATRIX enum value | TRenderContext | |
| FLAG_DIRTY_WORLDMODELMATRIX enum value | TRenderContext | |
| FLAG_FOG enum value | TRenderContext | |
| FLAG_HAS_MODELWORLDMATRIX enum value | TRenderContext | |
| FLAG_HAS_VIEWWORLDMATRIX enum value | TRenderContext | |
| FLAG_HAS_WORLDPLANES enum value | TRenderContext | |
| FLAG_UNK3 enum value | TRenderContext | |
| FLAG_UNK4 enum value | TRenderContext | |
| FLAG_UNK6 enum value | TRenderContext | |
| GetAlphaBlend() const | TRenderContext | inline |
| GetAmbientColour() const | TRenderContext | inline |
| GetCameraMode() | TRenderContext | inline |
| GetCameraObject() const | TRenderContext | inline |
| GetClipFlags() const | TRenderContext | |
| GetFrustumPlanes() const | TRenderContext | inline |
| GetHeight() const | TRenderContext | inline |
| GetModelViewMatrix() | TRenderContext | inline |
| GetModelWorldMatrix() | TRenderContext | |
| GetProjectionMatrix() const | TRenderContextD3D | inline |
| GetProjectionParams() const | TRenderContext | inline |
| GetShadeCoeff() const | TRenderContext | inline |
| GetSkeletonInstance() const | TRenderContext | inline |
| GetViewModelMatrix() | TRenderContext | |
| GetViewportParameters() const | TRenderContext | inline |
| GetViewWorldMatrix() | TRenderContext | |
| GetWidth() const | TRenderContext | inline |
| GetWorldModelMatrix() | TRenderContext | |
| GetWorldPlanes() | TRenderContext | |
| GetWorldViewMatrix() | TRenderContext | inline |
| GetX() const | TRenderContext | inline |
| GetY() const | TRenderContext | inline |
| IsDirty() const | TRenderContext | inline |
| IsFogEnabled() const | TRenderContext | inline |
| m_aFrustumPlanes1 | TRenderContext | protected |
| m_aFrustumPlanes2 | TRenderContext | protected |
| m_AmbientColor | TRenderContext | protected |
| m_aWorldPlanes | TRenderContext | protected |
| m_eCameraMode | TRenderContext | protected |
| m_eClipFlags | TRenderContext | protected |
| m_eFlags | TRenderContext | protected |
| m_fAlphaBlend | TRenderContext | protected |
| m_fFogDistanceEnd | TRenderContext | protected |
| m_fFogDistanceStart | TRenderContext | protected |
| m_FogColor | TRenderContext | protected |
| m_fShadeCoeff | TRenderContext | protected |
| m_oLightIds | TRenderContext | protected |
| m_oModelViewMatrix | TRenderContext | protected |
| m_oModelWorldMatrix | TRenderContext | protected |
| m_oProjParams | TRenderContext | protected |
| m_oViewModelMatrix | TRenderContext | protected |
| m_oViewportParams | TRenderContext | protected |
| m_oViewWorldMatrix | TRenderContext | protected |
| m_oWorldModelMatrix | TRenderContext | protected |
| m_oWorldViewMatrix | TRenderContext | protected |
| m_pCurrentCameraObject | TRenderContext | protected |
| m_pCurrentSkeletonInstance | TRenderContext | protected |
| m_pRenderer | TRenderContext | protected |
| m_Unk | TRenderContext | protected |
| SetAlphaBlend(TFLOAT val) | TRenderContext | inline |
| SetCameraMode(CameraMode a_eCameraMode) | TRenderContext | |
| SetCameraObject(TCameraObject *a_pCameraObject) | TRenderContext | inline |
| SetClipFlags(TUINT a_uiClipFlags) | TRenderContext | |
| SetDirty(TBOOL a_bDirty) | TRenderContext | protected |
| SetFlag(FLAG a_eFlag, TBOOL a_bEnable) | TRenderContext | protected |
| SetFogDistance(TFLOAT a_fStart, TFLOAT a_fEnd) | TRenderContext | |
| SetModelViewMatrix(const TMatrix44 &a_rMatrix) | TRenderContext | virtual |
| SetProjectionParams(const PROJECTIONPARAMS &a_rParams) | TRenderContext | |
| SetShadeCoeff(TFLOAT val) | TRenderContext | inline |
| SetSkeletonInstance(TSkeletonInstance *a_pSkeletonInstance) | TRenderContext | inline |
| SetViewportParameters(const VIEWPORTPARAMS &a_rParams) | TRenderContext | |
| SetWorldViewMatrix(const TMatrix44 &a_rMatrix) | TRenderContext | virtual |
| TRenderContext(TRenderInterface *pRender) | TRenderContext | |
| TRenderContextD3D(TRenderInterface *a_pRenderer) | TRenderContextD3D | |
| Upcast(TRenderContext *a_pRenderContext) | TRenderContextD3D | inlinestatic |
| Update() override | TRenderContextD3D | virtual |
| ~TRenderContext() | TRenderContext | virtual |
| ~TRenderContextD3D() | TRenderContextD3D | |