Lines Matching refs:genFragmentSource
117 virtual std::string genFragmentSource (void) const = 0;
161 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(genFragmentSource()));
533 std::string genFragmentSource (void) const;
744 std::string VertexAttributeCase::genFragmentSource (void) const
795 std::string genFragmentSource (void) const;
938 std::string UniformCase::genFragmentSource (void) const
998 std::string genFragmentSource (void) const;
1251 std::string TextureSamplerCase::genFragmentSource (void) const
1302 std::string genFragmentSource (void) const;
1446 std::string OutputCase::genFragmentSource (void) const
1478 std::string genFragmentSource (void) const;
1694 std::string BlendingCase::genFragmentSource (void) const