Home
last modified time | relevance | path

Searched refs:linkedSource (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp110 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()
DProgramData.h51 std::string linkedSource = {}; member