Home
last modified time | relevance | path

Searched refs:getReflectionIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/Public/
DShaderLang.h839 GLSLANG_EXPORT int getReflectionIndex(const char *name) const;
868 int getUniformIndex(const char *name) const { return getReflectionIndex(name); } in getUniformIndex()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp2101 int TProgram::getReflectionIndex(const char* name) const { return reflection->getIndex… in getReflectionIndex() function in glslang::TProgram