BufferBase(FixedBlockMemoryAllocator &BuffObjAllocator, FixedBlockMemoryAllocator &BuffViewObjAllocator, IRenderDevice *pDevice, const BufferDesc &BuffDesc, bool bIsDeviceInternal=false) | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | inline |
CopyData(IDeviceContext *pContext, IBuffer *pSrcBuffer, Uint32 SrcOffset, Uint32 DstOffset, Uint32 Size) override | Diligent::BufferGLImpl | virtual |
CorrectBufferViewDesc(struct BufferViewDesc &ViewDesc) | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
CreateDefaultViews() | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | |
CreateView(const struct BufferViewDesc &ViewDesc, IBufferView **ppView) override | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | virtual |
DeviceObjectBase(FixedBlockMemoryAllocator &ObjAllocator, class IRenderDevice *pDevice, const BufferDesc &ObjDesc, IObject *pOwner=nullptr, bool bIsDeviceInternal=false) | Diligent::DeviceObjectBase< IBufferGL, BufferDesc, FixedBlockMemoryAllocator > | inline |
GetDefaultView(BUFFER_VIEW_TYPE ViewType) override | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | virtual |
GetUniqueID() const | Diligent::DeviceObjectBase< IBufferGL, BufferDesc, FixedBlockMemoryAllocator > | inline |
m_Desc | Diligent::DeviceObjectBase< IBufferGL, BufferDesc, FixedBlockMemoryAllocator > | protected |
m_ObjectNameCopy | Diligent::DeviceObjectBase< IBufferGL, BufferDesc, FixedBlockMemoryAllocator > | protected |
m_pDefaultSRV | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
m_pDefaultUAV | Diligent::BufferBase< IBufferGL, BufferViewGLImpl, FixedBlockMemoryAllocator, FixedBlockMemoryAllocator > | protected |
Map(IDeviceContext *pContext, MAP_TYPE MapType, Uint32 MapFlags, PVoid &pMappedData) override | Diligent::BufferGLImpl | virtual |
QueryInterface(const Diligent::INTERFACE_ID &IID, IObject **ppInterface) override | Diligent::BufferGLImpl | virtual |
Unmap(IDeviceContext *pContext, MAP_TYPE MapType) override | Diligent::BufferGLImpl | virtual |
UpdateData(IDeviceContext *pContext, Uint32 Offset, Uint32 Size, const PVoid pData) override | Diligent::BufferGLImpl | virtual |