Searched refs:linkedSource (Results 1 – 2 of 2) sorted by relevance
110 s.linkedSource = stream->getString(); in ProgramData()348 stream->putString(s.linkedSource); in onSave()400 if (s.linkedSource.empty()) { in restore()419 const GLchar* src = (const GLchar *)s.linkedSource.c_str(); in restore()796 s.linkedSource = s.shader->getOriginalSrc(); in setLinkStatus()820 s.linkedSource.clear(); in setLinkStatus()
51 std::string linkedSource = {}; member