Searched refs:altSpecName (Results 1 – 1 of 1) sorted by relevance
633 stringstream baseSpecName, altSpecName; in createFboNoAttachmentTests() local636 altSpecName << altSpec.width << "x" << altSpec.height << "ms" << altSpec.samples; in createFboNoAttachmentTests()639 const string name = baseSpecName.str() + "_default_" + altSpecName.str(); in createFboNoAttachmentTests()