Home | History | Annotate | Download | only in glshared

Lines Matching defs:postfix

1027 	std::string	postfix			= "";
1035 postfix = m_curTokenStr;
1039 if (versionNum == 100 && postfix == "es") version = glu::GLSL_VERSION_100_ES;
1040 else if (versionNum == 300 && postfix == "es") version = glu::GLSL_VERSION_300_ES;
1041 else if (versionNum == 310 && postfix == "es") version = glu::GLSL_VERSION_310_ES;