Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp660 stringstream baseSpecName, altSpecName; in createFboNoAttachmentTests() local
663 altSpecName << altSpec.width << "x" << altSpec.height << "ms" << altSpec.samples; in createFboNoAttachmentTests()
666 const string name = baseSpecName.str() + "_default_" + altSpecName.str(); in createFboNoAttachmentTests()