Searched refs:inOrOut (Results 1 – 3 of 3) sorted by relevance
157 int getPipeIOIndex(const char* name, const bool inOrOut) const in getPipeIOIndex() argument159 …TNameToIndex::const_iterator it = inOrOut ? pipeInNameToIndex.find(name) : pipeOutNameToIndex.find… in getPipeIOIndex()160 if (it == (inOrOut ? pipeInNameToIndex.end() : pipeOutNameToIndex.end())) in getPipeIOIndex()167 …etPipeIOIndex(const TString& name, const bool inOrOut) const { return getPipeIOIndex(name.c_str(),… in getPipeIOIndex() argument
2102 int TProgram::getReflectionPipeIOIndex(const char* name, const bool inOrOut) const in getReflectionPipeIOIndex()2103 … { return reflection->getPipeIOIndex(name, inOrOut); } in getReflectionPipeIOIndex()
840 GLSLANG_EXPORT int getReflectionPipeIOIndex(const char* name, const bool inOrOut) const;870 int getPipeIOIndex(const char *name, const bool inOrOut) const in getPipeIOIndex() argument871 … { return getReflectionPipeIOIndex(name, inOrOut); } in getPipeIOIndex()