Searched refs:getInputResource (Results 1 – 3 of 3) sorted by relevance
756 const sh::ShaderVariable &getInputResource(size_t index) const;
2172 const sh::ShaderVariable &Program::getInputResource(size_t index) const in getInputResource() function in gl::Program2186 sh::ShaderVariable resource = getInputResource(index); in getInputResourceIndex()2262 const sh::ShaderVariable &variable = getInputResource(index); in getInputResourceLocation()2387 const sh::ShaderVariable &resource = getInputResource(index); in getInputResourceName()
712 const sh::ShaderVariable &variable = program->getInputResource(index); in GetInputResourceProperty()