Searched defs:stctxi (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h66 struct st_context_iface *stctxi; member in struct:egl_g3d_context
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_manager.c144 vg_context_flush(struct st_context_iface *stctxi, unsigned flags, argument
147 struct vg_context *ctx = (struct vg_context *) stctxi;
154 vg_context_destroy(struct st_context_iface *stctxi) argument
156 struct vg_context *ctx = (struct vg_context *) stctxi;
266 vg_context_bind_framebuffers(struct st_context_iface *stctxi, argument
270 struct vg_context *ctx = (struct vg_context *) stctxi;
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, argument
340 struct vg_context *ctx = (struct vg_context *) stctxi;
342 if (stctxi)
343 vg_context_bind_framebuffers(stctxi, stdraw
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h66 struct st_context_iface *stctxi; member in struct:egl_g3d_context
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.c144 vg_context_flush(struct st_context_iface *stctxi, unsigned flags, argument
147 struct vg_context *ctx = (struct vg_context *) stctxi;
154 vg_context_destroy(struct st_context_iface *stctxi) argument
156 struct vg_context *ctx = (struct vg_context *) stctxi;
266 vg_context_bind_framebuffers(struct st_context_iface *stctxi, argument
270 struct vg_context *ctx = (struct vg_context *) stctxi;
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, argument
340 struct vg_context *ctx = (struct vg_context *) stctxi;
342 if (stctxi)
343 vg_context_bind_framebuffers(stctxi, stdraw
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c460 st_context_flush(struct st_context_iface *stctxi, unsigned flags, argument
463 struct st_context *st = (struct st_context *) stctxi;
470 st_context_teximage(struct st_context_iface *stctxi, argument
475 struct st_context *st = (struct st_context *) stctxi;
575 st_context_copy(struct st_context_iface *stctxi, argument
578 struct st_context *st = (struct st_context *) stctxi;
585 st_context_share(struct st_context_iface *stctxi, argument
588 struct st_context *st = (struct st_context *) stctxi;
595 st_context_destroy(struct st_context_iface *stctxi) argument
597 struct st_context *st = (struct st_context *) stctxi;
707 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, struct st_framebuffer_iface *stdrawi, struct st_framebuffer_iface *streadi) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c460 st_context_flush(struct st_context_iface *stctxi, unsigned flags, argument
463 struct st_context *st = (struct st_context *) stctxi;
470 st_context_teximage(struct st_context_iface *stctxi, argument
475 struct st_context *st = (struct st_context *) stctxi;
575 st_context_copy(struct st_context_iface *stctxi, argument
578 struct st_context *st = (struct st_context *) stctxi;
585 st_context_share(struct st_context_iface *stctxi, argument
588 struct st_context *st = (struct st_context *) stctxi;
595 st_context_destroy(struct st_context_iface *stctxi) argument
597 struct st_context *st = (struct st_context *) stctxi;
707 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, struct st_framebuffer_iface *stdrawi, struct st_framebuffer_iface *streadi) argument
[all...]

Completed in 1654 milliseconds