Home
last modified time | relevance | path

Searched refs:XF86DRIDestroyDrawable (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/
Dxf86dri.h103 extern Bool XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable);
DXF86dri.c421 XF86DRIDestroyDrawable(Display * dpy, int screen, XID drawable) in XF86DRIDestroyDrawable() function
446 GetReq(XF86DRIDestroyDrawable, req); in XF86DRIDestroyDrawable()
Ddri_glx.c637 XF86DRIDestroyDrawable(psc->base.dpy, psc->base.scr, pdraw->drawable); in driDestroyDrawable()
679 XF86DRIDestroyDrawable(psc->base.dpy, psc->base.scr, drawable); in driCreateDrawable()
/external/libdrm/tests/ttmtest/src/
Dxf86dri.c446 GetReq(XF86DRIDestroyDrawable, req); in uniDRIDestroyDrawable()