Searched refs:get_drawable_size (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 272 get_drawable_size( Display *dpy, Drawable d, uint *width, uint *height ) in get_drawable_size() function 299 stat = get_drawable_size(dpy, b->ws.drawable, width, height); in xmesa_get_window_size() 462 get_drawable_size(vis->display, d, &width, &height); in create_xmesa_buffer()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 812 get_drawable_size(Display *dpy, Drawable d, unsigned *width, unsigned *height) in get_drawable_size() function 868 get_drawable_size(GLX_dpy->dpy, window, &width, &height); in GLX_eglCreateWindowSurface() 929 get_drawable_size(GLX_dpy->dpy, pixmap, &width, &height); in GLX_eglCreatePixmapSurface()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 223 get_drawable_size( XMesaDisplay *dpy, Drawable d, GLuint *width, GLuint *height ) in get_drawable_size() function 250 stat = get_drawable_size(dpy, b->frontxrb->pixmap, width, height); in xmesa_get_window_size()
|