Lines Matching defs:ctxInfo
57 void resetStateES (const RenderContext& renderCtx, const ContextInfo& ctxInfo)
149 const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2));
285 if (ctxInfo.isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
296 if (ctxInfo.isExtensionSupported("GL_EXT_texture_cube_map_array"))
334 if (ctxInfo.isExtensionSupported("GL_EXT_draw_buffers_indexed"))
372 if (ctxInfo.isExtensionSupported("GL_EXT_sRGB_write_control"))
576 if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading"))
585 if (ctxInfo.isExtensionSupported("GL_KHR_debug"))
614 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box"))
621 if (ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader"))
628 if (ctxInfo.isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"))
635 if (ctxInfo.isExtensionSupported("GL_EXT_texture_buffer"))
643 void resetStateGLCore (const RenderContext& renderCtx, const ContextInfo& ctxInfo)
761 const bool supportsCubemapArray = ctxInfo.isExtensionSupported("GL_ARB_texture_cube_map_array") || contextSupports(type, ApiType::core(4,0));
1224 if (ctxInfo.isExtensionSupported("GL_KHR_debug"))
1244 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo)
1247 resetStateES(renderCtx, ctxInfo);
1249 resetStateGLCore(renderCtx, ctxInfo);
1252 resetStateGLCore(renderCtx, ctxInfo);