Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CD3DTexture, including all inherited members.
CD3DTexture() | CD3DTexture | |
Create(UINT width, UINT height, UINT mipLevels, D3D11_USAGE usage, DXGI_FORMAT format, const void *pInitData=nullptr, unsigned int srcPitch=0) | CD3DTexture | |
CreateInternal(const void *pInitData=nullptr, unsigned int srcPitch=0) | CD3DTexture | protected |
DrawQuad(const CPoint points[4], KODI::UTILS::COLOR::Color color, CD3DTexture *texture, const CRect *texCoords, SHADER_METHOD options=SHADER_METHOD_RENDER_TEXTURE_BLEND) | CD3DTexture | static |
DrawQuad(const CPoint points[4], KODI::UTILS::COLOR::Color color, unsigned numViews, ID3D11ShaderResourceView **view, const CRect *texCoords, SHADER_METHOD options=SHADER_METHOD_RENDER_TEXTURE_BLEND) | CD3DTexture | static |
DrawQuad(const CRect &coords, KODI::UTILS::COLOR::Color color, CD3DTexture *texture, const CRect *texCoords, SHADER_METHOD options=SHADER_METHOD_RENDER_TEXTURE_BLEND) | CD3DTexture | static |
DrawQuad(const CRect &coords, KODI::UTILS::COLOR::Color color, unsigned numViews, ID3D11ShaderResourceView **view, const CRect *texCoords, SHADER_METHOD options=SHADER_METHOD_RENDER_TEXTURE_BLEND) | CD3DTexture | static |
GenerateMipmaps() | CD3DTexture | |
Get() const | CD3DTexture | inline |
GetAddressOfRTV() | CD3DTexture | |
GetAddressOfSRV(DXGI_FORMAT format=DXGI_FORMAT_UNKNOWN) | CD3DTexture | |
GetDesc(D3D11_TEXTURE2D_DESC *desc) const | CD3DTexture | |
GetFormat() const | CD3DTexture | inline |
GetHeight() const | CD3DTexture | inline |
GetMemoryUsage(unsigned int pitch) const | CD3DTexture | protected |
GetRenderTarget() | CD3DTexture | |
GetRenderTargetInternal(unsigned idx=0) | CD3DTexture | protected |
GetShaderResource(DXGI_FORMAT format=DXGI_FORMAT_UNKNOWN) | CD3DTexture | |
GetWidth() const | CD3DTexture | inline |
LockRect(UINT subresource, D3D11_MAPPED_SUBRESOURCE *res, D3D11_MAP mapType) const | CD3DTexture | |
m_bindFlags | CD3DTexture | protected |
m_bRegistered | ID3DResource | protected |
m_cpuFlags | CD3DTexture | protected |
m_data | CD3DTexture | protected |
m_format | CD3DTexture | protected |
m_height | CD3DTexture | protected |
m_mipLevels | CD3DTexture | protected |
m_pitch | CD3DTexture | protected |
m_renderTargets | CD3DTexture | protected |
m_texture | CD3DTexture | protected |
m_usage | CD3DTexture | protected |
m_viewIdx | CD3DTexture | protected |
m_views | CD3DTexture | protected |
m_width | CD3DTexture | protected |
OnCreateDevice() override | CD3DTexture | virtual |
OnDestroyDevice(bool fatal) override | CD3DTexture | virtual |
Register() | ID3DResource | protected |
Release() | CD3DTexture | |
RestoreTexture() | CD3DTexture | protected |
SaveTexture() | CD3DTexture | protected |
UnlockRect(UINT subresource) const | CD3DTexture | |
Unregister() | ID3DResource | protected |
~CD3DTexture() | CD3DTexture | virtual |
~ID3DResource() | ID3DResource | inlinevirtual |