Searched refs:majorS (Results 1 – 1 of 1) sorted by relevance
630 auto majorS = version.substr(0, dot); in VerifyVersion() local635 fail = (stringToUInt(majorS, glMajor)) ? fail : false; in VerifyVersion()692 const auto majorS = version.substr(0, dot); in CreateContext() local693 if (!stringToUInt(majorS, major)) { in CreateContext()