HomeSort by relevance Sort by last modified time
    Searched refs:st_context_iface (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 107 * Used in st_context_iface->teximage.
186 * Used in st_context_iface->get_resource_for_egl_image.
348 struct st_context_iface struct
359 void (*destroy)(struct st_context_iface *stctxi);
364 void (*flush)(struct st_context_iface *stctxi, unsigned flags,
372 boolean (*teximage)(struct st_context_iface *stctxi,
380 void (*copy)(struct st_context_iface *stctxi,
381 struct st_context_iface *stsrci, unsigned mask);
386 boolean (*share)(struct st_context_iface *stctxi,
387 struct st_context_iface *stsrci)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.h 34 struct st_context_iface;
38 struct st_context_iface *st;
stw_context.c 54 struct st_context_iface *st;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 42 struct st_context_iface;
59 struct st_context_iface *st;
dri_context.c 72 struct st_context_iface *st_share = NULL;
221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi);
259 struct st_context_iface *st;
dri_drawable.c 362 * pushes that fence on the queue. This requires that the st_context_iface
370 struct st_context_iface *ctxi;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c 144 vg_context_flush(struct st_context_iface *stctxi, unsigned flags,
154 vg_context_destroy(struct st_context_iface *stctxi)
163 static struct st_context_iface *
167 struct st_context_iface *shared_stctxi)
266 vg_context_bind_framebuffers(struct st_context_iface *stctxi,
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi,
349 static struct st_context_iface *
vg_context.h 96 struct st_context_iface iface;
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 460 st_context_flush(struct st_context_iface *stctxi, unsigned flags,
470 st_context_teximage(struct st_context_iface *stctxi,
575 st_context_copy(struct st_context_iface *stctxi,
576 struct st_context_iface *stsrci, unsigned mask)
585 st_context_share(struct st_context_iface *stctxi,
586 struct st_context_iface *stsrci)
595 st_context_destroy(struct st_context_iface *stctxi)
601 static struct st_context_iface *
605 struct st_context_iface *shared_stctxi)
677 static struct st_context_iface *
    [all...]
st_context.h 71 struct st_context_iface iface;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.h 66 struct st_context_iface *stctxi;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 304 struct st_context_iface *st;
xm_api.c     [all...]

Completed in 94 milliseconds