Home | History | Annotate | Download | only in functional

Lines Matching refs:genComputeSource

2136 	std::string				genComputeSource			(void) const;
2184 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSource()));
2331 std::string SSBOConcurrentAtomicCase::genComputeSource (void) const
2369 std::string genComputeSource (bool evenOdd) const;
2417 m_evenProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSource(true)));
2425 m_oddProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSource(false)));
2552 std::string ConcurrentAtomicCounterCase::genComputeSource (bool evenOdd) const
2590 std::string genComputeSource (void) const;
2652 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSource()));
2881 std::string ConcurrentImageAtomicCase::genComputeSource (void) const