Lines Matching refs:notSupportedStr
468 const std::string notSupportedStr = "Unsupported number of vertex input attributes, maxVertexInputAttributes: " + de::toString(maxAttributes);
469 TCU_THROW(NotSupportedError, notSupportedStr.c_str());
592 const std::string notSupportedStr = "Unsupported number of vertex input bindings, maxVertexInputBindings: " + de::toString(maxBindings);
593 TCU_THROW(NotSupportedError, notSupportedStr.c_str());