Searched refs:fAdvertisedExtensions (Results 1 – 1 of 1) sorted by relevance
227 fAdvertisedExtensions.push_back("GL_ARB_framebuffer_object"); in NullInterface()228 fAdvertisedExtensions.push_back("GL_ARB_blend_func_extended"); in NullInterface()229 fAdvertisedExtensions.push_back("GL_ARB_timer_query"); in NullInterface()230 fAdvertisedExtensions.push_back("GL_ARB_draw_buffers"); in NullInterface()231 fAdvertisedExtensions.push_back("GL_ARB_occlusion_query"); in NullInterface()232 fAdvertisedExtensions.push_back("GL_EXT_stencil_wrap"); in NullInterface()234 fAdvertisedExtensions.push_back("GL_NV_path_rendering"); in NullInterface()235 fAdvertisedExtensions.push_back("GL_ARB_program_interface_query"); in NullInterface()237 fAdvertisedExtensions.push_back(nullptr); in NullInterface()525 while (fAdvertisedExtensions[i++]); in getIntegerv()[all …]