HomeSort by relevance Sort by last modified time
    Searched defs:stapi (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 56 struct st_api *stapi; member in struct:dri_context
dri_context.c 54 struct st_api *stapi = screen->st_api; local
123 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err,
152 ctx->stapi = stapi;
198 struct st_api *stapi = screen->st_api; local
201 if (ctx->st == ctx->stapi->get_current(ctx->stapi)) {
207 stapi->make_current(stapi, NULL, NULL, NULL)
259 struct st_api *stapi = screen->st_api; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 56 struct st_api *stapi; member in struct:stw_device
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 144 static struct st_api *stapi = NULL; local
145 if (!stapi) {
146 stapi = st_gl_api_create();
148 return stapi;
575 struct st_api *stapi = get_st_api(); local
688 osmesa->stctx = stapi->create_context(stapi, get_st_manager(),
748 struct st_api *stapi = get_st_api(); local
787 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb)
820 struct st_api *stapi = get_st_api(); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 79 static struct st_api *stapi; variable in typeref:struct:st_api
106 stapi = driver.create_st_api();
914 return stapi->name;
1014 c->st = stapi->create_context(stapi, xmdpy->smapi, &attribs,
    [all...]

Completed in 428 milliseconds