Lines Matching refs:isExtensionSupported
149 …const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || co… in resetStateES()
285 if (ctxInfo.isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in resetStateES()
296 if (ctxInfo.isExtensionSupported("GL_EXT_texture_cube_map_array")) in resetStateES()
334 if (ctxInfo.isExtensionSupported("GL_EXT_draw_buffers_indexed")) in resetStateES()
372 if (ctxInfo.isExtensionSupported("GL_EXT_sRGB_write_control")) in resetStateES()
576 …if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading… in resetStateES()
585 if (ctxInfo.isExtensionSupported("GL_KHR_debug")) in resetStateES()
614 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box")) in resetStateES()
621 if (ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader")) in resetStateES()
628 if (ctxInfo.isExtensionSupported("GL_KHR_blend_equation_advanced_coherent")) in resetStateES()
635 if (ctxInfo.isExtensionSupported("GL_EXT_texture_buffer")) in resetStateES()
1188 if (ctxInfo.isExtensionSupported("GL_KHR_debug")) in resetStateGLCore()