Home
last modified time | relevance | path

Searched defs:st_api (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h511 struct st_api struct
521 enum st_api_type api; argument
536 void (*destroy)(struct st_api *stapi); argument
542 void (*query_versions)(struct st_api *stapi, struct st_manager *sm, argument
552 struct st_context_iface *(*create_context)(struct st_api *stapi, argument
564 bool (*make_current)(struct st_api *stapi, argument
572 struct st_context_iface *(*get_current)(struct st_api *stapi); argument
578 void (*destroy_drawable)(struct st_api *stapi, argument
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.h53 struct st_api *st_api; member