Lines Matching defs:direct
183 int contextFlags, int profileMask, Bool direct)
235 direct,
244 if (context && direct) {
263 Bool coreProfile, Bool es2Profile, Bool direct)
282 direct);
296 direct);
306 ctx = glXCreateNewContext(dpy, config, GLX_RGBA_TYPE, NULL, direct);
308 /* make sure the context is direct, if direct was requested */
309 if (ctx && direct) {
519 printf("direct rendering: ");