Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CConvolutionShader, including all inherited members.
CConvolutionShader()=default | CConvolutionShader | protected |
ChooseKernelD3DFormat() | CConvolutionShader | protectedvirtual |
Create(ESCALINGMETHOD method, const std::shared_ptr< COutputShader > &pOutShader=nullptr)=0 | CConvolutionShader | pure virtual |
CreateHQKernel(ESCALINGMETHOD method) | CConvolutionShader | protectedvirtual |
CreateInputLayout(D3D11_INPUT_ELEMENT_DESC *layout, unsigned numElements) | CWinShader | protectedvirtual |
CreateVertexBuffer(unsigned int vertCount, unsigned int vertSize) | CWinShader | protectedvirtual |
CWinShader()=default | CWinShader | protected |
Execute(const std::vector< CD3DTexture * > &targets, unsigned int vertexIndexStep) | CWinShader | protectedvirtual |
LoadEffect(const std::string &filename, DefinesMap *defines) | CWinShader | protectedvirtual |
LockVertexBuffer(void **data) | CWinShader | protectedvirtual |
m_effect | CWinShader | protected |
m_floattex | CConvolutionShader | protected |
m_HQKernelTexture | CConvolutionShader | protected |
m_KernelFormat | CConvolutionShader | protected |
m_pOutShader | CConvolutionShader | protected |
m_rgba | CConvolutionShader | protected |
m_target | CWinShader | protected |
Render(CD3DTexture &sourceTexture, CD3DTexture &target, CRect sourceRect, CRect destRect, bool useLimitRange)=0 | CConvolutionShader | pure virtual |
SetShaderParameters(CD3DTexture &sourceTexture, float *texSteps, int texStepsCount, bool useLimitRange)=0 | CConvolutionShader | protectedpure virtual |
SetStepParams(unsigned stepIndex) | CWinShader | inlineprotectedvirtual |
UnlockVertexBuffer() | CWinShader | protectedvirtual |
~CConvolutionShader()=default | CConvolutionShader | virtual |
~CWinShader()=default | CWinShader | protectedvirtual |