Searched refs:destroyDrawable (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/libva/va/x11/
H A Dva_dricommon.h80 void (*destroyDrawable)(VADriverContextP ctx, struct dri_drawable *dri_drawable); member in struct:dri_state
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_common.c413 (*pdraw->destroyDrawable) (pdraw);
435 (*pdraw->destroyDrawable)(pdraw);
446 (*pdraw->destroyDrawable)(pdraw);
H A Ddrisw_glx.c510 (*psc->core->destroyDrawable) (pdp->driDrawable);
551 pdp->base.destroyDrawable = driswDestroyDrawable;
H A Dglx_pbuffer.c211 (*pdraw->destroyDrawable) (pdraw);
230 (*pdraw->destroyDrawable) (pdraw);
H A Ddri2_glx.c331 (*psc->core->destroyDrawable) (pdraw->driDrawable);
362 pdraw->base.destroyDrawable = dri2DestroyDrawable;
402 (*psc->core->destroyDrawable) (pdraw->driDrawable);
H A Dglxclient.h132 void (*destroyDrawable) (__GLXDRIdrawable * drawable); member in struct:__GLXDRIdrawableRec
H A Ddri_glx.c636 (*psc->core->destroyDrawable) (pdp->driDrawable);
684 pdp->base.destroyDrawable = driDestroyDrawable;
H A Dglxcmds.c716 (*pdraw->destroyDrawable) (pdraw);
773 (*pdraw->destroyDrawable) (pdraw);
2316 * just call the driver's \c __DRIdrawableRec::destroyDrawable function.
/external/mesa3d/src/glx/
H A Ddri_common.c413 (*pdraw->destroyDrawable) (pdraw);
435 (*pdraw->destroyDrawable)(pdraw);
446 (*pdraw->destroyDrawable)(pdraw);
H A Ddrisw_glx.c510 (*psc->core->destroyDrawable) (pdp->driDrawable);
551 pdp->base.destroyDrawable = driswDestroyDrawable;
H A Dglx_pbuffer.c211 (*pdraw->destroyDrawable) (pdraw);
230 (*pdraw->destroyDrawable) (pdraw);
H A Ddri2_glx.c331 (*psc->core->destroyDrawable) (pdraw->driDrawable);
362 pdraw->base.destroyDrawable = dri2DestroyDrawable;
402 (*psc->core->destroyDrawable) (pdraw->driDrawable);
H A Dglxclient.h132 void (*destroyDrawable) (__GLXDRIdrawable * drawable); member in struct:__GLXDRIdrawableRec
H A Ddri_glx.c636 (*psc->core->destroyDrawable) (pdp->driDrawable);
684 pdp->base.destroyDrawable = driDestroyDrawable;
H A Dglxcmds.c716 (*pdraw->destroyDrawable) (pdraw);
773 (*pdraw->destroyDrawable) (pdraw);
2316 * just call the driver's \c __DRIdrawableRec::destroyDrawable function.
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h576 void (*destroyDrawable)(__DRIdrawable *drawable); member in struct:__DRIcoreExtensionRec
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c160 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
H A Dplatform_wayland.c183 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable);
217 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
H A Dplatform_android.c247 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
H A Dplatform_x11.c257 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable);
307 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h576 void (*destroyDrawable)(__DRIdrawable *drawable); member in struct:__DRIcoreExtensionRec
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c160 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
H A Dplatform_wayland.c183 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable);
217 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
H A Dplatform_android.c247 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);
H A Dplatform_x11.c257 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable);
307 (*dri2_dpy->core->destroyDrawable)(dri2_surf->dri_drawable);

Completed in 411 milliseconds