Lines Matching defs:driver
30 * This module acts as glue between GLX and the actual hardware driver. A DRI
31 * driver doesn't really \e have to use any of this - it's optional. But, some
38 * These functions are compiled into each DRI driver so libGL.so knows nothing
87 * value should be assumed. That way the driver can quickly check if any
120 * Each DRI driver must have one of these structures with all the pointers set
121 * to appropriate functions within the driver.
149 * Per-screen private driver information.
153 * Driver-specific entrypoints provided by the driver's
156 const struct __DriverAPIRec *driver;
164 * File descriptor returned when the kernel device driver is opened.
169 * - close the kernel device driver
216 * Per-context private driver information.
220 * Device driver's private context data. This structure is opaque.
251 * Per-drawable private DRI driver information.