Searched refs:getReflectionIndex (Results 1 – 2 of 2) sorted by relevance
839 GLSLANG_EXPORT int getReflectionIndex(const char *name) const;868 int getUniformIndex(const char *name) const { return getReflectionIndex(name); } in getUniformIndex()
2101 int TProgram::getReflectionIndex(const char* name) const { return reflection->getIndex… in getReflectionIndex() function in glslang::TProgram