Lines Matching defs:attribs
173 struct st_context_attribs attribs;
221 memset(&attribs, 0, sizeof(attribs));
222 attribs.visual = pfi->stvis;
223 attribs.major = majorVersion;
224 attribs.minor = minorVersion;
226 attribs.flags |= ST_CONTEXT_FLAG_FORWARD_COMPATIBLE;
228 attribs.flags |= ST_CONTEXT_FLAG_DEBUG;
230 attribs.flags |= ST_CONTEXT_FLAG_ROBUST_ACCESS;
232 attribs.flags |= ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED;
244 attribs.profile = ST_PROFILE_OPENGL_CORE;
265 attribs.profile = ST_PROFILE_DEFAULT;
269 attribs.profile = ST_PROFILE_OPENGL_ES2;
271 attribs.profile = ST_PROFILE_OPENGL_ES1;
279 attribs.options = stw_dev->st_options;
282 stw_dev->smapi, &attribs, &ctx_err, shareCtx ? shareCtx->st : NULL);