Searched refs:altSpecName (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp632 stringstream baseSpecName, altSpecName; local
635 altSpecName << altSpec.width << "x" << altSpec.height << "ms" << altSpec.samples;
638 const string name = baseSpecName.str() + "_default_" + altSpecName.str();

Completed in 123 milliseconds