OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::D3D11RenderSystem Member List

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

_applyObliqueDepthProjection(Matrix4 &matrix, const Plane &plane, bool forGpuProgram)Ogre::D3D11RenderSystemvirtual
_beginFrame(void)Ogre::D3D11RenderSystemvirtual
_beginFrameOnce(void)Ogre::RenderSystemvirtual
_beginGeometryCount(void)Ogre::RenderSystemvirtual
_bindTextureUavCS(uint32 slot, Texture *texture, ResourceAccess::ResourceAccess access, int32 mipmapLevel, int32 textureArrayIndex, PixelFormat pixelFormat)Ogre::D3D11RenderSystemvirtual
_checkTextureFilteringSupported(TextureType ttype, PixelFormat format, int usage)Ogre::D3D11RenderSystem
_cleanupDepthBuffers(bool bCleanManualBuffers=true)Ogre::RenderSystem
_clearStateAndFlushCommandBuffer(void)Ogre::D3D11RenderSystem
_convertProjectionMatrix(const Matrix4 &matrix, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D11RenderSystemvirtual
_createDepthBufferFor(RenderTarget *renderTarget, bool exactMatchFormat)Ogre::D3D11RenderSystemvirtual
_createRenderWindow(const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)Ogre::D3D11RenderSystemvirtual
_createRenderWindows(const RenderWindowDescriptionList &renderWindowDescriptions, RenderWindowList &createdWindows)Ogre::RenderSystemvirtual
_destroyDepthBuffer(DepthBuffer *depthBuffer)Ogre::RenderSystemvirtual
_disableTextureUnit(size_t texUnit)Ogre::D3D11RenderSystemvirtual
_disableTextureUnitsFrom(size_t texUnit)Ogre::RenderSystemvirtual
_dispatch(const HlmsComputePso &pso)Ogre::D3D11RenderSystemvirtual
_endFrame(void)Ogre::D3D11RenderSystemvirtual
_endFrameOnce(void)Ogre::RenderSysteminlinevirtual
_executeResourceTransition(ResourceTransition *resTransition)Ogre::RenderSysteminlinevirtual
_getBatchCount(void) constOgre::RenderSystemvirtual
_getBoundComputeProgram() constOgre::D3D11RenderSystem
_getDefaultViewportMaterialScheme(void) constOgre::RenderSystemvirtual
_getDevice()Ogre::D3D11RenderSysteminline
_getFaceCount(void) constOgre::RenderSystemvirtual
_getFeatureLevel() constOgre::D3D11RenderSysteminline
_getVertexCount(void) constOgre::RenderSystemvirtual
_getViewport(void)Ogre::RenderSystemvirtual
_hlmsBlendblockCreated(HlmsBlendblock *newBlock)Ogre::D3D11RenderSystemvirtual
_hlmsBlendblockDestroyed(HlmsBlendblock *block)Ogre::D3D11RenderSystemvirtual
_hlmsComputePipelineStateObjectCreated(HlmsComputePso *newPso)Ogre::D3D11RenderSystemvirtual
_hlmsComputePipelineStateObjectDestroyed(HlmsComputePso *newPso)Ogre::D3D11RenderSystemvirtual
_hlmsMacroblockCreated(HlmsMacroblock *newBlock)Ogre::D3D11RenderSystemvirtual
_hlmsMacroblockDestroyed(HlmsMacroblock *block)Ogre::D3D11RenderSystemvirtual
_hlmsPipelineStateObjectCreated(HlmsPso *newPso)Ogre::D3D11RenderSystemvirtual
_hlmsPipelineStateObjectDestroyed(HlmsPso *pso)Ogre::D3D11RenderSystemvirtual
_hlmsSamplerblockCreated(HlmsSamplerblock *newBlock)Ogre::D3D11RenderSystemvirtual
_hlmsSamplerblockDestroyed(HlmsSamplerblock *block)Ogre::D3D11RenderSystemvirtual
_initialise(bool autoCreateWindow, const String &windowTitle="OGRE Render Window")Ogre::D3D11RenderSystemvirtual
_initRenderTargets(void)Ogre::RenderSystemvirtual
_makeOrthoMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D11RenderSystemvirtual
_makeProjectionMatrix(const Radian &fovy, Real aspect, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D11RenderSystemvirtual
_makeProjectionMatrix(Real left, Real right, Real bottom, Real top, Real nearPlane, Real farPlane, Matrix4 &dest, bool forGpuProgram=false)Ogre::D3D11RenderSystemvirtual
_notifyCompositorNodeSwitchedRenderTarget(RenderTarget *previousTarget)Ogre::RenderSysteminlinevirtual
_pauseFrame(void)Ogre::RenderSystemvirtual
_removeManualDepthBuffer(DepthBuffer *depthBuffer)Ogre::D3D11RenderSystem
_render(const v1::RenderOperation &op)Ogre::D3D11RenderSystemvirtual
_render(const CbDrawCallIndexed *cmd)Ogre::D3D11RenderSystemvirtual
_render(const CbDrawCallStrip *cmd)Ogre::D3D11RenderSystemvirtual
_render(const v1::CbDrawCallIndexed *cmd)Ogre::D3D11RenderSystemvirtual
_render(const v1::CbDrawCallStrip *cmd)Ogre::D3D11RenderSystemvirtual
_renderEmulated(const CbDrawCallIndexed *cmd)Ogre::D3D11RenderSystemvirtual
_renderEmulated(const CbDrawCallStrip *cmd)Ogre::D3D11RenderSystemvirtual
_renderEmulatedNoBaseInstance(const CbDrawCallIndexed *cmd)Ogre::RenderSysteminlinevirtual
_renderEmulatedNoBaseInstance(const CbDrawCallStrip *cmd)Ogre::RenderSysteminlinevirtual
_renderNoBaseInstance(const v1::CbDrawCallIndexed *cmd)Ogre::RenderSysteminlinevirtual
_renderNoBaseInstance(const v1::CbDrawCallStrip *cmd)Ogre::RenderSysteminlinevirtual
_renderUsingReadBackAsTexture(unsigned int passNr, Ogre::String variableName, unsigned int StartSlot)Ogre::D3D11RenderSystemvirtual
_resourceTransitionCreated(ResourceTransition *resTransition)Ogre::RenderSysteminlinevirtual
_resourceTransitionDestroyed(ResourceTransition *resTransition)Ogre::RenderSysteminlinevirtual
_resumeFrame(RenderSystemContext *context)Ogre::RenderSystemvirtual
_setBindingType(TextureUnitState::BindingType bindingType)Ogre::D3D11RenderSystemvirtual
_setComputePso(const HlmsComputePso *pso)Ogre::D3D11RenderSystemvirtual
_setFog(FogMode mode=FOG_NONE, const ColourValue &colour=ColourValue::White, Real expDensity=1.0, Real linearStart=0.0, Real linearEnd=1.0)Ogre::D3D11RenderSystem
_setGeometryTexture(size_t unit, const TexturePtr &tex)Ogre::D3D11RenderSystemvirtual
_setHlmsBlendblock(const HlmsBlendblock *blendblock)Ogre::D3D11RenderSystem
_setHlmsMacroblock(const HlmsMacroblock *macroblock)Ogre::D3D11RenderSystem
_setHlmsSamplerblock(uint8 texUnit, const HlmsSamplerblock *samplerblock)Ogre::D3D11RenderSystemvirtual
_setHlmsSamplerblockCS(uint8 texUnit, const HlmsSamplerblock *samplerblock)Ogre::D3D11RenderSystemvirtual
_setIndirectBuffer(IndirectBufferPacked *indirectBuffer)Ogre::D3D11RenderSystemvirtual
_setPipelineStateObject(const HlmsPso *pso)Ogre::D3D11RenderSystemvirtual
_setPointParameters(Real size, bool attenuationEnabled, Real constant, Real linear, Real quadratic, Real minSize, Real maxSize)Ogre::D3D11RenderSystemvirtual
_setPointSpritesEnabled(bool enabled)Ogre::D3D11RenderSystemvirtual
_setProjectionMatrix(const Matrix4 &m)Ogre::D3D11RenderSystemvirtual
_setRenderOperation(const v1::CbRenderOp *cmd)Ogre::D3D11RenderSystemvirtual
_setRenderTarget(RenderTarget *target, uint8 viewportRenderTargetFlags)Ogre::D3D11RenderSystemvirtual
_setSurfaceParams(const ColourValue &ambient, const ColourValue &diffuse, const ColourValue &specular, const ColourValue &emissive, Real shininess, TrackVertexColourType tracking)Ogre::D3D11RenderSystemvirtual
_setTessellationDomainTexture(size_t unit, const TexturePtr &tex)Ogre::D3D11RenderSystemvirtual
_setTessellationHullTexture(size_t unit, const TexturePtr &tex)Ogre::D3D11RenderSystemvirtual
_setTexture(size_t unit, bool enabled, Texture *texPtr)Ogre::D3D11RenderSystemvirtual
Ogre::RenderSystem::_setTexture(size_t unit, bool enabled, const String &texname)Ogre::RenderSystemvirtual
_setTextureBlendMode(size_t unit, const LayerBlendModeEx &bm)Ogre::D3D11RenderSystemvirtual
_setTextureCoordCalculation(size_t unit, TexCoordCalcMethod m, const Frustum *frustum=0)Ogre::D3D11RenderSystemvirtual
_setTextureCoordSet(size_t unit, size_t index)Ogre::D3D11RenderSystemvirtual
_setTextureCS(uint32 slot, bool enabled, Texture *texPtr)Ogre::D3D11RenderSystemvirtual
_setTextureMatrix(size_t unit, const Matrix4 &xform)Ogre::D3D11RenderSystemvirtual
_setTextureProjectionRelativeTo(bool enabled, const Vector3 &pos)Ogre::RenderSystemvirtual
_setTextureUnitSettings(size_t texUnit, TextureUnitState &tl)Ogre::RenderSystemvirtual
_setVertexArrayObject(const VertexArrayObject *vao)Ogre::D3D11RenderSystemvirtual
_setVertexTexture(size_t unit, const TexturePtr &tex)Ogre::D3D11RenderSystemvirtual
_setViewMatrix(const Matrix4 &m)Ogre::D3D11RenderSystemvirtual
_setViewport(Viewport *vp)Ogre::D3D11RenderSystemvirtual
_setWorldMatrices(const Matrix4 *m, unsigned short count)Ogre::RenderSystemvirtual
_setWorldMatrix(const Matrix4 &m)Ogre::D3D11RenderSystemvirtual
_startLegacyV1Rendering(void)Ogre::RenderSysteminlinevirtual
_update(void)Ogre::RenderSystem
_useLights(const LightList &lights, unsigned short limit)Ogre::D3D11RenderSystemvirtual
addClipPlane(const Plane &p)Ogre::RenderSystemvirtual
addClipPlane(Real A, Real B, Real C, Real D)Ogre::RenderSystemvirtual
addListener(Listener *l)Ogre::RenderSystemvirtual
addToSwitchingFullscreenCounter()Ogre::D3D11RenderSysteminline
AllocatedObject()Ogre::AllocatedObject< Alloc >inlineexplicit
areFixedFunctionLightsInViewSpace() constOgre::RenderSysteminlinevirtual
attachRenderTarget(RenderTarget &target)Ogre::RenderSystemvirtual
beginGPUSampleProfile(const String &name, uint32 *hashCache)Ogre::D3D11RenderSystemvirtual
beginProfileEvent(const String &eventName)Ogre::D3D11RenderSystemvirtual
bindGpuProgramParameters(GpuProgramType gptype, GpuProgramParametersSharedPtr params, uint16 mask)Ogre::D3D11RenderSystemvirtual
bindGpuProgramPassIterationParameters(GpuProgramType gptype)Ogre::D3D11RenderSystemvirtual
checkExtension(const String &ext) constOgre::RenderSysteminlinevirtual
clearFrameBuffer(unsigned int buffers, const ColourValue &colour=ColourValue::Black, Real depth=1.0f, unsigned short stencil=0)Ogre::D3D11RenderSystemvirtual
clearUAVs(void)Ogre::D3D11RenderSystemvirtual
compositorWorkspaceBegin(CompositorWorkspace *workspace, const bool forceBeginFrame)Ogre::RenderSystemvirtual
compositorWorkspaceEnd(CompositorWorkspace *workspace, const bool forceEndFrame)Ogre::RenderSystemvirtual
compositorWorkspaceUpdate(CompositorWorkspace *workspace)Ogre::RenderSystemvirtual
convertColourValue(const ColourValue &colour, uint32 *pDest)Ogre::RenderSystemvirtual
createHardwareOcclusionQuery(void)Ogre::D3D11RenderSystemvirtual
createMultiRenderTarget(const String &name)Ogre::D3D11RenderSystemvirtual
createRenderTexture(const String &name, unsigned int width, unsigned int height, TextureType texType=TEX_TYPE_2D, PixelFormat internalFormat=PF_X8R8G8B8, const NameValuePairList *miscParams=0)Ogre::D3D11RenderSystem
createUniqueDepthBufferFor(RenderTarget *renderTarget, bool exactMatch)Ogre::RenderSystemvirtual
D3D11RenderSystem()Ogre::D3D11RenderSystem
deinitGPUProfiling(void)Ogre::D3D11RenderSystemvirtual
destroyHardwareOcclusionQuery(HardwareOcclusionQuery *hq)Ogre::RenderSystemvirtual
destroyRenderTarget(const String &name)Ogre::D3D11RenderSystemvirtual
destroyRenderTexture(const String &name)Ogre::RenderSystemvirtual
destroyRenderWindow(const String &name)Ogre::RenderSystemvirtual
detachRenderTarget(const String &name)Ogre::D3D11RenderSystemvirtual
determineFSAASettings(uint fsaa, const String &fsaaHint, DXGI_FORMAT format, DXGI_SAMPLE_DESC *outFSAASettings)Ogre::D3D11RenderSystem
discardFrameBuffer(unsigned int buffers)Ogre::D3D11RenderSystemvirtual
enableClipPlane(ushort index, bool enable)Ogre::D3D11RenderSystem
endGPUSampleProfile(const String &name)Ogre::D3D11RenderSystemvirtual
endProfileEvent(void)Ogre::D3D11RenderSystemvirtual
fireDeviceEvent(D3D11Device *device, const String &name, D3D11RenderWindowBase *sendingWindow=NULL)Ogre::D3D11RenderSystem
flushUAVs(void)Ogre::D3D11RenderSystemvirtual
getCapabilities(void) constOgre::RenderSysteminline
getColourVertexElementType(void) constOgre::D3D11RenderSystemvirtual
getConfigOptions(void)Ogre::D3D11RenderSystemvirtual
getCustomAttribute(const String &name, void *pData)Ogre::D3D11RenderSystemvirtual
getDebugShaders(void) constOgre::RenderSysteminline
getDisplayMonitorCount() constOgre::D3D11RenderSystemvirtual
getDriverVersion(void) constOgre::RenderSysteminlinevirtual
getErrorDescription(long errorNumber) constOgre::D3D11RenderSystemvirtual
getFriendlyName(void) constOgre::D3D11RenderSystemvirtual
getGlobalInstanceVertexBuffer() constOgre::RenderSystem
getGlobalInstanceVertexBufferVertexDeclaration() constOgre::RenderSystem
getGlobalNumberOfInstances() constOgre::RenderSystem
getHorizontalTexelOffset(void)Ogre::D3D11RenderSystemvirtual
getInvertVertexWinding(void) constOgre::RenderSystemvirtual
getMapL8toRGB8(void) constOgre::D3D11RenderSystem
getMaximumDepthInputValue(void)Ogre::D3D11RenderSystemvirtual
getMinimumDepthInputValue(void)Ogre::D3D11RenderSystemvirtual
getMutableCapabilities()Ogre::RenderSysteminline
getName(void) constOgre::D3D11RenderSystemvirtual
getNativeShadingLanguageVersion() constOgre::RenderSysteminline
getPixelFormatToShaderType(void) constOgre::D3D11RenderSystemvirtual
getRenderSystemEvents(void) constOgre::RenderSysteminlinevirtual
getRenderTarget(const String &name)Ogre::RenderSystemvirtual
getRenderTargetIterator(void)Ogre::RenderSysteminlinevirtual
getRSDepthRange(void) constOgre::D3D11RenderSystemvirtual
getSharedListener(void)Ogre::RenderSystemstatic
getStencilBufferParams(void) constOgre::RenderSysteminline
getSwitchingFullscreenCounter() constOgre::D3D11RenderSysteminline
getVaoManager(void) constOgre::RenderSysteminline
getVerticalTexelOffset(void)Ogre::D3D11RenderSystemvirtual
getWBufferEnabled(void) constOgre::RenderSystem
handleDeviceLost()Ogre::D3D11RenderSystem
hasAnisotropicMipMapFilter() constOgre::D3D11RenderSysteminlinevirtual
initConfigOptions(void)Ogre::D3D11RenderSystemvirtual
initGPUProfiling(void)Ogre::D3D11RenderSystemvirtual
initRenderSystem()Ogre::D3D11RenderSystem
isGpuProgramBound(GpuProgramType gptype)Ogre::RenderSystemvirtual
isStaticBufferLockable() constOgre::RenderSysteminlinevirtual
markProfileEvent(const String &eventName)Ogre::D3D11RenderSystemvirtual
operator delete(void *ptr)Ogre::AllocatedObject< Alloc >inline
operator delete(void *ptr, void *)Ogre::AllocatedObject< Alloc >inline
operator delete(void *ptr, const char *, int, const char *)Ogre::AllocatedObject< Alloc >inline
operator delete[](void *ptr)Ogre::AllocatedObject< Alloc >inline
operator delete[](void *ptr, const char *, int, const char *)Ogre::AllocatedObject< Alloc >inline
operator new(size_t sz, const char *file, int line, const char *func)Ogre::AllocatedObject< Alloc >inline
operator new(size_t sz)Ogre::AllocatedObject< Alloc >inline
operator new(size_t sz, void *ptr)Ogre::AllocatedObject< Alloc >inline
operator new[](size_t sz, const char *file, int line, const char *func)Ogre::AllocatedObject< Alloc >inline
operator new[](size_t sz)Ogre::AllocatedObject< Alloc >inline
postExtraThreadsStarted()Ogre::D3D11RenderSystemvirtual
preExtraThreadsStarted()Ogre::D3D11RenderSystemvirtual
queueBindUAV(uint32 slot, TexturePtr texture, ResourceAccess::ResourceAccess access=ResourceAccess::ReadWrite, int32 mipmapLevel=0, int32 textureArrayIndex=0, PixelFormat pixelFormat=PF_UNKNOWN)Ogre::D3D11RenderSystemvirtual
queueBindUAV(uint32 slot, UavBufferPacked *buffer, ResourceAccess::ResourceAccess access=ResourceAccess::ReadWrite, size_t offset=0, size_t sizeBytes=0)Ogre::D3D11RenderSystemvirtual
registerThread()Ogre::D3D11RenderSystemvirtual
reinitialise()Ogre::D3D11RenderSystemvirtual
removeListener(Listener *l)Ogre::RenderSystemvirtual
RenderSystem()Ogre::RenderSystem
RenderTargetIterator typedefOgre::RenderSystem
resetClipPlanes()Ogre::RenderSystemvirtual
setClipPlane(ushort index, Real A, Real B, Real C, Real D)Ogre::D3D11RenderSystem
setClipPlanes(const PlaneList &clipPlanes)Ogre::RenderSystemvirtual
setConfigOption(const String &name, const String &value)Ogre::D3D11RenderSystemvirtual
setCurrentPassIterationCount(const size_t count)Ogre::RenderSysteminlinevirtual
setDebugShaders(bool bDebugShaders)Ogre::RenderSystem
setDepthBufferFor(RenderTarget *renderTarget, bool exactMatch)Ogre::RenderSystemvirtual
setDeriveDepthBias(bool derive, float baseValue=0.0f, float multiplier=0.0f, float slopeScale=0.0f)Ogre::RenderSysteminlinevirtual
setDrawBuffer(ColourBufferType colourBuffer)Ogre::D3D11RenderSystemvirtual
setGlobalInstanceVertexBuffer(const v1::HardwareVertexBufferSharedPtr &val)Ogre::RenderSystem
setGlobalInstanceVertexBufferVertexDeclaration(v1::VertexDeclaration *val)Ogre::RenderSystem
setGlobalNumberOfInstances(const size_t val)Ogre::RenderSystem
setInvertVertexWinding(bool invert)Ogre::RenderSystem
setLightingEnabled(bool enabled)Ogre::D3D11RenderSystem
setMapL8toRGB8(bool bMap)Ogre::D3D11RenderSystem
setNormaliseNormals(bool normalise)Ogre::D3D11RenderSystem
setShadingType(ShadeOptions so)Ogre::D3D11RenderSystem
setSharedListener(Listener *listener)Ogre::RenderSystemstatic
setStencilBufferParams(uint32 refValue, const StencilParams &stencilParams)Ogre::D3D11RenderSystemvirtual
setSubroutine(GpuProgramType gptype, unsigned int slotIndex, const String &subroutineName)Ogre::D3D11RenderSystem
setSubroutine(GpuProgramType gptype, const String &slotName, const String &subroutineName)Ogre::D3D11RenderSystem
setUavStartingSlot(uint32 startingSlot)Ogre::RenderSystemvirtual
setWBufferEnabled(bool enabled)Ogre::RenderSystem
shutdown()Ogre::D3D11RenderSystemvirtual
unregisterThread()Ogre::D3D11RenderSystemvirtual
updateCompositorManager(CompositorManager2 *compositorManager, SceneManagerEnumerator &sceneManagers, HlmsManager *hlmsManager)Ogre::RenderSystemvirtual
useCustomRenderSystemCapabilities(RenderSystemCapabilities *capabilities)Ogre::RenderSystemvirtual
validateConfigOptions(void)Ogre::D3D11RenderSystemvirtual
validateDevice(bool forceDeviceElection=false)Ogre::D3D11RenderSystem
~AllocatedObject()Ogre::AllocatedObject< Alloc >inline
~D3D11RenderSystem()Ogre::D3D11RenderSystem
~RenderSystem()Ogre::RenderSystemvirtual