Searched refs:m_compiledSrc (Results 1 – 2 of 2) sorted by relevance
48 m_compiledSrc = stream->getString(); in ShaderParser()70 stream->putString(m_compiledSrc); in onSave()188 m_compiledSrc = m_parsedSrc.c_str(); in setCompileStatus()
67 const char* getCompiledSrc() const { return m_compiledSrc.c_str(); } in getCompiledSrc()76 std::string m_compiledSrc; variable