• Home
  • Raw
  • Download

Lines Matching full:compatibility

264         {ApiType::compatibility(3, 2), glw::initGL32Core},  in initCoreFunctions()
265 {ApiType::compatibility(3, 3), glw::initGL33Core}, in initCoreFunctions()
266 {ApiType::compatibility(4, 0), glw::initGL40Core}, in initCoreFunctions()
267 {ApiType::compatibility(4, 1), glw::initGL41Core}, in initCoreFunctions()
268 {ApiType::compatibility(4, 2), glw::initGL42Core}, in initCoreFunctions()
269 {ApiType::compatibility(4, 3), glw::initGL43Core}, in initCoreFunctions()
270 {ApiType::compatibility(4, 4), glw::initGL44Core}, in initCoreFunctions()
271 {ApiType::compatibility(4, 5), glw::initGL45Core}, in initCoreFunctions()
272 {ApiType::compatibility(4, 6), glw::initGL46Core}, in initCoreFunctions()
349 else if (type == glu::ApiType::compatibility(3, 2)) in getApiTypeDescription()
350 return "OpenGL 3.2 compatibility"; in getApiTypeDescription()
351 else if (type == glu::ApiType::compatibility(3, 3)) in getApiTypeDescription()
352 return "OpenGL 3.3 compatibility"; in getApiTypeDescription()
353 else if (type == glu::ApiType::compatibility(4, 0)) in getApiTypeDescription()
354 return "OpenGL 4.0 compatibility"; in getApiTypeDescription()
355 else if (type == glu::ApiType::compatibility(4, 1)) in getApiTypeDescription()
356 return "OpenGL 4.1 compatibility"; in getApiTypeDescription()
357 else if (type == glu::ApiType::compatibility(4, 2)) in getApiTypeDescription()
358 return "OpenGL 4.2 compatibility"; in getApiTypeDescription()
359 else if (type == glu::ApiType::compatibility(4, 3)) in getApiTypeDescription()
360 return "OpenGL 4.3 compatibility"; in getApiTypeDescription()
361 else if (type == glu::ApiType::compatibility(4, 4)) in getApiTypeDescription()
362 return "OpenGL 4.4 compatibility"; in getApiTypeDescription()
363 else if (type == glu::ApiType::compatibility(4, 5)) in getApiTypeDescription()
364 return "OpenGL 4.5 compatibility"; in getApiTypeDescription()
365 else if (type == glu::ApiType::compatibility(4, 6)) in getApiTypeDescription()
366 return "OpenGL 4.6 compatibility"; in getApiTypeDescription()