Home
last modified time | relevance | path

Searched refs:getInputResource (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgram.h756 const sh::ShaderVariable &getInputResource(size_t index) const;
DProgram.cpp2172 const sh::ShaderVariable &Program::getInputResource(size_t index) const in getInputResource() function in gl::Program
2186 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()
Dqueryutils.cpp712 const sh::ShaderVariable &variable = program->getInputResource(index); in GetInputResourceProperty()