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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_util.c287 __DRIDrawableConfigEvent *dc, *last_dc; local
310 last_dc = NULL;
326 last_dc = dc;
338 if (last_dc) {
339 if (pdp->w != last_dc->width || pdp->h != last_dc->height)
342 pdp->x = last_dc->x;
343 pdp->y = last_dc->y;
344 pdp->w = last_dc->width;
345 pdp->h = last_dc
[all...]

Completed in 426 milliseconds