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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c1139 char *data, *imgdata; local
1158 imgdata = crCalloc(window->width * window->height * 4);
1159 CRASSERT(data && imgdata);
1165 crMemcpy(imgdata+rowsize*i, data+rowsize*(window->height-i-1), rowsize);
1170 image = XCreateImage(dpy, attr.visual, pret->depth, ZPixmap, 0, imgdata, window->width, window->height, 32, 0);

Completed in 77 milliseconds