Searched refs:getPipeInput (Results 1 – 3 of 3) sorted by relevance
846 GLSLANG_EXPORT const TObjectReflection& getPipeInput(int index) const;913 const char *getAttributeName(int index) const { return getPipeInput(index).name.c_str(); } in getAttributeName()916 int getAttributeType(int index) const { return getPipeInput(index).glDefineType; } in getAttributeType()919 const TType *getAttributeTType(int index) const { return getPipeInput(index).getType(); } in getAttributeTType()
94 const TObjectReflection& getPipeInput(int i) const in getPipeInput() function
2110 const TObjectReflection& TProgram::getPipeInput(int index) const { return reflection->getPipeI… in getPipeInput() function in glslang::TProgram