HomeSort by relevance Sort by last modified time
    Searched full:stctx (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 96 struct st_context_iface *stctx; member in struct:osmesa_context
307 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx,
313 struct pipe_context *pipe = stctx->pipe;
384 osmesa_st_framebuffer_validate(struct st_context_iface *stctx,
582 st_shared = sharelist->stctx;
688 osmesa->stctx = stapi->create_context(stapi, get_st_manager(),
690 if (!osmesa->stctx) {
695 osmesa->stctx->st_manager_private = osmesa;
716 osmesa->stctx->destroy(osmesa->stctx);
    [all...]
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 325 boolean (*flush_front)(struct st_context_iface *stctx,
346 boolean (*validate)(struct st_context_iface *stctx,
439 * @stctx: caller context
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.c 45 dri_st_framebuffer_validate(struct st_context_iface *stctx,
51 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private;
109 dri_st_framebuffer_flush_front(struct st_context_iface *stctx,
113 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private;
drisw.c 261 drisw_allocate_textures(struct dri_context *stctx,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 143 stw_st_framebuffer_validate(struct st_context_iface *stctx,
201 stw_st_framebuffer_flush_front(struct st_context_iface *stctx,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 197 xmesa_st_framebuffer_validate(struct st_context_iface *stctx,
260 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx,

Completed in 1686 milliseconds