Searched refs:cached (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_rtnshared.h78 u_char cached; /* pixels currently cached on device */ member in struct:shared_retained_info
91 u_char scr_name[32]; /* screen name for cached rasters */
H A Dpix_inquiry.c130 return (infop->cached ? DGA_SITE_DEVICE : DGA_SITE_SYSTEM);
142 return(infop->cached ? NULL : (void *)(infop + 1));
154 return(infop->cached ? 0 : infop->linebytes);
166 return(infop->cached ? 0 : infop->bitsperpixel);
H A Ddga_pixshared.h78 u_char cached; /* 1 = pixels cached on hw; 0 = pixels in mem */ member in struct:shared_pixmap_info
94 u_char scr_name[32]; /* screen name for cached pixmap */
H A Dmbsmemb_inquiry.c160 it is cached */
163 return (infop->cached ? DGA_SITE_DEVICE : DGA_SITE_SYSTEM);
178 are not cached */
180 return (infop->cached ? NULL : (void *)(infop + 1));
195 are not cached */
197 return (infop->cached ? 0 : infop->linebytes);
212 are not cached */
214 return (infop->cached ? 0 : infop->bitsperpixel);
463 /* rtn is not applicable to multibuffers -- never cached */
H A Drtn_grab.c154 * value if the retained raster is cached in hardware. If set to
155 * DGA_RTN_NEW_DEV then the server has re-cached the retained
157 * the raster remains cached in the same device as previously
158 * recorded. If the retained raster is not cached in hw then the
163 * Outputs: DGA_RTN_NOT_CACHED - not cached in hw
164 * DGA_RTN_SAME_DEV - cached in the same hw device
165 * DGA_RTN_NEW_DEV - cached in the new hw device
179 if (RTN_INFOP(clientp)->cached)
197 * the retained raster is cached in hw. The pointer is invalid
198 * if the retained raster isn't cached i
[all...]
H A Dpix_grab.c293 clientp->s_cached_p = &(infop->cached);
451 1. if the pixmap is cached or not

Completed in 1123 milliseconds