Lines Matching full:spec
329 const FboSpec& spec);
352 const FboSpec& spec)
355 , m_spec (spec)
519 const FboSpec spec (width, height, 0);
524 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
565 const FboSpec& spec = specs[caseNdx];
568 name << spec.width << "x" << spec.height;
570 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
582 const FboSpec spec (128, 128, samples);
587 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
603 const FboSpec spec (width, height, samples);
606 group->addChild(new SizeCase(testCtx, renderCtx, name.c_str(), name.c_str(), spec));