Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.h69 const char* getCompiledSrc() const { return m_compiledSrc.c_str(); } in getCompiledSrc()
78 std::string m_compiledSrc; variable
DShaderParser.cpp48 m_compiledSrc = stream->getString(); in ShaderParser()
70 stream->putString(m_compiledSrc); in onSave()
194 m_compiledSrc = m_parsedSrc.c_str(); in setCompileStatus()