Ogre::RenderSystem Member List

This is the complete list of members for Ogre::RenderSystem, including all inherited members.

_applyObliqueDepthProjection(Matrix4 &matrix, const Plane &plane, bool forGpuProgram)=0Ogre::RenderSystempure virtual
_beginFrame(void)=0Ogre::RenderSystempure virtual
_beginGeometryCount(void)Ogre::RenderSystemvirtual
_cleanupDepthBuffers(bool bCleanManualBuffers=true)Ogre::RenderSystem
_convertProjectionMatrix(const Matrix4 &matrix, Matrix4 &dest, bool forGpuProgram=false)=0Ogre::RenderSystempure virtual
_createDepthBufferFor(RenderTarget *renderTarget)=0Ogre::RenderSystempure virtual
_createRenderWindow(const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)=0Ogre::RenderSystempure virtual
_createRenderWindows(const RenderWindowDescriptionList &renderWindowDescriptions, RenderWindowList &createdWindows)Ogre::RenderSystemvirtual
_disableTextureUnit(size_t texUnit)Ogre::RenderSystemvirtual
_disableTextureUnitsFrom(size_t texUnit)Ogre::RenderSystemvirtual
_endFrame(void)=0Ogre::RenderSystempure virtual
_getBatchCount(void) constOgre::RenderSystemvirtual
_getCullingMode(void) constOgre::RenderSystemvirtual
_getDefaultViewportMaterialScheme(void) constOgre::RenderSystemvirtual
_getFaceCount(void) constOgre::RenderSystemvirtual
_getVertexCount(void) constOgre::RenderSystemvirtual
_getViewport(void)Ogre::RenderSystemvirtual
_initialise(bool autoCreateWindow, const String &windowTitle="OGRE Render Window")Ogre::RenderSystemvirtual
_initRenderTargets(void)Ogre::RenderSystemvirtual
_makeOrthoMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)=0Ogre::RenderSystempure virtual
_makeProjectionMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)=0Ogre::RenderSystempure virtual
_makeProjectionMatrix(Real left, Real right, Real bottom, Real top, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)=0Ogre::RenderSystempure virtual
_notifyCameraRemoved(const Camera *cam)Ogre::RenderSystemvirtual
_pauseFrame(void)Ogre::RenderSystemvirtual
_render(const RenderOperation &op)Ogre::RenderSystemvirtual
_resumeFrame(RenderSystemContext *context)Ogre::RenderSystemvirtual
_setAlphaRejectSettings(CompareFunction func, unsigned char value, bool alphaToCoverage)=0Ogre::RenderSystempure virtual
_setColourBufferWriteEnabled(bool red, bool green, bool blue, bool alpha)=0Ogre::RenderSystempure virtual
_setCullingMode(CullingMode mode)=0Ogre::RenderSystempure virtual
_setDepthBias(float constantBias, float slopeScaleBias=0.0f)=0Ogre::RenderSystempure virtual
_setDepthBufferCheckEnabled(bool enabled=true)=0Ogre::RenderSystempure virtual
_setDepthBufferFunction(CompareFunction func=CMPF_LESS_EQUAL)=0Ogre::RenderSystempure virtual
_setDepthBufferParams(bool depthTest=true, bool depthWrite=true, CompareFunction depthFunction=CMPF_LESS_EQUAL)=0Ogre::RenderSystempure virtual
_setDepthBufferWriteEnabled(bool enabled=true)=0Ogre::RenderSystempure virtual
_setFog(FogMode mode=FOG_NONE, const ColourValue &colour=ColourValue::White, Real expDensity=1.0, Real linearStart=0.0, Real linearEnd=1.0)=0Ogre::RenderSystempure virtual
_setPointParameters(Real size, bool attenuationEnabled, Real constant, Real linear, Real quadratic, Real minSize, Real maxSize)=0Ogre::RenderSystempure virtual
_setPointSpritesEnabled(bool enabled)=0Ogre::RenderSystempure virtual
_setPolygonMode(PolygonMode level)=0Ogre::RenderSystempure virtual
_setProjectionMatrix(const Matrix4 &m)=0Ogre::RenderSystempure virtual
_setRenderTarget(RenderTarget *target)=0Ogre::RenderSystempure virtual
_setSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op=SBO_ADD)=0Ogre::RenderSystempure virtual
_setSeparateSceneBlending(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendFactor sourceFactorAlpha, SceneBlendFactor destFactorAlpha, SceneBlendOperation op=SBO_ADD, SceneBlendOperation alphaOp=SBO_ADD)=0Ogre::RenderSystempure virtual
_setSurfaceParams(const ColourValue &ambient, const ColourValue &diffuse, const ColourValue &specular, const ColourValue &emissive, Real shininess, TrackVertexColourType tracking=TVC_NONE)=0Ogre::RenderSystempure virtual
_setTexture(size_t unit, bool enabled, const TexturePtr &texPtr)=0Ogre::RenderSystempure virtual
_setTexture(size_t unit, bool enabled, const String &texname)Ogre::RenderSystemvirtual
_setTextureAddressingMode(size_t unit, const TextureUnitState::UVWAddressingMode &uvw)=0Ogre::RenderSystempure virtual
_setTextureBlendMode(size_t unit, const LayerBlendModeEx &bm)=0Ogre::RenderSystempure virtual
_setTextureBorderColour(size_t unit, const ColourValue &colour)=0Ogre::RenderSystempure virtual
_setTextureCoordCalculation(size_t unit, TexCoordCalcMethod m, const Frustum *frustum=0)=0Ogre::RenderSystempure virtual
_setTextureCoordSet(size_t unit, size_t index)=0Ogre::RenderSystempure virtual
_setTextureLayerAnisotropy(size_t unit, unsigned int maxAnisotropy)=0Ogre::RenderSystempure virtual
_setTextureMatrix(size_t unit, const Matrix4 &xform)=0Ogre::RenderSystempure virtual
_setTextureMipmapBias(size_t unit, float bias)=0Ogre::RenderSystempure virtual
_setTextureProjectionRelativeTo(bool enabled, const Vector3 &pos)Ogre::RenderSystemvirtual
_setTextureUnitCompareEnabled(size_t unit, bool compare)=0Ogre::RenderSystempure virtual
_setTextureUnitCompareFunction(size_t unit, CompareFunction function)=0Ogre::RenderSystempure virtual
_setTextureUnitFiltering(size_t unit, FilterOptions minFilter, FilterOptions magFilter, FilterOptions mipFilter)Ogre::RenderSystemvirtual
_setTextureUnitFiltering(size_t unit, FilterType ftype, FilterOptions filter)=0Ogre::RenderSystempure virtual
_setTextureUnitSettings(size_t texUnit, TextureUnitState &tl)Ogre::RenderSystemvirtual
_setVertexTexture(size_t unit, const TexturePtr &tex)Ogre::RenderSystemvirtual
_setViewMatrix(const Matrix4 &m)=0Ogre::RenderSystempure virtual
_setViewport(Viewport *vp)=0Ogre::RenderSystempure virtual
_setWorldMatrices(const Matrix4 *m, unsigned short count)Ogre::RenderSystemvirtual
_setWorldMatrix(const Matrix4 &m)=0Ogre::RenderSystempure virtual
_swapAllRenderTargetBuffers()Ogre::RenderSystemvirtual
_updateAllRenderTargets(bool swapBuffers=true)Ogre::RenderSystemvirtual
_useLights(const LightList &lights, unsigned short limit)=0Ogre::RenderSystempure virtual
addClipPlane(const Plane &p)Ogre::RenderSystemvirtual
addClipPlane(Real A, Real B, Real C, Real D)Ogre::RenderSystemvirtual
addListener(Listener *l)Ogre::RenderSystemvirtual
AllocatedObject()Ogre::AllocatedObject< Alloc >explicit
areFixedFunctionLightsInViewSpace() constOgre::RenderSystemvirtual
attachRenderTarget(RenderTarget &target)Ogre::RenderSystemvirtual
beginProfileEvent(const String &eventName)=0Ogre::RenderSystempure virtual
bindGpuProgram(GpuProgram *prg)Ogre::RenderSystemvirtual
bindGpuProgramParameters(GpuProgramType gptype, GpuProgramParametersSharedPtr params, uint16 variabilityMask)=0Ogre::RenderSystempure virtual
bindGpuProgramPassIterationParameters(GpuProgramType gptype)=0Ogre::RenderSystempure virtual
clearFrameBuffer(unsigned int buffers, const ColourValue &colour=ColourValue::Black, Real depth=1.0f, unsigned short stencil=0)=0Ogre::RenderSystempure virtual
convertColourValue(const ColourValue &colour, uint32 *pDest)Ogre::RenderSystemvirtual
createHardwareOcclusionQuery(void)=0Ogre::RenderSystempure virtual
createMultiRenderTarget(const String &name)=0Ogre::RenderSystempure virtual
createRenderSystemCapabilities() const =0Ogre::RenderSystempure virtual
destroyHardwareOcclusionQuery(HardwareOcclusionQuery *hq)Ogre::RenderSystemvirtual
destroyRenderTarget(const String &name)Ogre::RenderSystemvirtual
destroyRenderTexture(const String &name)Ogre::RenderSystemvirtual
destroyRenderWindow(const String &name)Ogre::RenderSystemvirtual
detachRenderTarget(const String &name)Ogre::RenderSystemvirtual
endProfileEvent(void)=0Ogre::RenderSystempure virtual
fireEvent(const String &name, const NameValuePairList *params=0)Ogre::RenderSystemprotectedvirtual
getCapabilities(void) constOgre::RenderSystem
getColourVertexElementType(void) const =0Ogre::RenderSystempure virtual
getConfigOptions(void)=0Ogre::RenderSystempure virtual
getCustomAttribute(const String &name, void *pData)Ogre::RenderSystemvirtual
getDisplayMonitorCount() const =0Ogre::RenderSystempure virtual
getDriverVersion(void) constOgre::RenderSystemvirtual
getErrorDescription(long errorNumber) const =0Ogre::RenderSystempure virtual
getFixedPipelineEnabled(void) constOgre::RenderSystem
getGlobalInstanceVertexBuffer() constOgre::RenderSystem
getGlobalInstanceVertexBufferVertexDeclaration() constOgre::RenderSystem
getGlobalNumberOfInstances() constOgre::RenderSystem
getHorizontalTexelOffset(void)=0Ogre::RenderSystempure virtual
getInvertVertexWinding(void) constOgre::RenderSystemvirtual
getMaximumDepthInputValue(void)=0Ogre::RenderSystempure virtual
getMinimumDepthInputValue(void)=0Ogre::RenderSystempure virtual
getMutableCapabilities()Ogre::RenderSystem
getName(void) const =0Ogre::RenderSystempure virtual
getNativeShadingLanguageVersion() constOgre::RenderSystem
getRenderSystemEvents(void) constOgre::RenderSystemvirtual
getRenderTarget(const String &name)Ogre::RenderSystemvirtual
getRenderTargetIterator(void)Ogre::RenderSystemvirtual
getVerticalTexelOffset(void)=0Ogre::RenderSystempure virtual
getWBufferEnabled(void) constOgre::RenderSystem
HardwareOcclusionQueryList typedefOgre::RenderSystemprotected
hasAnisotropicMipMapFilter() const =0Ogre::RenderSystempure virtual
initialiseFromRenderSystemCapabilities(RenderSystemCapabilities *caps, RenderTarget *primary)=0Ogre::RenderSystemprotectedpure virtual
isGpuProgramBound(GpuProgramType gptype)Ogre::RenderSystemvirtual
isStaticBufferLockable() constOgre::RenderSystemvirtual
ListenerList typedefOgre::RenderSystemprotected
mActiveComputeGpuProgramParametersOgre::RenderSystemprotected
mActiveFragmentGpuProgramParametersOgre::RenderSystemprotected
mActiveGeometryGpuProgramParametersOgre::RenderSystemprotected
mActiveRenderTargetOgre::RenderSystemprotected
mActiveTesselationDomainGpuProgramParametersOgre::RenderSystemprotected
mActiveTesselationHullGpuProgramParametersOgre::RenderSystemprotected
mActiveVertexGpuProgramParametersOgre::RenderSystemprotected
mActiveViewportOgre::RenderSystemprotected
markProfileEvent(const String &event)=0Ogre::RenderSystempure virtual
mBatchCountOgre::RenderSystemprotected
mClipPlanesOgre::RenderSystemprotected
mClipPlanesDirtyOgre::RenderSystemprotected
mComputeProgramBoundOgre::RenderSystemprotected
mCullingModeOgre::RenderSystemprotected
mCurrentCapabilitiesOgre::RenderSystemprotected
mCurrentPassIterationCountOgre::RenderSystemprotected
mCurrentPassIterationNumOgre::RenderSystemprotected
mDepthBufferPoolOgre::RenderSystemprotected
mDerivedDepthBiasOgre::RenderSystemprotected
mDerivedDepthBiasBaseOgre::RenderSystemprotected
mDerivedDepthBiasMultiplierOgre::RenderSystemprotected
mDerivedDepthBiasSlopeScaleOgre::RenderSystemprotected
mDisabledTexUnitsFromOgre::RenderSystemprotected
mDriverVersionOgre::RenderSystemprotected
mEnableFixedPipelineOgre::RenderSystemprotected
mEventListenersOgre::RenderSystemprotected
mEventNamesOgre::RenderSystemprotected
mFaceCountOgre::RenderSystemprotected
mFragmentProgramBoundOgre::RenderSystemprotected
mGeometryProgramBoundOgre::RenderSystemprotected
mGlobalInstanceVertexBufferOgre::RenderSystemprotected
mGlobalInstanceVertexBufferVertexDeclarationOgre::RenderSystemprotected
mGlobalNumberOfInstancesOgre::RenderSystemprotected
mHwOcclusionQueriesOgre::RenderSystemprotected
mInvertVertexWindingOgre::RenderSystemprotected
mManualBlendColoursOgre::RenderSystemprotected
mNativeShadingLanguageVersionOgre::RenderSystemprotected
mPrioritisedRenderTargetsOgre::RenderSystemprotected
mRealCapabilitiesOgre::RenderSystemprotected
mRenderTargetsOgre::RenderSystemprotected
mTesselationDomainProgramBoundOgre::RenderSystemprotected
mTesselationHullProgramBoundOgre::RenderSystemprotected
mTexProjRelativeOgre::RenderSystemprotected
mTexProjRelativeOriginOgre::RenderSystemprotected
mTextureManagerOgre::RenderSystemprotected
mUseCustomCapabilitiesOgre::RenderSystemprotected
mVertexCountOgre::RenderSystemprotected
mVertexProgramBoundOgre::RenderSystemprotected
mWBufferOgre::RenderSystemprotected
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()=0Ogre::RenderSystempure virtual
preExtraThreadsStarted()=0Ogre::RenderSystempure virtual
registerThread()=0Ogre::RenderSystempure virtual
reinitialise(void)=0Ogre::RenderSystempure virtual
removeListener(Listener *l)Ogre::RenderSystemvirtual
RenderSystem()Ogre::RenderSystem
RenderTargetIterator typedefOgre::RenderSystem
resetClipPlanes()Ogre::RenderSystemvirtual
setAmbientLight(float r, float g, float b)=0Ogre::RenderSystempure virtual
setClipPlanes(const PlaneList &clipPlanes)Ogre::RenderSystemvirtual
setClipPlanesImpl(const PlaneList &clipPlanes)=0Ogre::RenderSystemprotectedpure virtual
setConfigOption(const String &name, const String &value)=0Ogre::RenderSystempure virtual
setCurrentPassIterationCount(const size_t count)Ogre::RenderSystemvirtual
setDepthBufferFor(RenderTarget *renderTarget)Ogre::RenderSystemvirtual
setDeriveDepthBias(bool derive, float baseValue=0.0f, float multiplier=0.0f, float slopeScale=0.0f)Ogre::RenderSystemvirtual
setFixedPipelineEnabled(bool enabled)Ogre::RenderSystem
setGlobalInstanceVertexBuffer(const HardwareVertexBufferSharedPtr &val)Ogre::RenderSystem
setGlobalInstanceVertexBufferVertexDeclaration(VertexDeclaration *val)Ogre::RenderSystem
setGlobalNumberOfInstances(const size_t val)Ogre::RenderSystem
setInvertVertexWinding(bool invert)Ogre::RenderSystemvirtual
setLightingEnabled(bool enabled)=0Ogre::RenderSystempure virtual
setNormaliseNormals(bool normalise)=0Ogre::RenderSystempure virtual
setScissorTest(bool enabled, size_t left=0, size_t top=0, size_t right=800, size_t bottom=600)=0Ogre::RenderSystempure virtual
setShadingType(ShadeOptions so)=0Ogre::RenderSystempure virtual
setStencilBufferParams(CompareFunction func=CMPF_ALWAYS_PASS, uint32 refValue=0, uint32 compareMask=0xFFFFFFFF, uint32 writeMask=0xFFFFFFFF, StencilOperation stencilFailOp=SOP_KEEP, StencilOperation depthFailOp=SOP_KEEP, StencilOperation passOp=SOP_KEEP, bool twoSidedOperation=false)=0Ogre::RenderSystempure virtual
setStencilCheckEnabled(bool enabled)=0Ogre::RenderSystempure virtual
setVertexBufferBinding(VertexBufferBinding *binding)=0Ogre::RenderSystempure virtual
setVertexDeclaration(VertexDeclaration *decl)=0Ogre::RenderSystempure virtual
setWBufferEnabled(bool enabled)Ogre::RenderSystem
shutdown(void)Ogre::RenderSystemvirtual
unbindGpuProgram(GpuProgramType gptype)Ogre::RenderSystemvirtual
unregisterThread()=0Ogre::RenderSystempure virtual
updatePassIterationRenderState(void)Ogre::RenderSystemprotected
useCustomRenderSystemCapabilities(RenderSystemCapabilities *capabilities)Ogre::RenderSystemvirtual
validateConfigOptions(void)=0Ogre::RenderSystempure virtual
~AllocatedObject()Ogre::AllocatedObject< Alloc >
~RenderSystem()Ogre::RenderSystemvirtual

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 Mon Jan 2 2017 11:59:36