Searched refs:AuthMagic (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c103 DRI2AuthMagicProcPtr AuthMagic; member in struct:_DRI2Screen
1034 if (ds == NULL || (*ds->AuthMagic)(ds->fd, magic))
1120 ds->AuthMagic = info->AuthMagic;
1124 * if the driver doesn't provide an AuthMagic function or the info struct
1127 if (!ds->AuthMagic)
1129 ds->AuthMagic = drmAuthMagic;
H A Ddri2.h191 DRI2AuthMagicProcPtr AuthMagic; member in struct:__anona4bc06e50208
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.h235 DRI2AuthMagicProcPtr AuthMagic; member in struct:__anond42734780208
246 /* AuthMagic callback which passes extra context */
247 /* If this is NULL the AuthMagic callback is used */
248 /* If this is non-NULL the AuthMagic callback is ignored */
H A Ddri2.c121 DRI2AuthMagic2ProcPtr AuthMagic; member in struct:_DRI2Screen
1383 if ((*ds->AuthMagic)(primescreen, magic))
1553 ds->LegacyAuthMagic = info->AuthMagic;
1567 ds->AuthMagic = info->AuthMagic2;
1584 * if the driver doesn't provide an AuthMagic function or the info struct
1587 if (!ds->AuthMagic) {
1588 ds->AuthMagic = DRI2AuthMagic;
1590 * If the driver doesn't provide an AuthMagic function

Completed in 7 milliseconds