Lines Matching refs:spec
330 const FboSpec& spec);
353 const FboSpec& spec)
356 , m_spec (spec)
547 const FboSpec spec (width, height, 0);
552 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
593 const FboSpec& spec = specs[caseNdx];
596 name << spec.width << "x" << spec.height;
598 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
610 const FboSpec spec (128, 128, samples);
615 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
631 const FboSpec spec (width, height, samples);
634 group->addChild(new SizeCase(testCtx, renderCtx, name.c_str(), name.c_str(), spec));