Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c53 struct st_api *stapi = screen->st_api; in dri_create_context() local
266 struct st_api *stapi = screen->st_api; in dri_unbind_context() local
322 struct st_api *stapi = screen->st_api; in dri_get_current() local
Ddri_context.h60 struct st_api *stapi; member
Ddri_helpers.c93 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence() local
113 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence_fd() local
Ddri_drawable.c194 struct st_api *stapi = screen->st_api; in dri_destroy_buffer() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c743 st_api_destroy_drawable(struct st_api *stapi, in st_api_destroy_drawable()
1000 st_api_create_context(struct st_api *stapi, struct st_manager *smapi, in st_api_create_context()
1149 st_api_get_current(struct st_api *stapi) in st_api_get_current()
1203 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, in st_api_make_current()
1276 st_api_destroy(struct st_api *stapi) in st_api_destroy()
1436 st_api_query_versions(struct st_api *stapi, struct st_manager *sm, in st_api_query_versions()
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c135 static struct st_api *stapi = NULL; variable
590 struct st_api *stapi = get_st_api(); in OSMesaCreateContextAttribs() local
762 struct st_api *stapi = get_st_api(); in OSMesaMakeCurrent() local
844 struct st_api *stapi = get_st_api(); in OSMesaGetCurrentContext() local
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h61 struct st_api *stapi; member
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c85 static struct st_api *stapi; variable