Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgram.h766 const sh::ShaderVariable &getOutputResource(size_t index) const;
DProgram.cpp2275 const sh::ShaderVariable &variable = getOutputResource(index); in getOutputResourceLocation()
2287 sh::ShaderVariable resource = getOutputResource(index); in getOutputResourceIndex()
2395 const sh::ShaderVariable &resource = getOutputResource(index); in getOutputResourceName()
2400 const sh::ShaderVariable &Program::getOutputResource(size_t index) const in getOutputResource() function in gl::Program
Dqueryutils.cpp754 const sh::ShaderVariable &outputVariable = program->getOutputResource(index); in GetOutputResourceProperty()