HomeSort by relevance Sort by last modified time
    Searched defs:is_window (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libva/va/x11/
va_dricommon.c 52 is_window(Display *dpy, Drawable drawable) function
76 dri_drawable->is_window = is_window(ctx->native_dpy, drawable);
va_dricommon.h 67 int is_window; member in struct:dri_drawable
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 398 is_window(Display *dpy, Drawable drawable) function
425 /* Avoid call is_window()/XGetWindowAttributes() every frame */
428 if (!is_window(ctx->native_dpy, draw))

Completed in 55 milliseconds