Home
last modified time | relevance | path

Searched refs:get_drawable_size (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c357 get_drawable_size( Display *dpy, Drawable d, uint *width, uint *height ) in get_drawable_size() function
384 stat = get_drawable_size(dpy, b->ws.drawable, width, height); in xmesa_get_window_size()
546 get_drawable_size(vis->display, d, &b->width, &b->height); in create_xmesa_buffer()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c226 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()