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

  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 108 * Used in st_context_iface->teximage.
183 * Used in st_context_iface->get_resource_for_egl_image.
279 struct st_context_iface;
325 boolean (*flush_front)(struct st_context_iface *stctx,
346 boolean (*validate)(struct st_context_iface *stctx,
358 struct st_context_iface struct
380 void (*destroy)(struct st_context_iface *stctxi);
385 void (*flush)(struct st_context_iface *stctxi, unsigned flags,
393 boolean (*teximage)(struct st_context_iface *stctxi,
401 void (*copy)(struct st_context_iface *stctxi
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.h 35 struct st_context_iface;
39 struct st_context_iface *st;
stw_st.c 143 stw_st_framebuffer_validate(struct st_context_iface *stctx,
201 stw_st_framebuffer_flush_front(struct st_context_iface *stctx,
stw_context.c 55 struct st_context_iface *st;
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 42 struct st_context_iface;
57 struct st_context_iface *st;
dri_context.c 56 struct st_context_iface *st_share = NULL;
223 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi);
260 struct st_context_iface *st;
dri_drawable.c 45 dri_st_framebuffer_validate(struct st_context_iface *stctx,
109 dri_st_framebuffer_flush_front(struct st_context_iface *stctx,
520 * pushes that fence on the queue. This requires that the st_context_iface
dri2.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 57 struct st_context_iface* st;
hgl.c 36 hgl_st_context(struct st_context_iface *stctxi)
59 hgl_st_framebuffer_flush_front(struct st_context_iface *stctxi,
150 hgl_st_framebuffer_validate(struct st_context_iface *stctxi,
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 496 st_context_flush(struct st_context_iface *stctxi, unsigned flags,
512 st_context_teximage(struct st_context_iface *stctxi,
599 st_context_copy(struct st_context_iface *stctxi,
600 struct st_context_iface *stsrci, unsigned mask)
609 st_context_share(struct st_context_iface *stctxi,
610 struct st_context_iface *stsrci)
619 st_context_destroy(struct st_context_iface *stctxi)
625 static struct st_context_iface *
629 struct st_context_iface *shared_stctxi)
727 static struct st_context_iface *
    [all...]
st_context.h 65 struct st_context_iface iface;
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 96 struct st_context_iface *stctx;
307 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx,
384 osmesa_st_framebuffer_validate(struct st_context_iface *stctx,
572 struct st_context_iface *st_shared;
821 struct st_context_iface *st = stapi->get_current(stapi);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 306 struct st_context_iface *st;
xm_st.c 197 xmesa_st_framebuffer_validate(struct st_context_iface *stctx,
260 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx,
xm_api.c     [all...]

Completed in 636 milliseconds