Home | History | Annotate | Download | only in functional

Lines Matching defs:genFragmentSource

929 	std::string			genFragmentSource		(const glu::ContextType& contextType, VariableTest test) const;
942 << sglr::pdec::FragmentSource(genFragmentSource(contextType, test))
1158 std::string BuiltinVariableShader::genFragmentSource (const glu::ContextType& contextType, VariableTest test) const
1679 static std::string genFragmentSource (const glu::ContextType& contextType);
1691 << sglr::pdec::FragmentSource(genFragmentSource(contextType))
1752 std::string InstancedExpansionShader::genFragmentSource (const glu::ContextType& contextType)
2697 std::string genFragmentSource (const glu::ContextType& contextType) const;
3022 << glu::FragmentSource(genFragmentSource(m_context.getRenderContext().getType()))
3059 std::string LayeredRenderCase::genFragmentSource (const glu::ContextType& contextType) const