Lines Matching defs:screen

315     ScreenPtr screen;
596 glamor_get_screen_private(ScreenPtr screen)
599 dixLookupPrivate(&screen->devPrivates, &glamor_screen_private_key);
603 glamor_set_screen_private(ScreenPtr screen, glamor_screen_private *priv)
605 dixSetPrivate(&screen->devPrivates, &glamor_screen_private_key, priv);
658 void glamor_init_pixmap_fbo(ScreenPtr screen);
659 void glamor_fini_pixmap_fbo(ScreenPtr screen);
660 Bool glamor_pixmap_fbo_fixup(ScreenPtr screen, PixmapPtr pixmap);
669 void glamor_init_finish_access_shaders(ScreenPtr screen);
670 void glamor_fini_finish_access_shaders(ScreenPtr screen);
676 void glamor_link_glsl_prog(ScreenPtr screen, GLint prog,
696 Bool glamor_set_alu(ScreenPtr screen, unsigned char alu);
704 Bool glamor_realize_glyph_caches(ScreenPtr screen);
705 void glamor_glyphs_fini(ScreenPtr screen);
737 void glamor_init_composite_shaders(ScreenPtr screen);
738 void glamor_fini_composite_shaders(ScreenPtr screen);
746 PicturePtr glamor_convert_gradient_picture(ScreenPtr screen,
768 void *glamor_setup_composite_vbo(ScreenPtr screen, int n_verts);
777 void glamor_init_gradient_shader(ScreenPtr screen);
778 void glamor_fini_gradient_shader(ScreenPtr screen);
779 PicturePtr glamor_generate_linear_gradient_picture(ScreenPtr screen,
784 PicturePtr glamor_generate_radial_gradient_picture(ScreenPtr screen,
799 void glamor_pixmap_init(ScreenPtr screen);
800 void glamor_pixmap_fini(ScreenPtr screen);
804 void glamor_init_vbo(ScreenPtr screen);
805 void glamor_fini_vbo(ScreenPtr screen);
808 glamor_get_vbo_space(ScreenPtr screen, unsigned size, char **vbo_offset);
811 glamor_put_vbo_space(ScreenPtr screen);
898 Bool glamor_fixup_pixmap_priv(ScreenPtr screen,
1012 glamor_sync_init(ScreenPtr screen);
1015 glamor_sync_close(ScreenPtr screen);
1074 void glamor_xv_core_init(ScreenPtr screen);