Lines Matching full:attribs
603 const struct st_context_attribs *attribs,
613 if (!(stapi->profile_mask & (1 << attribs->profile)))
616 switch (attribs->profile) {
639 st_visual_to_context_mode(&attribs->visual, &mode);
640 st = st_create_context(api, pipe, &mode, shared_ctx, &attribs->options);
648 if (attribs->major > 1 || attribs->minor > 0) {
655 if (st->ctx->Version < attribs->major * 10 + attribs->minor
656 || (attribs->flags & ~ST_CONTEXT_FLAG_DEBUG) != 0) {