Home
last modified time | relevance | path

Searched defs:stapi (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/targets/egl-static/
Degl_st.c78 struct st_api *stapi = NULL; in load_gl() local
102 struct st_api *stapi; in egl_st_load_gl() local
128 struct st_api *stapi = NULL; in egl_st_create_api() local
154 egl_st_destroy_api(struct st_api *stapi) in egl_st_destroy_api()
Degl.c48 struct st_api *stapi; member
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_manager.c164 vg_api_create_context(struct st_api *stapi, struct st_manager *smapi, in vg_api_create_context()
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in vg_api_make_current()
350 vg_api_get_current(struct st_api *stapi) in vg_api_get_current()
358 vg_api_get_proc_address(struct st_api *stapi, const char *procname) in vg_api_get_proc_address()
364 vg_api_destroy(struct st_api *stapi) in vg_api_destroy()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_context.c70 struct st_api *stapi = screen->st_api; in dri_create_context() local
196 struct st_api *stapi = screen->st_api; in dri_unbind_context() local
258 struct st_api *stapi = screen->st_api; in dri_get_current() local
Ddri_context.h58 struct st_api *stapi; member
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_context.c70 struct st_api *stapi = screen->st_api; in dri_create_context() local
196 struct st_api *stapi = screen->st_api; in dri_unbind_context() local
258 struct st_api *stapi = screen->st_api; in dri_get_current() local
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddri_context.c70 struct st_api *stapi = screen->st_api; in dri_create_context() local
196 struct st_api *stapi = screen->st_api; in dri_unbind_context() local
258 struct st_api *stapi = screen->st_api; in dri_get_current() local
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c602 st_api_create_context(struct st_api *stapi, struct st_manager *smapi, in st_api_create_context()
678 st_api_get_current(struct st_api *stapi) in st_api_get_current()
707 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in st_api_make_current()
760 st_api_get_proc_address(struct st_api *stapi, const char *procname) in st_api_get_proc_address()
766 st_api_destroy(struct st_api *stapi) in st_api_destroy()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.h57 struct st_api *stapi; member
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.h64 struct st_api *stapi; member
Degl_g3d.c635 struct st_api *stapi = NULL; in egl_g3d_get_proc_address() local
Degl_g3d_api.c49 struct st_api *stapi; in egl_g3d_choose_st() local
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c76 static struct st_api *stapi; variable