Searched defs:FragmentSource (Results 1 – 2 of 2) sorted by relevance
111 struct FragmentSource struct113 FragmentSource (const std::string& str) : source(str) { } in FragmentSource() function115 std::string source;
285 struct FragmentSource : public ShaderSource struct287 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} in FragmentSource() argument