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

/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp257 struct FragmentSource : public ShaderSource struct in namespace:glu
259 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {} function in struct:glu::FragmentSource
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp111 struct FragmentSource struct in namespace:sglr::pdec
113 FragmentSource (const std::string& str) : source(str) { } function in struct:sglr::pdec::FragmentSource
156 ShaderProgramDeclaration& operator<< (const FragmentSource&);

Completed in 55 milliseconds