Lines Matching refs:fAdvertisedExtensions
228 fAdvertisedExtensions.push_back("GL_ARB_framebuffer_object"); in NullInterface()
229 fAdvertisedExtensions.push_back("GL_ARB_blend_func_extended"); in NullInterface()
230 fAdvertisedExtensions.push_back("GL_ARB_timer_query"); in NullInterface()
231 fAdvertisedExtensions.push_back("GL_ARB_draw_buffers"); in NullInterface()
232 fAdvertisedExtensions.push_back("GL_ARB_occlusion_query"); in NullInterface()
233 fAdvertisedExtensions.push_back("GL_EXT_stencil_wrap"); in NullInterface()
235 fAdvertisedExtensions.push_back("GL_NV_path_rendering"); in NullInterface()
236 fAdvertisedExtensions.push_back("GL_ARB_program_interface_query"); in NullInterface()
238 fAdvertisedExtensions.push_back(nullptr); in NullInterface()
533 while (fAdvertisedExtensions[i++]); in getIntegerv()
617 return (const GrGLubyte*) fAdvertisedExtensions[i]; in getStringi()
722 SkTArray<const char*> fAdvertisedExtensions; member in __anon8285b3770111::NullInterface
766 while (fAdvertisedExtensions[i]) { in CombinedExtensionString()
770 gExtString.append(fAdvertisedExtensions[i]); in CombinedExtensionString()