Lines Matching refs:screen
52 struct dri_screen *screen = dri_screen(sPriv);
53 struct st_api *stapi = screen->st_api;
65 screen->sPriv->dri2.backgroundCallable;
66 const struct driOptionCache *optionCache = &screen->dev->option_cache;
68 if (screen->has_reset_status_query) {
161 driQueryOptionb(&screen->dev->option_cache, "mesa_no_error"))
167 attribs.options = screen->options;
168 dri_fill_st_visual(&attribs.visual, screen, visual);
169 ctx->st = stapi->create_context(stapi, &screen->base, &attribs, &ctx_err,
201 ctx->pp = pp_init(ctx->st->pipe, screen->pp_enabled, ctx->st->cso_context,
209 driQueryOptionb(&screen->dev->option_cache, "mesa_glthread")) {
263 struct dri_screen *screen = dri_screen(cPriv->driScreenPriv);
266 struct st_api *stapi = screen->st_api;
321 struct dri_screen *screen = dri_screen(sPriv);
322 struct st_api *stapi = screen->st_api;