• Home
  • Raw
  • Download

Lines Matching refs:genFragmentSource

562 	virtual std::string				genFragmentSource				(void) const = 0;
683 sources << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())); in init()
964 std::string genFragmentSource (void) const;
1046 std::string GridRenderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::GridRenderCase
1451 std::string genFragmentSource (void) const;
1554 std::string LineRenderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::LineRenderCase
2397 std::string genFragmentSource (void) const;
2523 std::string PointRenderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::PointRenderCase
3695 std::string genFragmentSource (void) const;
3782 sources << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())); in init()
3941 std::string DepthDrawCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::DepthDrawCase
4169 std::string genFragmentSource (void) const;
4330 << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())) in createProgram()
4347 … << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())) in createProgram()
4576 std::string ClearCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::ClearCase
4647 std::string genFragmentSource (void) const;
4826 << glu::FragmentSource(specializeShader(m_context, genFragmentSource().c_str())) in genProgram()
4886 std::string ViewportCallOrderCase::genFragmentSource (void) const in genFragmentSource() function in deqp::gles31::Functional::__anonfda256d70111::ViewportCallOrderCase