Searched refs:mappedNameWithArrayIndex (Results 1 – 5 of 5) sorted by relevance
233 std::string mappedNameWithArrayIndex = mappedName; in visitNamedVariable() local238 mappedNameWithArrayIndex += "[0]"; in visitNamedVariable()249 newUniform.mappedName = mappedNameWithArrayIndex; in visitNamedVariable()297 std::string mappedNameWithArrayIndex = mappedName; in visitNamedVariable() local302 mappedNameWithArrayIndex += "[0]"; in visitNamedVariable()314 newBufferVariable.mappedName = mappedNameWithArrayIndex; in visitNamedVariable()
237 std::string InterfaceBlock::mappedNameWithArrayIndex() const in mappedNameWithArrayIndex() function in gl::InterfaceBlock
289 std::string mappedNameWithArrayIndex() const;
764 std::string mappedNameWithArrayIndex = in getTransformFeedbackVaryingMappedName() local766 return mappedNameWithArrayIndex; in getTransformFeedbackVaryingMappedName()
813 const std::string &mappedNameWithIndex = uniformBlock.mappedNameWithArrayIndex(); in setUniformBlockBinding()