Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/x11/
Dva_dricommon.c54 XWindowAttributes wattr; in is_window() local
57 XGetWindowAttributes(dpy, drawable, &wattr); in is_window()
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c469 XWindowAttributes wattr; in create_tfp_surface() local
474 XGetWindowAttributes(ctx->native_dpy, root_window, &wattr); in create_tfp_surface()
475 if (wattr.depth != 24 && wattr.depth != 32) in create_tfp_surface()
482 wattr.depth in create_tfp_surface()
501 *attrib++ = GLX_DEPTH_SIZE; *attrib++ = wattr.depth; in create_tfp_surface()
502 if (wattr.depth == 32) { in create_tfp_surface()
528 if (wattr.depth == 32) in create_tfp_surface()
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c400 XWindowAttributes wattr; in is_window() local
403 XGetWindowAttributes(dpy, drawable, &wattr); in is_window()