Searched refs:behavior_str (Results 1 – 1 of 1) sorted by relevance
1029 const char* behavior_str = NULL; in getGLSLExtDirective() local1124 behavior_str = "disable"; in getGLSLExtDirective()1127 behavior_str = "warn"; in getGLSLExtDirective()1130 behavior_str = "enable"; in getGLSLExtDirective()1133 behavior_str = "require"; in getGLSLExtDirective()1141 str << "#extension GL_" << type_str << name_str << " : " << behavior_str; in getGLSLExtDirective()