Lines Matching defs:_DRI2Screen
107 typedef struct _DRI2Screen { struct
108 ScreenPtr screen;
109 int refcnt;
110 unsigned int numDrivers;
111 const char **driverNames;
112 const char *deviceName;
113 const char *driverName;
114 int fd;
115 unsigned int lastSequence;
116 int prime_id;
118 DRI2CreateBufferProcPtr CreateBuffer;
119 DRI2DestroyBufferProcPtr DestroyBuffer;
120 DRI2CopyRegionProcPtr CopyRegion;
121 DRI2ScheduleSwapProcPtr ScheduleSwap;
122 DRI2GetMSCProcPtr GetMSC;
123 DRI2ScheduleWaitMSCProcPtr ScheduleWaitMSC;
124 DRI2AuthMagic2ProcPtr AuthMagic;
125 DRI2AuthMagicProcPtr LegacyAuthMagic;
126 DRI2ReuseBufferNotifyProcPtr ReuseBufferNotify;
127 DRI2SwapLimitValidateProcPtr SwapLimitValidate;
128 DRI2GetParamProcPtr GetParam;
130 HandleExposuresProcPtr HandleExposures;
132 ConfigNotifyProcPtr ConfigNotify;
133 SetWindowPixmapProcPtr SetWindowPixmap;
134 DRI2CreateBuffer2ProcPtr CreateBuffer2;
135 DRI2DestroyBuffer2ProcPtr DestroyBuffer2;
136 DRI2CopyRegion2ProcPtr CopyRegion2;