Lines Matching full:postfix
1026 std::string postfix = "";
1034 postfix = m_curTokenStr;
1038 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES;
1039 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES;
1040 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES;