ezEngine Release 25.08
Loading...
Searching...
No Matches
ezGALDeviceDX11 Member List

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

AddDeadObject(ezUInt32 uiType, HandleType handle) (defined in ezGALDevice)ezGALDeviceprotected
AddDeadObject(ezUInt32 uiType, HandleType handle) (defined in ezGALDevice)ezGALDevice
BeginCommands(const char *szName)ezGALDevice
BeginCommandsPlatform(const char *szName) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
BeginFrame(const ezUInt64 uiAppFrame=0)ezGALDevice
BeginFramePlatform(ezArrayPtr< ezGALSwapChain * > swapchains, const ezUInt64 uiAppFrame) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
BindGroupLayoutTable typedef (defined in ezGALDevice)ezGALDeviceprotected
BlendStateTable typedef (defined in ezGALDevice)ezGALDeviceprotected
BufferTable typedef (defined in ezGALDevice)ezGALDeviceprotected
ComputePipelineTable typedef (defined in ezGALDevice)ezGALDeviceprotected
CreateBindGroupLayout(const ezGALBindGroupLayoutCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateBindGroupLayoutPlatform(const ezGALBindGroupLayoutCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateBlendState(const ezGALBlendStateCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateBlendStatePlatform(const ezGALBlendStateCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateBuffer(const ezGALBufferCreationDescription &description, ezArrayPtr< const ezUInt8 > initialData=ezArrayPtr< const ezUInt8 >())ezGALDevice
CreateBufferPlatform(const ezGALBufferCreationDescription &Description, ezArrayPtr< const ezUInt8 > pInitialData) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateComputePipeline(const ezGALComputePipelineCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateComputePipelinePlatform(const ezGALComputePipelineCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateConstantBuffer(ezUInt32 uiBufferSize) (defined in ezGALDevice)ezGALDevice
CreateDepthStencilState(const ezGALDepthStencilStateCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateDepthStencilStatePlatform(const ezGALDepthStencilStateCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateDX11Device (defined in ezGALDeviceDX11)ezGALDeviceDX11friend
CreateDynamicBuffer(const ezGALBufferCreationDescription &description, ezStringView sDebugName) (defined in ezGALDevice)ezGALDevice
CreateGraphicsPipeline(const ezGALGraphicsPipelineCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateGraphicsPipelinePlatform(const ezGALGraphicsPipelineCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateIndexBuffer(ezGALIndexType::Enum indexType, ezUInt32 uiIndexCount, ezArrayPtr< const ezUInt8 > initialData=ezArrayPtr< const ezUInt8 >(), bool bDataIsMutable=false) (defined in ezGALDevice)ezGALDevice
CreatePipelineLayout(const ezGALPipelineLayoutCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreatePipelineLayoutPlatform(const ezGALPipelineLayoutCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateProxyTexture(ezGALTextureHandle hParentTexture, ezUInt32 uiSlice) (defined in ezGALDevice)ezGALDevice
CreateRasterizerState(const ezGALRasterizerStateCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateRasterizerStatePlatform(const ezGALRasterizerStateCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateReadbackBuffer(const ezGALBufferCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateReadbackBufferPlatform(const ezGALBufferCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateReadbackTexture(const ezGALTextureCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateReadbackTexturePlatform(const ezGALTextureCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateRenderTargetView(const ezGALRenderTargetViewCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateRenderTargetViewPlatform(ezGALTexture *pTexture, const ezGALRenderTargetViewCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateSamplerState(const ezGALSamplerStateCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateSamplerStatePlatform(const ezGALSamplerStateCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateShader(const ezGALShaderCreationDescription &description) (defined in ezGALDevice)ezGALDevice
CreateShaderPlatform(const ezGALShaderCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateSharedTexture(const ezGALTextureCreationDescription &description, ezArrayPtr< ezGALSystemMemoryDescription > initialData={})ezGALDevice
CreateSharedTexturePlatform(const ezGALTextureCreationDescription &Description, ezArrayPtr< ezGALSystemMemoryDescription > pInitialData, ezEnum< ezGALSharedTextureType > sharedType, ezGALPlatformSharedHandle handle) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateSwapChain(const SwapChainFactoryFunction &func) (defined in ezGALDevice)ezGALDevice
CreateTexture(const ezGALTextureCreationDescription &description, ezArrayPtr< ezGALSystemMemoryDescription > initialData=ezArrayPtr< ezGALSystemMemoryDescription >())ezGALDevice
CreateTexturePlatform(const ezGALTextureCreationDescription &Description, ezArrayPtr< ezGALSystemMemoryDescription > pInitialData) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
CreateVertexBuffer(ezUInt32 uiVertexSize, ezUInt32 uiVertexCount, ezArrayPtr< const ezUInt8 > initialData=ezArrayPtr< const ezUInt8 >(), bool bDataIsMutable=false) (defined in ezGALDevice)ezGALDevice
CreateVertexDeclaration(const ezGALVertexDeclarationCreationDescription &description)ezGALDevice
CreateVertexDeclarationPlatform(const ezGALVertexDeclarationCreationDescription &Description) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DepthStencilStateTable typedef (defined in ezGALDevice)ezGALDeviceprotected
DestroyBindGroupLayout(ezGALBindGroupLayoutHandle hBindGroupLayout) (defined in ezGALDevice)ezGALDevice
DestroyBindGroupLayoutPlatform(ezGALBindGroupLayout *pBindGroupLayout) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyBlendState(ezGALBlendStateHandle hBlendState) (defined in ezGALDevice)ezGALDevice
DestroyBlendStatePlatform(ezGALBlendState *pBlendState) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyBuffer(ezGALBufferHandle hBuffer) (defined in ezGALDevice)ezGALDevice
DestroyBufferPlatform(ezGALBuffer *pBuffer) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyComputePipeline(ezGALComputePipelineHandle hComputePipeline) (defined in ezGALDevice)ezGALDevice
DestroyComputePipelinePlatform(ezGALComputePipeline *pComputePipeline) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyDeadObjects() (defined in ezGALDevice)ezGALDeviceprotected
DestroyDepthStencilState(ezGALDepthStencilStateHandle hDepthStencilState) (defined in ezGALDevice)ezGALDevice
DestroyDepthStencilStatePlatform(ezGALDepthStencilState *pDepthStencilState) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyDynamicBuffer(ezGALDynamicBufferHandle &inout_hBuffer) (defined in ezGALDevice)ezGALDevice
DestroyGraphicsPipeline(ezGALGraphicsPipelineHandle hGraphicsPipeline) (defined in ezGALDevice)ezGALDevice
DestroyGraphicsPipelinePlatform(ezGALGraphicsPipeline *pGraphicsPipeline) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyHashedResource(Handle hResource, Table &table, ezUInt32 galObjectType, ezUInt32 &ref_uiCounter) (defined in ezGALDevice)ezGALDeviceprotected
DestroyPipelineLayout(ezGALPipelineLayoutHandle hPipelineLayout) (defined in ezGALDevice)ezGALDevice
DestroyPipelineLayoutPlatform(ezGALPipelineLayout *pPipelineLayout) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyProxyTexture(ezGALTextureHandle hProxyTexture) (defined in ezGALDevice)ezGALDevice
DestroyRasterizerState(ezGALRasterizerStateHandle hRasterizerState) (defined in ezGALDevice)ezGALDevice
DestroyRasterizerStatePlatform(ezGALRasterizerState *pRasterizerState) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyReadbackBuffer(ezGALReadbackBufferHandle hBuffer) (defined in ezGALDevice)ezGALDevice
DestroyReadbackBufferPlatform(ezGALReadbackBuffer *pReadbackBuffer) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyReadbackTexture(ezGALReadbackTextureHandle hTexture) (defined in ezGALDevice)ezGALDevice
DestroyReadbackTexturePlatform(ezGALReadbackTexture *pReadbackTexture) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyRenderTargetView(ezGALRenderTargetViewHandle hRenderTargetView) (defined in ezGALDevice)ezGALDevice
DestroyRenderTargetViewPlatform(ezGALRenderTargetView *pRenderTargetView) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroySamplerState(ezGALSamplerStateHandle hSamplerState) (defined in ezGALDevice)ezGALDevice
DestroySamplerStatePlatform(ezGALSamplerState *pSamplerState) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyShader(ezGALShaderHandle hShader) (defined in ezGALDevice)ezGALDevice
DestroyShaderPlatform(ezGALShader *pShader) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroySharedTexture(ezGALTextureHandle hTexture) (defined in ezGALDevice)ezGALDevice
DestroySharedTexturePlatform(ezGALTexture *pTexture) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroySwapChain(ezGALSwapChainHandle hSwapChain) (defined in ezGALDevice)ezGALDevice
DestroyTexture(ezGALTextureHandle hTexture) (defined in ezGALDevice)ezGALDevice
DestroyTexturePlatform(ezGALTexture *pTexture) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyVertexDeclaration(ezGALVertexDeclarationHandle hVertexDeclaration) (defined in ezGALDevice)ezGALDevice
DestroyVertexDeclarationPlatform(ezGALVertexDeclaration *pVertexDeclaration) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
DestroyView(Handle hView, ViewTable &table, ezUInt32 galObjectType) (defined in ezGALDevice)ezGALDeviceprotected
DestroyViews(ezGALTexture *pResource) (defined in ezGALDevice)ezGALDeviceprotected
DynamicBufferTable typedef (defined in ezGALDevice)ezGALDeviceprotected
EndCommands(ezGALCommandEncoder *pCommandEncoder)ezGALDevice
EndCommandsPlatform(ezGALCommandEncoder *pPass) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
EndFrame()ezGALDevice
EndFramePlatform(ezArrayPtr< ezGALSwapChain * > swapchains) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
EnqueueFrameSwapChain(ezGALSwapChainHandle hSwapChain)ezGALDevice
ezGALCommandEncoderImplDX11 (defined in ezGALDeviceDX11)ezGALDeviceDX11friend
ezGALDevice(const ezGALDeviceCreationDescription &Description) (defined in ezGALDevice)ezGALDeviceprotected
FillCapabilitiesPlatform() override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
FinalizeTextureInternal(const ezGALTextureCreationDescription &desc, ezGALTexture *pTexture) (defined in ezGALDevice)ezGALDeviceprotected
Flush() (defined in ezGALDevice)ezGALDevice
FlushDeadObjects() (defined in ezGALDeviceDX11)ezGALDeviceDX11
FlushPlatform() override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
Get(typename IdTableType::TypeOfId hHandle, const IdTableType &IdTable) const (defined in ezGALDevice)ezGALDeviceprotected
Get(typename IdTableType::TypeOfId hHandle, const IdTableType &IdTable) const (defined in ezGALDevice)ezGALDevice
GetAllocator()ezGALDeviceinline
GetBackBufferTextureFromSwapChain(ezGALSwapChainHandle hSwapChain) (defined in ezGALDevice)ezGALDevice
GetBindGroupLayout(ezGALBindGroupLayoutHandle hBindGroupLayout) const (defined in ezGALDevice)ezGALDeviceinline
GetBlendState(ezGALBlendStateHandle hBlendState) const (defined in ezGALDevice)ezGALDeviceinline
GetBuffer(ezGALBufferHandle hBuffer) const (defined in ezGALDevice)ezGALDeviceinline
GetCapabilities() const (defined in ezGALDevice)ezGALDevice
GetCommandEncoder() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetComputePipeline(ezGALComputePipelineHandle hComputePipeline) const (defined in ezGALDevice)ezGALDeviceinline
GetCurrentFrame() constezGALDevice
GetCurrentFramePlatform() const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetDefaultDevice() (defined in ezGALDevice)ezGALDevicestatic
GetDefaultRenderTargetView(ezGALTextureHandle hTexture) (defined in ezGALDevice)ezGALDevice
GetDepthStencilState(ezGALDepthStencilStateHandle hDepthStencilState) const (defined in ezGALDevice)ezGALDeviceinline
GetDescription() const (defined in ezGALDevice)ezGALDevice
GetDXDevice() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetDXDevice3() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetDXGIFactory() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetDXImmediateContext() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetDynamicBuffer(ezGALDynamicBufferHandle hBuffer) const (defined in ezGALDevice)ezGALDeviceinline
GetDynamicBuffer(ezGALDynamicBufferHandle hBuffer) (defined in ezGALDevice)ezGALDeviceinline
GetFenceQueue() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetFenceResult(ezGALFenceHandle hFence, ezTime timeout=ezTime::MakeZero())ezGALDevice
GetFenceResultPlatform(ezGALFenceHandle hFence, ezTime timeout) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetFormatLookupTable() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetGraphicsPipeline(ezGALGraphicsPipelineHandle hGraphicsPipeline) const (defined in ezGALDevice)ezGALDeviceinline
GetMemoryConsumptionForBuffer(const ezGALBufferCreationDescription &description) const (defined in ezGALDevice)ezGALDevicevirtual
GetMemoryConsumptionForTexture(const ezGALTextureCreationDescription &description) const (defined in ezGALDevice)ezGALDevicevirtual
GetOcclusionQueryResult(ezGALOcclusionHandle hOcclusion, ezUInt64 &out_uiResult)ezGALDevice
GetOcclusionResultPlatform(ezGALOcclusionHandle hOcclusion, ezUInt64 &out_uiResult) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetPipelineLayout(ezGALPipelineLayoutHandle hPipelineLayout) const (defined in ezGALDevice)ezGALDeviceinline
GetQueryPool() const (defined in ezGALDeviceDX11)ezGALDeviceDX11
GetRasterizerState(ezGALRasterizerStateHandle hRasterizerState) const (defined in ezGALDevice)ezGALDeviceinline
GetReadbackBuffer(ezGALReadbackBufferHandle hBuffer) const (defined in ezGALDevice)ezGALDeviceinline
GetReadbackTexture(ezGALReadbackTextureHandle hTexture) const (defined in ezGALDevice)ezGALDeviceinline
GetRenderer() (defined in ezGALDevice)ezGALDevice
GetRendererPlatform() override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetRenderTargetView(ezGALRenderTargetViewHandle hRenderTargetView) const (defined in ezGALDevice)ezGALDeviceinline
GetSafeFrame() constezGALDevice
GetSafeFramePlatform() const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetSamplerState(ezGALSamplerStateHandle hSamplerState) const (defined in ezGALDevice)ezGALDeviceinline
GetShader(ezGALShaderHandle hShader) const (defined in ezGALDevice)ezGALDeviceinline
GetSharedTexture(ezGALTextureHandle hTexture) const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetSwapChain(ezGALSwapChainHandle hSwapChain) const (defined in ezGALDevice)ezGALDeviceinline
GetSwapChain(ezGALSwapChainHandle hSwapChain) const (defined in ezGALDevice)ezGALDeviceinline
GetSwapChainInternal(ezGALSwapChainHandle hSwapChain, const ezRTTI *pRequestedType) const (defined in ezGALDevice)ezGALDeviceprotected
GetTexture(ezGALTextureHandle hTexture) const (defined in ezGALDevice)ezGALDeviceinline
GetTimestampResult(ezGALTimestampHandle hTimestamp, ezTime &out_result)ezGALDevice
GetTimestampResultPlatform(ezGALTimestampHandle hTimestamp, ezTime &out_result) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
GetVertexDeclaration(ezGALVertexDeclarationHandle hVertexDeclaration) const (defined in ezGALDevice)ezGALDeviceinline
GraphicsPipelineTable typedef (defined in ezGALDevice)ezGALDeviceprotected
HasDefaultDevice() (defined in ezGALDevice)ezGALDevicestatic
Init() (defined in ezGALDevice)ezGALDevice
InitPlatform(DWORD flags, IDXGIAdapter *pUsedAdapter)ezGALDeviceDX11protected
InitPlatform() override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
InsertHashedResource(ezUInt32 uiHash, Resource *pResource, Table &table, CacheTable &cacheTable, ezUInt32 &ref_uiCounter) (defined in ezGALDevice)ezGALDeviceprotected
InsertView(ezUInt32 uiHash, View *pView, ViewTable &viewTable, CacheTable &cacheTable) (defined in ezGALDevice)ezGALDeviceprotected
LockBuffer(ezGALReadbackBufferHandle hReadbackBuffer, ezArrayPtr< const ezUInt8 > &out_memory)ezGALDevice
LockBufferPlatform(const ezGALReadbackBuffer *pBuffer, ezArrayPtr< const ezUInt8 > &out_Memory) const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
LockTexture(ezGALReadbackTextureHandle hReadbackTexture, const ezArrayPtr< const ezGALTextureSubresource > &subResources, ezDynamicArray< ezGALSystemMemoryDescription > &out_memory)ezGALDevice
LockTexturePlatform(const ezGALReadbackTexture *pTexture, const ezArrayPtr< const ezGALTextureSubresource > &subResources, ezDynamicArray< ezGALSystemMemoryDescription > &out_Memory) const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
m_Allocator (defined in ezGALDevice)ezGALDeviceprotected
m_AllocatorWrapper (defined in ezGALDevice)ezGALDeviceprotected
m_BindGroupLayouts (defined in ezGALDevice)ezGALDeviceprotected
m_BindGroupLayoutTable (defined in ezGALDevice)ezGALDeviceprotected
m_BlendStates (defined in ezGALDevice)ezGALDeviceprotected
m_BlendStateTable (defined in ezGALDevice)ezGALDeviceprotected
m_Buffers (defined in ezGALDevice)ezGALDeviceprotected
m_Capabilities (defined in ezGALDevice)ezGALDeviceprotected
m_ComputePipelines (defined in ezGALDevice)ezGALDeviceprotected
m_ComputePipelineTable (defined in ezGALDevice)ezGALDeviceprotected
m_DeadObjects (defined in ezGALDevice)ezGALDeviceprotected
m_DepthStencilStates (defined in ezGALDevice)ezGALDeviceprotected
m_DepthStencilStateTable (defined in ezGALDevice)ezGALDeviceprotected
m_Description (defined in ezGALDevice)ezGALDeviceprotected
m_DynamicBuffers (defined in ezGALDevice)ezGALDeviceprotected
m_GraphicsPipelines (defined in ezGALDevice)ezGALDeviceprotected
m_GraphicsPipelineTable (defined in ezGALDevice)ezGALDeviceprotected
m_Mutex (defined in ezGALDevice)ezGALDevicemutable
m_PipelineLayouts (defined in ezGALDevice)ezGALDeviceprotected
m_PipelineLayoutTable (defined in ezGALDevice)ezGALDeviceprotected
m_RasterizerStates (defined in ezGALDevice)ezGALDeviceprotected
m_RasterizerStateTable (defined in ezGALDevice)ezGALDeviceprotected
m_ReadbackBuffers (defined in ezGALDevice)ezGALDeviceprotected
m_ReadbackTextures (defined in ezGALDevice)ezGALDeviceprotected
m_RenderTargetViews (defined in ezGALDevice)ezGALDeviceprotected
m_SamplerStates (defined in ezGALDevice)ezGALDeviceprotected
m_SamplerStateTable (defined in ezGALDevice)ezGALDeviceprotected
m_Shaders (defined in ezGALDevice)ezGALDeviceprotected
m_ShaderTable (defined in ezGALDevice)ezGALDeviceprotected
m_SwapChains (defined in ezGALDevice)ezGALDeviceprotected
m_Textures (defined in ezGALDevice)ezGALDeviceprotected
m_VertexDeclarations (defined in ezGALDevice)ezGALDeviceprotected
m_VertexDeclarationTable (defined in ezGALDevice)ezGALDeviceprotected
OpenSharedTexture(const ezGALTextureCreationDescription &description, ezGALPlatformSharedHandle hSharedHandle) (defined in ezGALDevice)ezGALDevice
PipelineLayoutTable typedef (defined in ezGALDevice)ezGALDeviceprotected
PresentPlatform(const ezGALSwapChain *pSwapChain, bool bVSync) (defined in ezGALDeviceDX11)ezGALDeviceDX11protected
RasterizerStateTable typedef (defined in ezGALDevice)ezGALDeviceprotected
ReadbackBufferTable typedef (defined in ezGALDevice)ezGALDeviceprotected
ReadbackTextureTable typedef (defined in ezGALDevice)ezGALDeviceprotected
RenderTargetViewTable typedef (defined in ezGALDevice)ezGALDeviceprotected
ReportLiveGpuObjects() (defined in ezGALDeviceDX11)ezGALDeviceDX11
ReviveDeadObject(ezUInt32 uiType, HandleType handle) (defined in ezGALDevice)ezGALDeviceprotected
s_Events (defined in ezGALDevice)ezGALDevicestatic
SamplerStateTable typedef (defined in ezGALDevice)ezGALDeviceprotected
SetDefaultDevice(ezGALDevice *pDefaultDevice) (defined in ezGALDevice)ezGALDevicestatic
ShaderTable typedef (defined in ezGALDevice)ezGALDeviceprotected
Shutdown() (defined in ezGALDevice)ezGALDevice
ShutdownPlatform() override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
SwapChainFactoryFunction typedef (defined in ezGALDevice)ezGALDevice
SwapChainTable typedef (defined in ezGALDevice)ezGALDeviceprotected
TextureTable typedef (defined in ezGALDevice)ezGALDeviceprotected
TryGetHashedResource(ezUInt32 uiHash, Table &table, CacheTable &cacheTable, ezUInt32 galObjectType, ezUInt32 &ref_uiCounter) (defined in ezGALDevice)ezGALDeviceprotected
TryGetView(ezUInt32 uiHash, ViewTable &viewTable, CacheTable &cacheTable) (defined in ezGALDevice)ezGALDeviceprotected
UnlockBufferPlatform(const ezGALReadbackBuffer *pBuffer) const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
UnlockTexturePlatform(const ezGALReadbackTexture *pTexture, const ezArrayPtr< const ezGALTextureSubresource > &subResources) const override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
UpdateBufferForNextFrame(ezGALBufferHandle hBuffer, ezConstByteArrayPtr sourceData, ezUInt32 uiDestOffset=0)ezGALDevice
UpdateBufferForNextFramePlatform(const ezGALBuffer *pBuffer, ezConstByteArrayPtr sourceData, ezUInt32 uiDestOffset) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
UpdateSwapChain(ezGALSwapChainHandle hSwapChain, ezEnum< ezGALPresentMode > newPresentMode) (defined in ezGALDevice)ezGALDevice
UpdateTextureForNextFrame(ezGALTextureHandle hTexture, const ezGALSystemMemoryDescription &sourceData, const ezGALTextureSubresource &destinationSubResource={}, const ezBoundingBoxu32 &destinationBox=ezBoundingBoxu32::MakeZero())ezGALDevice
UpdateTextureForNextFramePlatform(const ezGALTexture *pTexture, const ezGALSystemMemoryDescription &sourceData, const ezGALTextureSubresource &destinationSubResource, const ezBoundingBoxu32 &destinationBox) override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
VerifyMultithreadedAccess() constezGALDeviceprotected
VertexDeclarationTable typedef (defined in ezGALDevice)ezGALDeviceprotected
WaitIdle()ezGALDevice
WaitIdlePlatform() override (defined in ezGALDeviceDX11)ezGALDeviceDX11protectedvirtual
~ezGALDevice() (defined in ezGALDevice)ezGALDeviceprotectedvirtual
~ezGALDeviceDX11() (defined in ezGALDeviceDX11)ezGALDeviceDX11virtual