Lines Matching defs:context
192 /* No need to flush. The context was flushed when the fence was created. */
272 dri2_create_image_from_renderbuffer2(__DRIcontext *context,
276 struct st_context *st_ctx = (struct st_context *)dri_context(context)->st;
317 img->sPriv = context->driScreenPriv;
324 * the context.
335 dri2_create_image_from_renderbuffer(__DRIcontext *context,
339 return dri2_create_image_from_renderbuffer2(context, renderbuffer,
367 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture,
372 struct st_context *st_ctx = (struct st_context *)dri_context(context)->st;
423 img->sPriv = context->driScreenPriv;
429 * the context.