Searched defs:window_exists (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c260 static GLboolean window_exists( Display *dpy, Window win ) function
1316 if (!window_exists( b->xm_visual->display, b->ws.drawable )) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c211 static GLboolean window_exists( XMesaDisplay *dpy, Window win ) function
1556 if (!window_exists( b->display, b->frontxrb->drawable )) {
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c260 static GLboolean window_exists( Display *dpy, Window win ) function
1316 if (!window_exists( b->xm_visual->display, b->ws.drawable )) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c211 static GLboolean window_exists( XMesaDisplay *dpy, Window win ) function
1556 if (!window_exists( b->display, b->frontxrb->drawable )) {

Completed in 881 milliseconds