Searched defs:stattribs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c152 struct st_context_attribs stattribs; local
166 memset(&stattribs, 0, sizeof(stattribs));
168 stattribs.visual = gconf->stvis;
170 gctx->stapi = egl_g3d_choose_st(drv, &gctx->base, &stattribs.profile);
177 &stattribs, &ctx_err, (gshare) ? gshare->stctxi : NULL);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c152 struct st_context_attribs stattribs; local
166 memset(&stattribs, 0, sizeof(stattribs));
168 stattribs.visual = gconf->stvis;
170 gctx->stapi = egl_g3d_choose_st(drv, &gctx->base, &stattribs.profile);
177 &stattribs, &ctx_err, (gshare) ? gshare->stctxi : NULL);

Completed in 51 milliseconds