Searched defs:s_aPromotedExtensions (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp1132 } s_aPromotedExtensions[] = local
1283 for (uint32_t i = 0; i < RT_ELEMENTS(s_aPromotedExtensions) && s_aPromotedExtensions[i].fGLVersion <= fGLProfileVersion; i++)
1285 const char *pszExt = s_aPromotedExtensions[i].pszzExtensions;

Completed in 62 milliseconds