Searched refs:getInputResource (Results 1 – 3 of 3) sorted by relevance
723 const sh::ShaderVariable &getInputResource(size_t index) const;
2195 const sh::ShaderVariable &Program::getInputResource(size_t index) const in getInputResource() function in gl::Program2209 sh::ShaderVariable resource = getInputResource(index); in getInputResourceIndex()2285 const sh::ShaderVariable &variable = getInputResource(index); in getInputResourceLocation()2404 const sh::ShaderVariable &resource = getInputResource(index); in getInputResourceName()
718 const sh::ShaderVariable &variable = program->getInputResource(index); in GetInputResourceProperty()