HomeSort by relevance Sort by last modified time
    Searched refs:stapi (Results 26 - 30 of 30) sorted by null

12

  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 76 static struct st_api *stapi; variable in typeref:struct:st_api
103 stapi = driver.create_st_api();
838 return stapi->name;
909 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 635 struct st_api *stapi = NULL; local
638 stapi = gdrv->loader->get_st_api(ST_API_OPENVG);
640 stapi = gdrv->loader->get_st_api(ST_API_OPENGL);
642 return (_EGLProc) ((stapi) ?
643 stapi->get_proc_address(stapi, procname) : NULL);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 602 st_api_create_context(struct st_api *stapi, struct st_manager *smapi,
613 if (!(stapi->profile_mask & (1 << attribs->profile)))
678 st_api_get_current(struct st_api *stapi)
707 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi,
760 st_api_get_proc_address(struct st_api *stapi, const char *procname)
766 st_api_destroy(struct st_api *stapi)
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 635 struct st_api *stapi = NULL; local
638 stapi = gdrv->loader->get_st_api(ST_API_OPENVG);
640 stapi = gdrv->loader->get_st_api(ST_API_OPENGL);
642 return (_EGLProc) ((stapi) ?
643 stapi->get_proc_address(stapi, procname) : NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 602 st_api_create_context(struct st_api *stapi, struct st_manager *smapi,
613 if (!(stapi->profile_mask & (1 << attribs->profile)))
678 st_api_get_current(struct st_api *stapi)
707 st_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi,
760 st_api_get_proc_address(struct st_api *stapi, const char *procname)
766 st_api_destroy(struct st_api *stapi)

Completed in 464 milliseconds

12