Searched defs:streadi (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | vg_manager.c | 268 struct st_framebuffer_iface *streadi) 275 if (stdrawi != streadi) 338 struct st_framebuffer_iface *streadi) 343 vg_context_bind_framebuffers(stctxi, stdrawi, streadi); 266 vg_context_bind_framebuffers(struct st_context_iface *stctxi, struct st_framebuffer_iface *stdrawi, struct st_framebuffer_iface *streadi) argument 336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, struct st_framebuffer_iface *stdrawi, struct st_framebuffer_iface *streadi) argument
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 709 struct st_framebuffer_iface *streadi) 721 if (streadi != stdrawi) { 724 streadi); 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
|
Completed in 102 milliseconds