/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
egl_st.c | 78 struct st_api *stapi = NULL; local 87 stapi = create_api(); 89 if (!stapi) { 94 return stapi; 102 struct st_api *stapi; local 104 stapi = load_gl(module, symbol); 107 if (!stapi) { 113 stapi = load_gl(module, symbol); 117 if (!stapi) 120 return stapi; 128 struct st_api *stapi = NULL; local [all...] |
egl_st.h | 38 egl_st_destroy_api(struct st_api *stapi);
|
egl.c | 48 struct st_api *stapi; member in struct:st_module 57 stmod->stapi = egl_st_create_api(api); 61 return stmod->stapi; 280 if (stmod->stapi) { 281 egl_st_destroy_api(stmod->stapi); 282 stmod->stapi = NULL;
|
/external/mesa3d/src/gallium/targets/egl-static/ |
egl_st.c | 78 struct st_api *stapi = NULL; local 87 stapi = create_api(); 89 if (!stapi) { 94 return stapi; 102 struct st_api *stapi; local 104 stapi = load_gl(module, symbol); 107 if (!stapi) { 113 stapi = load_gl(module, symbol); 117 if (!stapi) 120 return stapi; 128 struct st_api *stapi = NULL; local [all...] |
egl_st.h | 38 egl_st_destroy_api(struct st_api *stapi);
|
egl.c | 48 struct st_api *stapi; member in struct:st_module 57 stmod->stapi = egl_st_create_api(api); 61 return stmod->stapi; 280 if (stmod->stapi) { 281 egl_st_destroy_api(stmod->stapi); 282 stmod->stapi = NULL;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/ |
dri_context.c | 70 struct st_api *stapi = screen->st_api; local 119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, 148 ctx->stapi = stapi; 196 struct st_api *stapi = screen->st_api; local 199 if (ctx->st == ctx->stapi->get_current(ctx->stapi)) { 205 stapi->make_current(stapi, NULL, NULL, NULL) 258 struct st_api *stapi = screen->st_api; local [all...] |
dri_context.h | 58 struct st_api *stapi; member in struct:dri_context
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_context.c | 70 struct st_api *stapi = screen->st_api; local 119 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err, 148 ctx->stapi = stapi; 196 struct st_api *stapi = screen->st_api; local 199 if (ctx->st == ctx->stapi->get_current(ctx->stapi)) { 205 stapi->make_current(stapi, NULL, NULL, NULL) 258 struct st_api *stapi = screen->st_api; local [all...] |
dri_context.h | 58 struct st_api *stapi; member in struct:dri_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_device.c | 87 stw_dev->stapi = stw_st_create_api(); 89 if (!stw_dev->stapi || !stw_dev->smapi) 122 if (stw_dev->stapi) 123 stw_dev->stapi->destroy(stw_dev->stapi); 175 stw_dev->stapi->destroy(stw_dev->stapi);
|
stw_device.h | 57 struct st_api *stapi; member in struct:stw_device
|
stw_context.c | 56 st = (stw_dev) ? stw_dev->stapi->get_current(stw_dev->stapi) : NULL; 213 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi, 256 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); 378 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st, 382 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL) [all...] |
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_device.c | 87 stw_dev->stapi = stw_st_create_api(); 89 if (!stw_dev->stapi || !stw_dev->smapi) 122 if (stw_dev->stapi) 123 stw_dev->stapi->destroy(stw_dev->stapi); 175 stw_dev->stapi->destroy(stw_dev->stapi);
|
stw_device.h | 57 struct st_api *stapi; member in struct:stw_device
|
stw_context.c | 56 st = (stw_dev) ? stw_dev->stapi->get_current(stw_dev->stapi) : NULL; 213 ctx->st = stw_dev->stapi->create_context(stw_dev->stapi, 256 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); 378 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st, 382 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
st_api.h | 465 void (*destroy)(struct st_api *stapi); 472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); 477 struct st_context_iface *(*create_context)(struct st_api *stapi, 489 boolean (*make_current)(struct st_api *stapi, 497 struct st_context_iface *(*get_current)(struct st_api *stapi);
|
/external/mesa3d/src/gallium/include/state_tracker/ |
st_api.h | 465 void (*destroy)(struct st_api *stapi); 472 st_proc_t (*get_proc_address)(struct st_api *stapi, const char *procname); 477 struct st_context_iface *(*create_context)(struct st_api *stapi, 489 boolean (*make_current)(struct st_api *stapi, 497 struct st_context_iface *(*get_current)(struct st_api *stapi);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
vg_manager.c | 164 vg_api_create_context(struct st_api *stapi, struct st_manager *smapi, 173 if (!(stapi->profile_mask & (1 << attribs->profile))) { 336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, 350 vg_api_get_current(struct st_api *stapi) 358 vg_api_get_proc_address(struct st_api *stapi, const char *procname) 364 vg_api_destroy(struct st_api *stapi)
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
vg_manager.c | 164 vg_api_create_context(struct st_api *stapi, struct st_manager *smapi, 173 if (!(stapi->profile_mask & (1 << attribs->profile))) { 336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi, 350 vg_api_get_current(struct st_api *stapi) 358 vg_api_get_proc_address(struct st_api *stapi, const char *procname) 364 vg_api_destroy(struct st_api *stapi)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 64 struct st_api *stapi; member in struct:egl_g3d_context
|
egl_g3d_api.c | 49 struct st_api *stapi; local 82 stapi = egl_g3d_get_st_api(drv, api); 83 if (stapi && !(stapi->profile_mask & (1 << *profile))) 84 stapi = NULL; 86 return stapi; 170 gctx->stapi = egl_g3d_choose_st(drv, &gctx->base, &stattribs.profile); 171 if (!gctx->stapi) { 176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi, [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.h | 64 struct st_api *stapi; member in struct:egl_g3d_context
|
egl_g3d_api.c | 49 struct st_api *stapi; local 82 stapi = egl_g3d_get_st_api(drv, api); 83 if (stapi && !(stapi->profile_mask & (1 << *profile))) 84 stapi = NULL; 86 return stapi; 170 gctx->stapi = egl_g3d_choose_st(drv, &gctx->base, &stattribs.profile); 171 if (!gctx->stapi) { 176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi, [all...] |
/external/chromium_org/third_party/mesa/src/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...] |