Home | History | Annotate | Download | only in functional

Lines Matching refs:BlendCase

96 class BlendCase : public TestCase
99 BlendCase (Context& context,
104 ~BlendCase (void);
112 BlendCase (const BlendCase& other);
113 BlendCase& operator= (const BlendCase& other);
130 BlendCase::BlendCase (Context& context,
148 void BlendCase::init (void)
190 BlendCase::~BlendCase (void)
197 void BlendCase::deinit (void)
208 BlendCase::IterateResult BlendCase::iterate (void)
369 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets));
421 curGroup->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets));
445 BlendCase(m_context, name.c_str(), description.c_str(), paramSets));