Home | History | Annotate | Download | only in glshared

Lines Matching defs:addCase

5216 		this->addCase<2, 2>(ctx, group);
5217 this->addCase<3, 2>(ctx, group);
5218 this->addCase<4, 2>(ctx, group);
5219 this->addCase<2, 3>(ctx, group);
5220 this->addCase<3, 3>(ctx, group);
5221 this->addCase<4, 3>(ctx, group);
5222 this->addCase<2, 4>(ctx, group);
5223 this->addCase<3, 4>(ctx, group);
5224 this->addCase<4, 4>(ctx, group);
5233 void addCase (const Context& ctx, TestCaseGroup* group) const