Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c54 struct st_api *stapi = screen->st_api; in dri_create_context() local
259 struct st_api *stapi = screen->st_api; in dri_unbind_context() local
317 struct st_api *stapi = screen->st_api; in dri_get_current() local
Ddri_context.h56 struct st_api *stapi; member
Ddri_helpers.c94 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence() local
114 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence_fd() local
Ddri_drawable.c196 struct st_api *stapi = screen->st_api; in dri_destroy_buffer() local
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c609 st_api_destroy_drawable(struct st_api *stapi, in st_api_destroy_drawable()
851 st_api_create_context(struct st_api *stapi, struct st_manager *smapi, in st_api_create_context()
999 st_api_get_current(struct st_api *stapi) in st_api_get_current()
1053 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in st_api_make_current()
1122 st_api_destroy(struct st_api *stapi) in st_api_destroy()
1277 st_api_query_versions(struct st_api *stapi, struct st_manager *sm, in st_api_query_versions()
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c146 static struct st_api *stapi = NULL; in get_st_api() local
521 struct st_api *stapi = get_st_api(); in osmesa_destroy_buffer() local
593 struct st_api *stapi = get_st_api(); in OSMesaCreateContextAttribs() local
764 struct st_api *stapi = get_st_api(); in OSMesaMakeCurrent() local
837 struct st_api *stapi = get_st_api(); in OSMesaGetCurrentContext() local
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h58 struct st_api *stapi; member
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c84 static struct st_api *stapi; variable