Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c358 get_drawable_size( Display *dpy, Drawable d, uint *width, uint *height ) in get_drawable_size() function
385 stat = get_drawable_size(dpy, b->ws.drawable, width, height); in xmesa_get_window_size()
547 get_drawable_size(vis->display, d, &b->width, &b->height); in create_xmesa_buffer()