HomeSort by relevance Sort by last modified time
    Searched defs:FragmentSource (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 257 struct FragmentSource : public ShaderSource
259 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {}
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 111 struct FragmentSource
113 FragmentSource (const std::string& str) : source(str) { }
156 ShaderProgramDeclaration& operator<< (const FragmentSource&);

Completed in 35 milliseconds