Searched refs:get_drawable_size (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c357 get_drawable_size( Display *dpy, Drawable d, uint *width, uint *height ) function in typeref:typename:Status
384 stat = get_drawable_size(dpy, b->ws.drawable, width, height);
546 get_drawable_size(vis->display, d, &b->width, &b->height);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_api.c357 get_drawable_size( Display *dpy, Drawable d, uint *width, uint *height ) function in typeref:typename:Status
384 stat = get_drawable_size(dpy, b->ws.drawable, width, height);
546 get_drawable_size(vis->display, d, &b->width, &b->height);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_api.c227 get_drawable_size( XMesaDisplay *dpy, Drawable d, GLuint *width, GLuint *height ) function in typeref:typename:Status
254 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_api.c227 get_drawable_size( XMesaDisplay *dpy, Drawable d, GLuint *width, GLuint *height ) function in typeref:typename:Status
254 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height);

Completed in 10 milliseconds