Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h723 const sh::ShaderVariable &getInputResource(size_t index) const;
DProgram.cpp2195 const sh::ShaderVariable &Program::getInputResource(size_t index) const in getInputResource() function in gl::Program
2209 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()
Dqueryutils.cpp718 const sh::ShaderVariable &variable = program->getInputResource(index); in GetInputResourceProperty()