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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c2280 static GLX_Pixmap_t* stubInitGlxPixmap(GLX_Pixmap_t* pCreateInfoPixmap, Display *dpy, GLXDrawable draw, ContextInfo *pContext) function
2297 crWarning("stubInitGlxPixmap failed in call to XGetGeometry for 0x%x", (int) draw);
2306 crWarning("stubInitGlxPixmap failed to allocate memory");
2355 crWarning("stubInitGlxPixmap failed to create empty damage region for drawable 0x%x", (unsigned int) draw);
2532 pGlxPixmap = stubInitGlxPixmap(pGlxPixmap, dpy, draw, context);

Completed in 51 milliseconds