Lines Matching refs:activeMap
3594 std::map<std::string, std::string> activeMap;
3597 activeMap["ATTRIBUTES"] = activeAttribs.str();
3598 activeMap["CALCULATIONS"] = activeCalcs.str();
3599 activeMap["FRAG_INPUTS"] = activeFragInputs.str();
3600 activeMap["FRAG_CALCULATIONS"] = activeFragCalcs.str();
3601 activeMap["EXTENSIONS"] = activeExts.str();
3602 activeMap["OUT_COLOR_VTYPE"] = vecType;
3611 const auto activeVertSource = vertSourceTemplate.specialize(activeMap);
3612 const auto activeFragSource = fragSourceTemplate.specialize(activeMap);
3783 const auto activeMeshSource = meshSourceTemplate.specialize(activeMap);