Home
last modified time | relevance | path

Searched refs:stctx (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c97 struct st_context_iface *stctx; member
308 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in osmesa_st_framebuffer_flush_front() argument
314 struct pipe_context *pipe = stctx->pipe; in osmesa_st_framebuffer_flush_front()
385 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, in osmesa_st_framebuffer_validate() argument
595 st_shared = sharelist->stctx; in OSMesaCreateContextAttribs()
700 osmesa->stctx = stapi->create_context(stapi, get_st_manager(), in OSMesaCreateContextAttribs()
702 if (!osmesa->stctx) { in OSMesaCreateContextAttribs()
707 osmesa->stctx->st_manager_private = osmesa; in OSMesaCreateContextAttribs()
728 osmesa->stctx->destroy(osmesa->stctx); in OSMesaDestroyContext()
799 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent()
[all …]
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h318 boolean (*flush_front)(struct st_context_iface *stctx,
339 boolean (*validate)(struct st_context_iface *stctx,
344 boolean (*flush_swapbuffers) (struct st_context_iface *stctx,
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_drawable.c47 dri_st_framebuffer_validate(struct st_context_iface *stctx, in dri_st_framebuffer_validate() argument
53 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_validate()
109 dri_st_framebuffer_flush_front(struct st_context_iface *stctx, in dri_st_framebuffer_flush_front() argument
113 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_flush_front()
127 dri_st_framebuffer_flush_swapbuffers(struct st_context_iface *stctx, in dri_st_framebuffer_flush_swapbuffers() argument
130 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_flush_swapbuffers()
Ddrisw.c262 drisw_allocate_textures(struct dri_context *stctx, in drisw_allocate_textures() argument
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c143 stw_st_framebuffer_validate(struct st_context_iface *stctx, in stw_st_framebuffer_validate() argument
199 stw_st_framebuffer_flush_front(struct st_context_iface *stctx, in stw_st_framebuffer_flush_front() argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c198 xmesa_st_framebuffer_validate(struct st_context_iface *stctx, in xmesa_st_framebuffer_validate() argument
259 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in xmesa_st_framebuffer_flush_front() argument