Lines Matching defs:out
164 std::vector<std::string> out;169 out.push_back("GL_EXT_color_buffer_half_float");175 out.push_back("GL_EXT_color_buffer_half_float");182 out.push_back("GL_EXT_color_buffer_float");188 return out;224 std::ostringstream out;229 out << sep;230 out << *iter;233 return out.str();