Home | History | Annotate | Download | only in glshared

Lines Matching refs:fragSource

686 	void				setSources				(const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource)
729 const char* const fragSourceCstr = fragSource.c_str();
732 m_fragSource = fragSource;