Home | History | Annotate | Download | only in test

Lines Matching refs:DRI3

42 #include <xcb/dri3.h>
57 #include "dri3.h"
151 #define DRI3 1
187 if (options & DRI3) {
218 if (!(options & DRI3)) {
239 if (options & DRI3) {
296 if (options & DRI3) {
365 options & DRI3 ? " dri3" : "",
419 if (options & DRI3) {
443 if (!(options & DRI3)) {
477 if (options & DRI3) {
535 if (options & DRI3) {
612 options & DRI3 ? " dri3" : "",
999 loop(dpy, res, DRI3);
1000 loop(dpy, res, DRI3 | ASYNC);