Searched refs:epoxy_has_glx_extension (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | glx_has_extension_nocontext.c | 49 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 D | glx_public_api.c | 94 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 D | glx_gles2.c | 81 if (!epoxy_has_glx_extension(dpy, 0, "GLX_EXT_create_context_es2_profile"))
|
| H A D | glx_public_api_core.c | 161 if (!epoxy_has_glx_extension(dpy, 0, "GLX_ARB_create_context_profile"))
|
| /xsrc/external/mit/libepoxy/dist/include/epoxy/ |
| H A D | glx.h | 51 EPOXY_PUBLIC bool epoxy_has_glx_extension(Display *dpy, int screen, const char *extension);
|
| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_glx.c | 119 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 D | ephyr_glamor_glx.c | 319 if (epoxy_has_glx_extension(dpy, DefaultScreen(dpy), 328 if (epoxy_has_glx_extension(dpy, DefaultScreen(dpy),
|
Completed in 8 milliseconds