Lines Matching defs:glu
37 namespace glu
181 config.type = glu::ContextType(apiType, ctxFlags);
320 if (type == glu::ApiType::es(2, 0)) return "OpenGL ES 2";
321 else if (type == glu::ApiType::es(3, 0)) return "OpenGL ES 3";
322 else if (type == glu::ApiType::es(3, 1)) return "OpenGL ES 3.1";
323 else if (type == glu::ApiType::es(3, 2)) return "OpenGL ES 3.2";
324 else if (type == glu::ApiType::core(3, 0)) return "OpenGL 3.0 core";
325 else if (type == glu::ApiType::core(3, 1)) return "OpenGL 3.1 core";
326 else if (type == glu::ApiType::core(3, 2)) return "OpenGL 3.2 core";
327 else if (type == glu::ApiType::core(3, 3)) return "OpenGL 3.3 core";
328 else if (type == glu::ApiType::core(4, 0)) return "OpenGL 4.0 core";
329 else if (type == glu::ApiType::core(4, 1)) return "OpenGL 4.1 core";
330 else if (type == glu::ApiType::core(4, 2)) return "OpenGL 4.2 core";
331 else if (type == glu::ApiType::core(4, 3)) return "OpenGL 4.3 core";
332 else if (type == glu::ApiType::core(4, 4)) return "OpenGL 4.4 core";
333 else if (type == glu::ApiType::core(4, 5)) return "OpenGL 4.5 core";
334 else if (type == glu::ApiType::core(4, 6)) return "OpenGL 4.6 core";
335 else if (type == glu::ApiType::compatibility(3, 2)) return "OpenGL 3.2 compatibility";
336 else if (type == glu::ApiType::compatibility(3, 3)) return "OpenGL 3.3 compatibility";
337 else if (type == glu::ApiType::compatibility(4, 0)) return "OpenGL 4.0 compatibility";
338 else if (type == glu::ApiType::compatibility(4, 1)) return "OpenGL 4.1 compatibility";
339 else if (type == glu::ApiType::compatibility(4, 2)) return "OpenGL 4.2 compatibility";
340 else if (type == glu::ApiType::compatibility(4, 3)) return "OpenGL 4.3 compatibility";
341 else if (type == glu::ApiType::compatibility(4, 4)) return "OpenGL 4.4 compatibility";
342 else if (type == glu::ApiType::compatibility(4, 5)) return "OpenGL 4.5 compatibility";
343 else if (type == glu::ApiType::compatibility(4, 6)) return "OpenGL 4.6 compatibility";
347 } // glu