Searched refs:mappedNameWithArrayIndex (Results 1 – 5 of 5) sorted by relevance
126 std::string mappedNameWithArrayIndex() const;
160 std::string InterfaceBlock::mappedNameWithArrayIndex() const in mappedNameWithArrayIndex() function in gl::InterfaceBlock
264 std::string mappedNameWithArrayIndex = mappedName; in visitNamedVariable() local269 mappedNameWithArrayIndex += "[0]"; in visitNamedVariable()280 newUniform.mappedName = mappedNameWithArrayIndex; in visitNamedVariable()328 std::string mappedNameWithArrayIndex = mappedName; in visitNamedVariable() local333 mappedNameWithArrayIndex += "[0]"; in visitNamedVariable()344 newBufferVariable.mappedName = mappedNameWithArrayIndex; in visitNamedVariable()
701 std::string mappedNameWithArrayIndex = in getTransformFeedbackVaryingMappedName() local703 return mappedNameWithArrayIndex; in getTransformFeedbackVaryingMappedName()
814 const std::string &mappedNameWithIndex = uniformBlock.mappedNameWithArrayIndex(); in setUniformBlockBinding()