Home
last modified time | relevance | path

Searched refs:stattribs (Results 1 – 1 of 1) sorted by relevance

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