Home
last modified time | relevance | path

Searched defs:FragmentSource (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp111 struct FragmentSource struct
113 FragmentSource (const std::string& str) : source(str) { } in FragmentSource() argument
115 std::string source;
/external/deqp/framework/opengl/
DgluShaderProgram.hpp274 struct FragmentSource : public ShaderSource struct
276 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} in FragmentSource() function