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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c2555 XImage *pxim; local
2559 pxim = XGetImage(dpy, (Pixmap)draw, pGlxPixmap->x, pGlxPixmap->y, pGlxPixmap->w, pGlxPixmap->h, AllPlanes, ZPixmap);
2561 /*if (pxim)
2577 crMemcpy(pm->data, (void*)(&(pxim->data[0])), 4*w*h);
2580 if (NULL==pxim)
2588 stub.spu->dispatch_table.TexImage2D(pGlxPixmap->target, 0, pGlxPixmap->format, pxim->width, pxim->height, 0,
2589 GL_BGRA, GL_UNSIGNED_BYTE, (void*)(&(pxim->data[0])));
2591 XDestroyImage(pxim);

Completed in 38 milliseconds