Plasma Engine  2.0
Loading...
Searching...
No Matches
plGALDeviceDX11 Member List

This is the complete list of members for plGALDeviceDX11, including all inherited members.

AddDeadObject(plUInt32 uiType, HandleType handle) (defined in plGALDevice)plGALDeviceprotected
AddDeadObject(plUInt32 uiType, HandleType handle) (defined in plGALDevice)plGALDevice
BeginCommands(const char *szName)plGALDevice
BeginCommandsPlatform(const char *szName) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
BeginFrame(const plUInt64 uiAppFrame=0)plGALDevice
BeginFramePlatform(plArrayPtr< plGALSwapChain * > swapchains, const plUInt64 uiAppFrame) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
BlendStateTable typedef (defined in plGALDevice)plGALDeviceprotected
BufferResourceViewTable typedef (defined in plGALDevice)plGALDeviceprotected
BufferTable typedef (defined in plGALDevice)plGALDeviceprotected
BufferUnorderedAccessViewTable typedef (defined in plGALDevice)plGALDeviceprotected
CreateBlendState(const plGALBlendStateCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateBlendStatePlatform(const plGALBlendStateCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateBuffer(const plGALBufferCreationDescription &description, plArrayPtr< const plUInt8 > initialData=plArrayPtr< const plUInt8 >())plGALDevice
CreateBufferPlatform(const plGALBufferCreationDescription &Description, plArrayPtr< const plUInt8 > pInitialData) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateConstantBuffer(plUInt32 uiBufferSize) (defined in plGALDevice)plGALDevice
CreateDepthStencilState(const plGALDepthStencilStateCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateDepthStencilStatePlatform(const plGALDepthStencilStateCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateDX11Device (defined in plGALDeviceDX11)plGALDeviceDX11friend
CreateIndexBuffer(plGALIndexType::Enum indexType, plUInt32 uiIndexCount, plArrayPtr< const plUInt8 > initialData=plArrayPtr< const plUInt8 >(), bool bDataIsMutable=false) (defined in plGALDevice)plGALDevice
CreateProxyTexture(plGALTextureHandle hParentTexture, plUInt32 uiSlice) (defined in plGALDevice)plGALDevice
CreateRasterizerState(const plGALRasterizerStateCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateRasterizerStatePlatform(const plGALRasterizerStateCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateRenderTargetView(const plGALRenderTargetViewCreationDescription &description)plGALDevice
CreateRenderTargetViewPlatform(plGALTexture *pTexture, const plGALRenderTargetViewCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateResourceView(const plGALTextureResourceViewCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateResourceView(const plGALBufferResourceViewCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateResourceViewPlatform(plGALTexture *pResource, const plGALTextureResourceViewCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateResourceViewPlatform(plGALBuffer *pResource, const plGALBufferResourceViewCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateSamplerState(const plGALSamplerStateCreationDescription &description)plGALDevice
CreateSamplerStatePlatform(const plGALSamplerStateCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateShader(const plGALShaderCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateShaderPlatform(const plGALShaderCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateSharedTexture(const plGALTextureCreationDescription &description, plArrayPtr< plGALSystemMemoryDescription > initialData={})plGALDevice
CreateSharedTexturePlatform(const plGALTextureCreationDescription &Description, plArrayPtr< plGALSystemMemoryDescription > pInitialData, plEnum< plGALSharedTextureType > sharedType, plGALPlatformSharedHandle handle) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateSwapChain(const SwapChainFactoryFunction &func) (defined in plGALDevice)plGALDevice
CreateTexture(const plGALTextureCreationDescription &description, plArrayPtr< plGALSystemMemoryDescription > initialData=plArrayPtr< plGALSystemMemoryDescription >())plGALDevice
CreateTexturePlatform(const plGALTextureCreationDescription &Description, plArrayPtr< plGALSystemMemoryDescription > pInitialData) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
CreateUnorderedAccessView(const plGALTextureUnorderedAccessViewCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateUnorderedAccessView(const plGALBufferUnorderedAccessViewCreationDescription &description) (defined in plGALDevice)plGALDevice
CreateUnorderedAccessViewPlatform(plGALTexture *pResource, const plGALTextureUnorderedAccessViewCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protected
CreateUnorderedAccessViewPlatform(plGALBuffer *pResource, const plGALBufferUnorderedAccessViewCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protected
CreateVertexBuffer(plUInt32 uiVertexSize, plUInt32 uiVertexCount, plArrayPtr< const plUInt8 > initialData=plArrayPtr< const plUInt8 >(), bool bDataIsMutable=false) (defined in plGALDevice)plGALDevice
CreateVertexDeclaration(const plGALVertexDeclarationCreationDescription &description)plGALDevice
CreateVertexDeclarationPlatform(const plGALVertexDeclarationCreationDescription &Description) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DepthStencilStateTable typedef (defined in plGALDevice)plGALDeviceprotected
DestroyBlendState(plGALBlendStateHandle hBlendState) (defined in plGALDevice)plGALDevice
DestroyBlendStatePlatform(plGALBlendState *pBlendState) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyBuffer(plGALBufferHandle hBuffer) (defined in plGALDevice)plGALDevice
DestroyBufferPlatform(plGALBuffer *pBuffer) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyDeadObjects() (defined in plGALDevice)plGALDeviceprotected
DestroyDepthStencilState(plGALDepthStencilStateHandle hDepthStencilState) (defined in plGALDevice)plGALDevice
DestroyDepthStencilStatePlatform(plGALDepthStencilState *pDepthStencilState) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyProxyTexture(plGALTextureHandle hProxyTexture) (defined in plGALDevice)plGALDevice
DestroyRasterizerState(plGALRasterizerStateHandle hRasterizerState) (defined in plGALDevice)plGALDevice
DestroyRasterizerStatePlatform(plGALRasterizerState *pRasterizerState) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyRenderTargetView(plGALRenderTargetViewHandle hRenderTargetView) (defined in plGALDevice)plGALDevice
DestroyRenderTargetViewPlatform(plGALRenderTargetView *pRenderTargetView) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyResourceView(plGALTextureResourceViewHandle hResourceView) (defined in plGALDevice)plGALDevice
DestroyResourceView(plGALBufferResourceViewHandle hResourceView) (defined in plGALDevice)plGALDevice
DestroyResourceViewPlatform(plGALTextureResourceView *pResourceView) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyResourceViewPlatform(plGALBufferResourceView *pResourceView) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroySamplerState(plGALSamplerStateHandle hSamplerState) (defined in plGALDevice)plGALDevice
DestroySamplerStatePlatform(plGALSamplerState *pSamplerState) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyShader(plGALShaderHandle hShader) (defined in plGALDevice)plGALDevice
DestroyShaderPlatform(plGALShader *pShader) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroySharedTexture(plGALTextureHandle hTexture) (defined in plGALDevice)plGALDevice
DestroySharedTexturePlatform(plGALTexture *pTexture) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroySwapChain(plGALSwapChainHandle hSwapChain) (defined in plGALDevice)plGALDevice
DestroyTexture(plGALTextureHandle hTexture) (defined in plGALDevice)plGALDevice
DestroyTexturePlatform(plGALTexture *pTexture) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyUnorderedAccessView(plGALTextureUnorderedAccessViewHandle hUnorderedAccessView) (defined in plGALDevice)plGALDevice
DestroyUnorderedAccessView(plGALBufferUnorderedAccessViewHandle hUnorderedAccessView) (defined in plGALDevice)plGALDevice
DestroyUnorderedAccessViewPlatform(plGALTextureUnorderedAccessView *pUnorderedAccessView) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyUnorderedAccessViewPlatform(plGALBufferUnorderedAccessView *pUnorderedAccessView) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyVertexDeclaration(plGALVertexDeclarationHandle hVertexDeclaration) (defined in plGALDevice)plGALDevice
DestroyVertexDeclarationPlatform(plGALVertexDeclaration *pVertexDeclaration) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
DestroyViews(plGALTexture *pResource) (defined in plGALDevice)plGALDeviceprotected
DestroyViews(plGALBuffer *pResource) (defined in plGALDevice)plGALDeviceprotected
EndCommands(plGALCommandEncoder *pCommandEncoder)plGALDevice
EndCommandsPlatform(plGALCommandEncoder *pPass) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
EndFrame()plGALDevice
EndFramePlatform(plArrayPtr< plGALSwapChain * > swapchains) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
EnqueueFrameSwapChain(plGALSwapChainHandle hSwapChain)plGALDevice
FillCapabilitiesPlatform() override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
FinalizeBufferInternal(const plGALBufferCreationDescription &desc, plGALBuffer *pBuffer) (defined in plGALDevice)plGALDeviceprotected
FinalizeTextureInternal(const plGALTextureCreationDescription &desc, plGALTexture *pTexture) (defined in plGALDevice)plGALDeviceprotected
Flush() (defined in plGALDevice)plGALDevice
FlushDeadObjects() (defined in plGALDeviceDX11)plGALDeviceDX11
FlushPlatform() override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
Get(typename IdTableType::TypeOfId hHandle, const IdTableType &IdTable) const (defined in plGALDevice)plGALDeviceprotected
Get(typename IdTableType::TypeOfId hHandle, const IdTableType &IdTable) const (defined in plGALDevice)plGALDevice
GetAllocator()plGALDeviceinline
GetBackBufferTextureFromSwapChain(plGALSwapChainHandle hSwapChain)plGALDevice
GetBlendState(plGALBlendStateHandle hBlendState) const (defined in plGALDevice)plGALDeviceinline
GetBuffer(plGALBufferHandle hBuffer) const (defined in plGALDevice)plGALDeviceinline
GetCapabilities() const (defined in plGALDevice)plGALDevice
GetCommandEncoder() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetCurrentFrame() constplGALDevice
GetCurrentFramePlatform() const override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetDefaultDevice() (defined in plGALDevice)plGALDevicestatic
GetDefaultRenderTargetView(plGALTextureHandle hTexture) (defined in plGALDevice)plGALDevice
GetDefaultResourceView(plGALTextureHandle hTexture) (defined in plGALDevice)plGALDevice
GetDefaultResourceView(plGALBufferHandle hBuffer) (defined in plGALDevice)plGALDevice
GetDepthStencilState(plGALDepthStencilStateHandle hDepthStencilState) const (defined in plGALDevice)plGALDeviceinline
GetDescription() const (defined in plGALDevice)plGALDevice
GetDXDevice() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetDXDevice3() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetDXGIFactory() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetDXImmediateContext() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetFenceQueue() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetFenceResult(plGALFenceHandle hFence, plTime timeout=plTime::MakeZero())plGALDevice
GetFenceResultPlatform(plGALFenceHandle hFence, plTime timeout) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetFormatLookupTable() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetMemoryConsumptionForBuffer(const plGALBufferCreationDescription &description) const (defined in plGALDevice)plGALDevicevirtual
GetMemoryConsumptionForTexture(const plGALTextureCreationDescription &description) const (defined in plGALDevice)plGALDevicevirtual
GetOcclusionQueryResult(plGALOcclusionHandle hOcclusion, plUInt64 &out_uiResult)plGALDevice
GetOcclusionResultPlatform(plGALOcclusionHandle hOcclusion, plUInt64 &out_uiResult) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetQueryPool() const (defined in plGALDeviceDX11)plGALDeviceDX11
GetRasterizerState(plGALRasterizerStateHandle hRasterizerState) const (defined in plGALDevice)plGALDeviceinline
GetRenderer() (defined in plGALDevice)plGALDevice
GetRendererPlatform() override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetRenderTargetView(plGALRenderTargetViewHandle hRenderTargetView) const (defined in plGALDevice)plGALDeviceinline
GetResourceView(plGALTextureResourceViewHandle hResourceView) const (defined in plGALDevice)plGALDeviceinline
GetResourceView(plGALBufferResourceViewHandle hResourceView) const (defined in plGALDevice)plGALDeviceinline
GetSafeFrame() constplGALDevice
GetSafeFramePlatform() const override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetSamplerState(plGALSamplerStateHandle hSamplerState) const (defined in plGALDevice)plGALDeviceinline
GetShader(plGALShaderHandle hShader) const (defined in plGALDevice)plGALDeviceinline
GetSharedTexture(plGALTextureHandle hTexture) const override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetSwapChain(plGALSwapChainHandle hSwapChain) const (defined in plGALDevice)plGALDeviceinline
GetSwapChain(plGALSwapChainHandle hSwapChain) const (defined in plGALDevice)plGALDeviceinline
GetSwapChainInternal(plGALSwapChainHandle hSwapChain, const plRTTI *pRequestedType) const (defined in plGALDevice)plGALDeviceprotected
GetTexture(plGALTextureHandle hTexture) const (defined in plGALDevice)plGALDeviceinline
GetTimestampResult(plGALTimestampHandle hTimestamp, plTime &out_result)plGALDevice
GetTimestampResultPlatform(plGALTimestampHandle hTimestamp, plTime &out_result) override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
GetUnorderedAccessView(plGALTextureUnorderedAccessViewHandle hUnorderedAccessView) const (defined in plGALDevice)plGALDeviceinline
GetUnorderedAccessView(plGALBufferUnorderedAccessViewHandle hUnorderedAccessView) const (defined in plGALDevice)plGALDeviceinline
GetVertexDeclaration(plGALVertexDeclarationHandle hVertexDeclaration) const (defined in plGALDevice)plGALDeviceinline
HasDefaultDevice() (defined in plGALDevice)plGALDevicestatic
Init() (defined in plGALDevice)plGALDevice
InitPlatform(DWORD flags, IDXGIAdapter *pUsedAdapter)plGALDeviceDX11protected
InitPlatform() override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
m_Allocator (defined in plGALDevice)plGALDeviceprotected
m_AllocatorWrapper (defined in plGALDevice)plGALDeviceprotected
m_BlendStates (defined in plGALDevice)plGALDeviceprotected
m_BlendStateTable (defined in plGALDevice)plGALDeviceprotected
m_BufferResourceViews (defined in plGALDevice)plGALDeviceprotected
m_Buffers (defined in plGALDevice)plGALDeviceprotected
m_BufferUnorderedAccessViews (defined in plGALDevice)plGALDeviceprotected
m_Capabilities (defined in plGALDevice)plGALDeviceprotected
m_DeadObjects (defined in plGALDevice)plGALDeviceprotected
m_DepthStencilStates (defined in plGALDevice)plGALDeviceprotected
m_DepthStencilStateTable (defined in plGALDevice)plGALDeviceprotected
m_Description (defined in plGALDevice)plGALDeviceprotected
m_Mutex (defined in plGALDevice)plGALDevicemutable
m_RasterizerStates (defined in plGALDevice)plGALDeviceprotected
m_RasterizerStateTable (defined in plGALDevice)plGALDeviceprotected
m_RenderTargetViews (defined in plGALDevice)plGALDeviceprotected
m_SamplerStates (defined in plGALDevice)plGALDeviceprotected
m_SamplerStateTable (defined in plGALDevice)plGALDeviceprotected
m_Shaders (defined in plGALDevice)plGALDeviceprotected
m_SwapChains (defined in plGALDevice)plGALDeviceprotected
m_TextureResourceViews (defined in plGALDevice)plGALDeviceprotected
m_Textures (defined in plGALDevice)plGALDeviceprotected
m_TextureUnorderedAccessViews (defined in plGALDevice)plGALDeviceprotected
m_VertexDeclarations (defined in plGALDevice)plGALDeviceprotected
m_VertexDeclarationTable (defined in plGALDevice)plGALDeviceprotected
OpenSharedTexture(const plGALTextureCreationDescription &description, plGALPlatformSharedHandle hSharedHandle) (defined in plGALDevice)plGALDevice
plGALCommandEncoderImplDX11 (defined in plGALDeviceDX11)plGALDeviceDX11friend
plGALDevice(const plGALDeviceCreationDescription &Description) (defined in plGALDevice)plGALDeviceprotected
PresentPlatform(const plGALSwapChain *pSwapChain, bool bVSync) (defined in plGALDeviceDX11)plGALDeviceDX11protected
RasterizerStateTable typedef (defined in plGALDevice)plGALDeviceprotected
RenderTargetViewTable typedef (defined in plGALDevice)plGALDeviceprotected
ReportLiveGpuObjects() (defined in plGALDeviceDX11)plGALDeviceDX11
ReviveDeadObject(plUInt32 uiType, HandleType handle) (defined in plGALDevice)plGALDeviceprotected
s_Events (defined in plGALDevice)plGALDevicestatic
SamplerStateTable typedef (defined in plGALDevice)plGALDeviceprotected
SetDefaultDevice(plGALDevice *pDefaultDevice) (defined in plGALDevice)plGALDevicestatic
ShaderTable typedef (defined in plGALDevice)plGALDeviceprotected
Shutdown() (defined in plGALDevice)plGALDevice
ShutdownPlatform() override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
SwapChainFactoryFunction typedef (defined in plGALDevice)plGALDevice
SwapChainTable typedef (defined in plGALDevice)plGALDeviceprotected
TextureResourceViewTable typedef (defined in plGALDevice)plGALDeviceprotected
TextureTable typedef (defined in plGALDevice)plGALDeviceprotected
TextureUnorderedAccessViewTable typedef (defined in plGALDevice)plGALDeviceprotected
UpdateSwapChain(plGALSwapChainHandle hSwapChain, plEnum< plGALPresentMode > newPresentMode) (defined in plGALDevice)plGALDevice
VerifyMultithreadedAccess() constplGALDeviceprotected
VertexDeclarationTable typedef (defined in plGALDevice)plGALDeviceprotected
WaitIdle()plGALDevice
WaitIdlePlatform() override (defined in plGALDeviceDX11)plGALDeviceDX11protectedvirtual
~plGALDevice() (defined in plGALDevice)plGALDeviceprotectedvirtual
~plGALDeviceDX11() (defined in plGALDeviceDX11)plGALDeviceDX11virtual