Home
last modified time | relevance | path

Searched refs:surface_destroy (Results 1 – 25 of 35) 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.c49 r300->context.surface_destroy = r300_surface_destroy; in r300_init_resource_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c55 pcontext->surface_destroy = nv50_surface_destroy; in nvc0_init_resource_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c92 pipe->surface_destroy = nv30_miptree_surface_del; in nv30_resource_init()
/external/mesa3d/src/gbm/main/
Dgbmint.h100 void (*surface_destroy)(struct gbm_surface *surface); member
Dgbm.c629 surf->gbm->surface_destroy(surf); in gbm_surface_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c103 pcontext->surface_destroy = nv50_surface_destroy; in nv50_init_resource_functions()
/external/virglrenderer/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()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_surface.c158 pctx->surface_destroy = etna_surface_destroy; in etna_surface_init()
/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_image.c150 pipe->surface_destroy(pipe, surface); in debug_dump_texture()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h362 void (*surface_destroy)(struct pipe_context *ctx, member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c233 lp->pipe.surface_destroy = llvmpipe_surface_destroy; in llvmpipe_init_surface_functions()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c301 ctx->surface_destroy = noop_surface_destroy; in noop_init_state_functions()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp115 q.pipe->surface_destroy(q.pipe, st); in unbind_surface()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h555 void (*surface_destroy)(struct pipe_context *ctx, member
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c439 pipe->surface_destroy(pipe, surf); in dd_context_surface_destroy()
833 CTX_INIT(surface_destroy); in dd_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c416 i915->base.surface_destroy = i915_surface_destroy; in i915_init_surface_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c523 pipe->surface_destroy = softpipe_surface_destroy; in softpipe_init_texture_funcs()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c793 pctx->surface_destroy = vc5_surface_destroy; in vc5_resource_context_init()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp532 ctx->pipe.surface_destroy = swr_surface_destroy; in swr_create_context()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c913 svga->pipe.surface_destroy = svga_surface_destroy; in svga_init_surface_functions()
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py665 def surface_destroy(self, surface): member in Context
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c877 vctx->base.surface_destroy = virgl_surface_destroy; in virgl_context_create()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c367 pipe->surface_destroy(pipe, ctx->surf[i]); in destroy_compute_resources()

12