Home
last modified time | relevance | path

Searched refs:destroyDrawable (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/glx/
Ddri_common.c417 (*pdraw->destroyDrawable) (pdraw); in driFetchDrawable()
463 pdraw->destroyDrawable(pdraw); in checkServerGLXDrawableAlive()
490 pdraw->destroyDrawable(pdraw); in releaseDrawable()
Ddri2_glx.c275 (*psc->core->destroyDrawable) (pdraw->driDrawable); in dri2DestroyDrawable()
309 pdraw->base.destroyDrawable = dri2DestroyDrawable; in dri2CreateDrawable()
331 (*psc->core->destroyDrawable) (pdraw->driDrawable); in dri2CreateDrawable()
Dglx_pbuffer.c199 (*pdraw->destroyDrawable) (pdraw); in CreateDRIDrawable()
220 (*pdraw->destroyDrawable) (pdraw); in DestroyDRIDrawable()
Ddriwindows_glx.c306 pdp->base.destroyDrawable = driwindowsDestroyDrawable; in driwindowsCreateDrawable()
Dglxclient.h146 void (*destroyDrawable) (__GLXDRIdrawable * drawable); member
Ddrisw_glx.c665 (*psc->core->destroyDrawable) (pdp->driDrawable); in driswDestroyDrawable()
738 pdp->base.destroyDrawable = driswDestroyDrawable; in driswCreateDrawable()
Dglxext.c277 pdraw->destroyDrawable(pdraw); in free_zombie_glx_drawable()
Dglxcmds.c767 (*pdraw->destroyDrawable) (pdraw); in glXCreateGLXPixmap()
824 (*pdraw->destroyDrawable) (pdraw); in glXDestroyGLXPixmap()
Ddri3_glx.c385 pdraw->base.destroyDrawable = dri3_destroy_drawable; in dri3_create_drawable()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_surfaceless.c164 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in surfaceless_destroy_surface()
Dplatform_device.c171 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in device_destroy_surface()
Dplatform_x11.c370 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_x11_create_surface()
427 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_x11_destroy_surface()
Dplatform_drm.c211 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_drm_destroy_surface()
Dplatform_ohos.c453 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in ohos_destroy_surface()
Dplatform_android.c778 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in droid_destroy_surface()
Dplatform_wayland.c799 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_wl_destroy_surface()
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h792 void (*destroyDrawable)(__DRIdrawable *drawable); member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c957 .destroyDrawable = driDestroyDrawable,
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.c355 draw->ext->core->destroyDrawable(draw->dri_drawable); in loader_dri3_drawable_fini()
447 draw->ext->core->destroyDrawable(draw->dri_drawable); in loader_dri3_drawable_init()