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

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Ddga.h133 } *Dga_opaque; typedef in typeref:struct:dga_opaque
157 #define DGA_LOCK(x) (*(((Dga_opaque)(x))->loc_5)) = 1
158 #define DGA_UNLOCK(x) (*(((Dga_opaque)(x))->loc_6)) = 0
162 if ((((Dga_opaque)(win))->loc_4)++ == 0) { \
164 ((Dga_opaque)win)->loc_10 = (((((Dga_opaque)(win))->loc_2) == \
165 (*(((Dga_opaque)(win))->loc_3))) ? \
166 0 : (*(((Dga_opaque)(win))->loc_9))(win)); \
172 if (--(((Dga_opaque)(win))->loc_4) == 0) { \
174 if (((Dga_opaque)(wi
[all...]

Completed in 24 milliseconds