Searched refs:get_drawable_size (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 352 get_drawable_size( Display *dpy, Drawable d, uint *width, uint *height ) in get_drawable_size() function 379 stat = get_drawable_size(dpy, b->ws.drawable, width, height); in xmesa_get_window_size() 541 get_drawable_size(vis->display, d, &b->width, &b->height); in create_xmesa_buffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 226 get_drawable_size( XMesaDisplay *dpy, Drawable d, GLuint *width, GLuint *height ) in get_drawable_size() function 253 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height); in xmesa_get_window_size()
|