Home
last modified time | relevance | path

Searched refs:surface_destroy (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/glx/apple/
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) in surface_destroy() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c50 r300->context.surface_destroy = r300_surface_destroy; in r300_init_resource_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_resource.c76 pipe->surface_destroy = nv30_miptree_surface_del; in nv30_resource_init()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_resource.c54 pcontext->surface_destroy = nv50_surface_destroy; in nvc0_init_resource_functions()
/external/mesa3d/src/gbm/main/
Dgbmint.h81 void (*surface_destroy)(struct gbm_surface *surface); member
Dgbm.c404 surf->gbm->surface_destroy(surf); in gbm_surface_destroy()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_resource.c96 pcontext->surface_destroy = nv50_surface_destroy; in nv50_init_resource_functions()
/external/mesa3d/src/gallium/drivers/identity/
Did_objects.c108 id_context->pipe->surface_destroy(id_context->pipe, in identity_surface_destroy()
Did_context.c931 id_pipe->base.surface_destroy = identity_context_surface_destroy; in identity_context_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h113 old_surf->context->surface_destroy(old_surf->context, old_surf); in pipe_surface_reference()
128 pipe->surface_destroy(pipe, *ptr); in pipe_surface_release()
Du_debug.c557 pipe->surface_destroy(pipe, surface); in debug_dump_texture()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h373 void (*surface_destroy)(struct pipe_context *ctx, member
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp114 q.pipe->surface_destroy(q.pipe, st); in unbind_surface()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c321 ctx->surface_destroy = noop_surface_destroy; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c329 i915->base.surface_destroy = i915_surface_destroy; in i915_init_surface_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c498 pipe->surface_destroy = softpipe_surface_destroy; in softpipe_init_texture_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c406 svga->pipe.surface_destroy = svga_surface_destroy; in svga_init_surface_functions()
/external/mesa3d/src/gbm/backends/dri/
Dgbm_dri.c633 dri->base.base.surface_destroy = gbm_dri_surface_destroy; in dri_device_create()
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.c578 pipe->surface_destroy(pipe, surf); in image_set_pixels()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c668 r600->context.surface_destroy = r600_surface_destroy; in si_init_surface_functions()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c1065 GLHD_PIPE_INIT(surface_destroy); in galahad_context_create()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c371 pipe->surface_destroy(pipe, ctx->surf[i]); in destroy_compute_resources()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1456 pipe->surface_destroy = llvmpipe_surface_destroy; in llvmpipe_init_context_resource_funcs()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp1236 pipe->surface_destroy(pipe, dst_surface); in Present()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c792 r600->context.surface_destroy = r600_surface_destroy; in r600_init_surface_functions()

12