Searched defs:dri3_screen_priv_ptr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddri3_priv.h45 } dri3_screen_priv_rec, *dri3_screen_priv_ptr; typedef in typeref:struct:dri3_screen_priv
56 static inline dri3_screen_priv_ptr
59 return (dri3_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &dri3_screen_private_key);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddri3_priv.h45 } dri3_screen_priv_rec, *dri3_screen_priv_ptr; typedef in typeref:struct:dri3_screen_priv
56 static inline dri3_screen_priv_ptr
59 return (dri3_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &dri3_screen_private_key);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddri3_priv.h45 } dri3_screen_priv_rec, *dri3_screen_priv_ptr; typedef in typeref:struct:dri3_screen_priv
56 static inline dri3_screen_priv_ptr
59 return (dri3_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &dri3_screen_private_key);

Completed in 42 milliseconds