Searched refs:stctx (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/osmesa/ |
D | osmesa.c | 97 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/ |
D | st_api.h | 318 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/ |
D | dri_drawable.c | 47 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()
|
D | drisw.c | 262 drisw_allocate_textures(struct dri_context *stctx, in drisw_allocate_textures() argument
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_st.c | 143 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/ |
D | xm_st.c | 198 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
|