Lines Matching defs:context
116 old_dst->context->surface_destroy(old_dst->context, old_dst);
122 * and pass in an explicit context. The explicit context avoids the problem
123 * of using a deleted context's surface_destroy() method when freeing a surface
204 * the same context (if they exist), and that this must be the current context.
216 old_dst->context->sampler_view_destroy(old_dst->context, old_dst);
229 old_dst->context->stream_output_target_destroy(old_dst->context, old_dst);
290 ps->context = ctx;
542 pipe_texture_map(struct pipe_context *context,
552 return context->texture_map(context, resource, level, access,
562 pipe_texture_map_3d(struct pipe_context *context,
572 return context->texture_map(context, resource, level, access,
577 pipe_texture_unmap(struct pipe_context *context,
580 context->texture_unmap(context, transfer);