Searched refs:stctx (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 98 struct st_context_iface *stctx; member 313 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in osmesa_st_framebuffer_flush_front() argument 319 struct pipe_context *pipe = stctx->pipe; in osmesa_st_framebuffer_flush_front() 390 osmesa_st_framebuffer_validate(struct st_context_iface *stctx, in osmesa_st_framebuffer_validate() argument 600 st_shared = sharelist->stctx; in OSMesaCreateContextAttribs() 704 osmesa->stctx = stapi->create_context(stapi, get_st_manager(), in OSMesaCreateContextAttribs() 706 if (!osmesa->stctx) { in OSMesaCreateContextAttribs() 711 osmesa->stctx->st_manager_private = osmesa; in OSMesaCreateContextAttribs() 732 osmesa->stctx->destroy(osmesa->stctx); in OSMesaDestroyContext() 804 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent() [all …]
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_st.c | 155 stw_st_framebuffer_validate(struct st_context_iface *stctx, in stw_st_framebuffer_validate() argument 238 struct st_context_iface *stctx, in stw_st_framebuffer_present_locked() argument 248 stw_pipe_blit(stctx->pipe, in stw_st_framebuffer_present_locked() 267 stw_st_framebuffer_flush_front(struct st_context_iface *stctx, in stw_st_framebuffer_flush_front() argument 282 ret = stw_st_framebuffer_present_locked(hDC, stctx, &stwfb->base, statt); in stw_st_framebuffer_flush_front() 340 stw_st_swap_framebuffer_locked(HDC hdc, struct st_context_iface *stctx, in stw_st_swap_framebuffer_locked() argument 371 return stw_st_framebuffer_present_locked(hdc, stctx, &stwfb->base, front); in stw_st_swap_framebuffer_locked()
|
D | stw_st.h | 50 stw_st_swap_framebuffer_locked(HDC hdc, struct st_context_iface *stctx,
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 44 dri_st_framebuffer_validate(struct st_context_iface *stctx, in dri_st_framebuffer_validate() argument 50 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_validate() 118 dri_st_framebuffer_flush_front(struct st_context_iface *stctx, in dri_st_framebuffer_flush_front() argument 122 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_flush_front() 136 dri_st_framebuffer_flush_swapbuffers(struct st_context_iface *stctx, in dri_st_framebuffer_flush_swapbuffers() argument 139 struct dri_context *ctx = (struct dri_context *)stctx->st_manager_private; in dri_st_framebuffer_flush_swapbuffers()
|
D | drisw.c | 323 drisw_allocate_textures(struct dri_context *stctx, in drisw_allocate_textures() argument 396 dri_pipe_blit(stctx->st->pipe, in drisw_allocate_textures()
|
/external/mesa3d/src/gallium/include/frontend/ |
D | api.h | 326 bool (*flush_front)(struct st_context_iface *stctx, 347 bool (*validate)(struct st_context_iface *stctx, 352 bool (*flush_swapbuffers) (struct st_context_iface *stctx,
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_st.c | 200 xmesa_st_framebuffer_validate(struct st_context_iface *stctx, in xmesa_st_framebuffer_validate() argument 261 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, in xmesa_st_framebuffer_flush_front() argument
|