HomeSort by relevance Sort by last modified time
    Searched refs:DRI2DestroyDrawable (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/
dri2.h 68 DRI2DestroyDrawable(Display * display, XID handle);
dri2.c 193 * DRI2DestroyDrawable. So just ignore BadDrawable here. */
389 DRI2DestroyDrawable(Display * dpy, XID drawable)
399 GetReq(DRI2DestroyDrawable, req);
dri2_glx.c 335 dri2DestroyDrawable(__GLXDRIdrawable *base)
353 DRI2DestroyDrawable(psc->base.dpy, pdraw->base.xDrawable);
377 pdraw->base.destroyDrawable = dri2DestroyDrawable;
409 DRI2DestroyDrawable(psc->base.dpy, xDrawable);
416 DRI2DestroyDrawable(psc->base.dpy, xDrawable);
    [all...]
  /hardware/intel/common/libva/va/x11/
va_dri2.c 238 GetReq(DRI2DestroyDrawable, req);

Completed in 69 milliseconds