Home | History | Annotate | Download | only in glshared

Lines Matching defs:addCase

5124 		this->addCase<2, 2>(ctx, group);
5125 this->addCase<3, 2>(ctx, group);
5126 this->addCase<4, 2>(ctx, group);
5127 this->addCase<2, 3>(ctx, group);
5128 this->addCase<3, 3>(ctx, group);
5129 this->addCase<4, 3>(ctx, group);
5130 this->addCase<2, 4>(ctx, group);
5131 this->addCase<3, 4>(ctx, group);
5132 this->addCase<4, 4>(ctx, group);
5141 void addCase (const Context& ctx, TestCaseGroup* group) const