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

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_resource.c49 r300->context.surface_destroy = r300_surface_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_resource.c52 r300->context.surface_destroy = r300_surface_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_surface.c38 static void surface_destroy(Display * dpy, struct apple_glx_drawable *d);
44 .destroy = surface_destroy
95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_surface.c38 static void surface_destroy(Display * dpy, struct apple_glx_drawable *d);
44 .destroy = surface_destroy
95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c92 pipe->surface_destroy = nv30_miptree_surface_del;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c103 pipe->surface_destroy = nv30_miptree_surface_del;
/xsrc/external/mit/MesaLib.old/dist/src/gbm/main/
H A Dgbmint.h100 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device
H A Dgbm.c631 surf->gbm->surface_destroy(surf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c110 pcontext->surface_destroy = nv50_surface_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c103 pcontext->surface_destroy = nv50_surface_destroy;
/xsrc/external/mit/MesaLib/dist/src/gbm/main/
H A Dgbm_backend_abi.h157 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device_v0
H A Dgbm_abi_check.c100 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device_v0_abi0
365 CHECK_MEMBER_CURRENT(gbm_device_v0, _abi0, surface_destroy);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c158 pctx->surface_destroy = etna_surface_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c114 pcontext->surface_destroy = nv50_surface_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c163 pcontext->surface_destroy = nv50_surface_destroy;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface_ums.c616 surface_destroy (qxl_surface_t *surface) function in typeref:typename:void
713 surface_destroy (surface);
767 surface_destroy (cache->cached_surfaces[i]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dresource.cpp115 q.pipe->surface_destroy(q.pipe, st);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c309 ctx->surface_destroy = noop_surface_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c150 pipe->surface_destroy(pipe, surface);
H A Du_inlines.h113 old_dst->context->surface_destroy(old_dst->context, old_dst);
120 * of using a deleted context's surface_destroy() method when freeing a surface
131 pipe->surface_destroy(pipe, old);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c233 lp->pipe.surface_destroy = llvmpipe_surface_destroy;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c150 pipe->surface_destroy(pipe, surface);
H A Du_inlines.h116 old_dst->context->surface_destroy(old_dst->context, old_dst);
123 * of using a deleted context's surface_destroy() method when freeing a surface
134 pipe->surface_destroy(pipe, old);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c198 pctx->surface_destroy = etna_surface_destroy;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h603 void (*surface_destroy)(struct pipe_context *ctx, member in struct:pipe_context

Completed in 19 milliseconds

1234