Lines Matching refs:genFragmentSource
617 virtual std::string genFragmentSource (void) const = 0;
743 sources << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str()));
1038 std::string genFragmentSource (void) const;
1120 std::string GridRenderCase::genFragmentSource (void) const
1526 std::string genFragmentSource (void) const;
1629 std::string LineRenderCase::genFragmentSource (void) const
2473 std::string genFragmentSource (void) const;
2609 std::string PointRenderCase::genFragmentSource (void) const
3798 std::string genFragmentSource (void) const;
3886 sources << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str()));
4060 std::string DepthDrawCase::genFragmentSource (void) const
4289 std::string genFragmentSource (void) const;
4450 << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str()))
4467 << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str()))
4698 std::string ClearCase::genFragmentSource (void) const
4770 std::string genFragmentSource (void) const;
4964 << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str()))
5029 std::string ViewportCallOrderCase::genFragmentSource (void) const