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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c2368 * It's fine for small textures which would be updated in stubXshmUpdateWholeImage, but we'd never call glTexImage2D for big ones.
2382 static void stubXshmUpdateWholeImage(Display *dpy, GLXDrawable draw, GLX_Pixmap_t *pGlxPixmap) function
2436 /* See comment in stubXshmUpdateWholeImage */
2604 stubXshmUpdateWholeImage(dpy, draw, pGlxPixmap);
2630 stubXshmUpdateWholeImage(dpy, draw, pGlxPixmap);
2638 stubXshmUpdateWholeImage(dpy, draw, pGlxPixmap);
2674 stubXshmUpdateWholeImage(dpy, draw, pGlxPixmap);

Completed in 52 milliseconds