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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx_c_exports.c45 DECLEXPORT(Bool) VBOXGLXENTRYTAG(glXMakeCurrentReadSGI)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
47 return glxim.MakeCurrentReadSGI(display, draw, read, ctx);
331 DECLEXPORT(void) VBOXGLXENTRYTAG(glXGetSelectedEvent)(Display *dpy, GLXDrawable draw, unsigned long *event_mask) argument
333 return glxim.GetSelectedEvent(dpy, draw, event_mask);
341 DECLEXPORT(Bool) VBOXGLXENTRYTAG(glXMakeContextCurrent)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
343 return glxim.MakeContextCurrent(display, draw, read, ctx);
351 DECLEXPORT(void) VBOXGLXENTRYTAG(glXQueryDrawable)(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) argument
353 return glxim.QueryDrawable(dpy, draw, attribute, value);
356 DECLEXPORT(void) VBOXGLXENTRYTAG(glXSelectEvent)(Display *dpy, GLXDrawable draw, unsigned long event_mask) argument
358 return glxim.SelectEvent(dpy, draw, event_mas
[all...]
H A Dglx.c59 static void stubXshmUpdateImageRect(Display *dpy, GLXDrawable draw, GLX_Pixmap_t *pGlxPixmap, XRectangle *pRect);
642 GLXDrawable draw; member in struct:_stubFindPixmapParms_t
649 GLX_Pixmap_t *pGlxPixmap = (GLX_Pixmap_t *) crHashtableSearch(pCtx->pGLXPixmapsHash, (unsigned int) pParms->draw);
675 parms.draw = drawable;
1759 parms.draw = pixmap;
1995 DECLEXPORT(void) VBOXGLXTAG(glXGetSelectedEvent)(Display *dpy, GLXDrawable draw, unsigned long *event_mask) argument
1998 (void) draw;
2059 DECLEXPORT(Bool) VBOXGLXTAG(glXMakeContextCurrent)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
2062 return VBOXGLXTAG(glXMakeCurrent)(display, draw, ctx);
2075 DECLEXPORT(void) VBOXGLXTAG(glXQueryDrawable)(Display *dpy, GLXDrawable draw, in argument
2084 glXSelectEvent(Display *dpy, GLXDrawable draw, unsigned long event_mask) argument
2280 stubInitGlxPixmap(GLX_Pixmap_t* pCreateInfoPixmap, Display *dpy, GLXDrawable draw, ContextInfo *pContext) argument
2382 stubXshmUpdateWholeImage(Display *dpy, GLXDrawable draw, GLX_Pixmap_t *pGlxPixmap) argument
2434 stubXshmUpdateImageRect(Display *dpy, GLXDrawable draw, GLX_Pixmap_t *pGlxPixmap, XRectangle *pRect) argument
2509 glXBindTexImageEXT(Display *dpy, GLXDrawable draw, int buffer, const int *attrib_list) argument
2679 glXReleaseTexImageEXT(Display *dpy, GLXDrawable draw, int buffer) argument
[all...]

Completed in 216 milliseconds