Searched refs:epoxy_has_glx_extension (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_has_extension_nocontext.c49 if (!epoxy_has_glx_extension(dpy, 0, "GLX_ARB_get_proc_address"))
52 if (epoxy_has_glx_extension(dpy, 0, "GLX_ARB_ham_sandwich"))
H A Dglx_public_api.c94 if (!epoxy_has_glx_extension(dpy, 0, "GLX_ARB_get_proc_address")) {
101 if (epoxy_has_glx_extension(dpy, 0, "GLX_EXT_ham_sandwich")) {
H A Dglx_gles2.c81 if (!epoxy_has_glx_extension(dpy, 0, "GLX_EXT_create_context_es2_profile"))
H A Dglx_public_api_core.c161 if (!epoxy_has_glx_extension(dpy, 0, "GLX_ARB_create_context_profile"))
/xsrc/external/mit/libepoxy/dist/include/epoxy/
H A Dglx.h51 EPOXY_PUBLIC bool epoxy_has_glx_extension(Display *dpy, int screen, const char *extension);
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_glx.c119 return epoxy_has_glx_extension(dpy, screen, ext);
135 epoxy_has_glx_extension(Display *dpy, int screen, const char *ext) function in typeref:typename:bool
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c319 if (epoxy_has_glx_extension(dpy, DefaultScreen(dpy),
328 if (epoxy_has_glx_extension(dpy, DefaultScreen(dpy),

Completed in 8 milliseconds