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

12

/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.c76 pipe->surface_destroy = nv30_miptree_surface_del;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_resource.c50 r300->context.surface_destroy = r300_surface_destroy;
/external/mesa3d/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
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_resource.c54 pcontext->surface_destroy = nv50_surface_destroy;
/external/mesa3d/src/gbm/main/
H A Dgbmint.h81 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device
H A Dgbm.c404 surf->gbm->surface_destroy(surf);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_resource.c96 pcontext->surface_destroy = nv50_surface_destroy;
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.c108 id_context->pipe->surface_destroy(id_context->pipe,
H A Did_context.c931 id_pipe->base.surface_destroy = identity_context_surface_destroy;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h113 old_surf->context->surface_destroy(old_surf->context, old_surf);
120 * of using a deleted context's surface_destroy() method when freeing a surface
128 pipe->surface_destroy(pipe, *ptr);
H A Du_debug.c557 pipe->surface_destroy(pipe, surface);
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_state.c321 ctx->surface_destroy = noop_surface_destroy;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h373 void (*surface_destroy)(struct pipe_context *ctx, member in struct:pipe_context
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp114 q.pipe->surface_destroy(q.pipe, st);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c329 i915->base.surface_destroy = i915_surface_destroy;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c498 pipe->surface_destroy = softpipe_surface_destroy;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c406 svga->pipe.surface_destroy = svga_surface_destroy;
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c633 dri->base.base.surface_destroy = gbm_dri_surface_destroy;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_context.c1065 GLHD_PIPE_INIT(surface_destroy);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c668 r600->context.surface_destroy = r600_surface_destroy;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c578 pipe->surface_destroy(pipe, surf);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1456 pipe->surface_destroy = llvmpipe_surface_destroy;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c792 r600->context.surface_destroy = r600_surface_destroy;
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c1219 rb_pipe->base.surface_destroy = rbug_context_surface_destroy;
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c979 trace_dump_call_begin("pipe_context", "surface_destroy");
1633 TR_CTX_INIT(surface_destroy);

Completed in 377 milliseconds

12