Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri2.h65 DRI2DestroyDrawable(Display * display, XID handle);
Ddri2_glx.c341 DRI2DestroyDrawable(psc->base.dpy, pdraw->base.xDrawable); in dri2DestroyDrawable()
396 DRI2DestroyDrawable(psc->base.dpy, xDrawable); in dri2CreateDrawable()
403 DRI2DestroyDrawable(psc->base.dpy, xDrawable); in dri2CreateDrawable()
Ddri2.c381 DRI2DestroyDrawable(Display * dpy, XID drawable) in DRI2DestroyDrawable() function
391 GetReq(DRI2DestroyDrawable, req); in DRI2DestroyDrawable()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c345 DRI2DestroyDrawable(xscr->dpy, drawable); in x11_drawable_enable_dri2()