Searched refs:vg_shader_destroy (Results 1 – 4 of 4) sorted by relevance
160 vg_shader_destroy(ctx, ctx->mask.union_fs); in vg_destroy_context()162 vg_shader_destroy(ctx, ctx->mask.intersect_fs); in vg_destroy_context()164 vg_shader_destroy(ctx, ctx->mask.subtract_fs); in vg_destroy_context()166 vg_shader_destroy(ctx, ctx->mask.set_fs); in vg_destroy_context()
116 void vg_shader_destroy(struct vg_context *ctx, struct vg_shader *shader);
455 void vg_shader_destroy(struct vg_context *ctx, struct vg_shader *shader) in vg_shader_destroy() function
236 vg_shader_destroy(ctx, shader); in execute_filter()