Searched refs:behavior_str (Results 1 – 1 of 1) sorted by relevance
1035 const char* behavior_str = NULL; in getGLSLExtDirective() local1130 behavior_str = "disable"; in getGLSLExtDirective()1133 behavior_str = "warn"; in getGLSLExtDirective()1136 behavior_str = "enable"; in getGLSLExtDirective()1139 behavior_str = "require"; in getGLSLExtDirective()1147 str << "#extension GL_" << type_str << name_str << " : " << behavior_str; in getGLSLExtDirective()