Home | History | Annotate | Download | only in opengl

Lines Matching defs:postfix

1251 	std::string	postfix			= "";
1259 postfix = m_curTokenStr;
1265 postfix == "es") version = glu::GLSL_VERSION_100_ES;
1266 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES;
1267 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES;
1268 else if (versionNum == 320 && postfix == "es") version = glu::GLSL_VERSION_320_ES;