Searched refs:mandatory_core_extensions (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c816 const struct dri2_extension_match *mandatory_core_extensions; local in function:dri2_setup_extensions
822 mandatory_core_extensions = dri2_core_extensions;
824 mandatory_core_extensions = swrast_core_extensions;
826 if (!dri2_bind_extensions(dri2_dpy, mandatory_core_extensions, extensions, false))
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1112 const struct dri2_extension_match *mandatory_core_extensions; local in function:dri2_setup_extensions
1118 mandatory_core_extensions = dri2_core_extensions;
1120 mandatory_core_extensions = swrast_core_extensions;
1122 if (!dri2_bind_extensions(dri2_dpy, mandatory_core_extensions, extensions, false))

Completed in 11 milliseconds