Home
last modified time | relevance | path

Searched refs:GetCord1Loc (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/rendering/gl/
H A DGLShader.h27 GLint GetCord1Loc() {return m_hCord1;} in GetCord1Loc() function
H A DRenderSystemGL.cpp744 return m_pShader[m_method]->GetCord1Loc(); in ShaderGetCoord1()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/rendering/gles/
H A DGLESShader.h27 GLint GetCord1Loc() { return m_hCord1; } in GetCord1Loc() function
H A DRenderSystemGLES.cpp588 return m_pShader[m_method]->GetCord1Loc(); in GUIShaderGetCoord1()