Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h733 const sh::ShaderVariable &getOutputResource(size_t index) const;
DProgram.cpp2298 const sh::ShaderVariable &variable = getOutputResource(index); in getOutputResourceLocation()
2310 sh::ShaderVariable resource = getOutputResource(index); in getOutputResourceIndex()
2412 const sh::ShaderVariable &resource = getOutputResource(index); in getOutputResourceName()
2417 const sh::ShaderVariable &Program::getOutputResource(size_t index) const in getOutputResource() function in gl::Program
Dqueryutils.cpp760 const sh::ShaderVariable &outputVariable = program->getOutputResource(index); in GetOutputResourceProperty()