Exemplo n.º 1
0
static void
vg_context_destroy(struct st_context_iface *stctxi)
{
    struct vg_context *ctx = (struct vg_context *) stctxi;
    struct pipe_context *pipe = ctx->pipe;

    vg_destroy_context(ctx);
    pipe->destroy(pipe);
}
Exemplo n.º 2
0
static void
vg_context_destroy(struct st_context_iface *stctxi)
{
   struct vg_context *ctx = (struct vg_context *) stctxi;
   vg_destroy_context(ctx);
}
Exemplo n.º 3
0
void st_destroy_context(struct vg_context *st)
{
   /*debug_printf("--------- DESTROY CONTEXT %p\n", st);*/
   vg_destroy_context(st);
}