| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_xv.c | 673 glamor_create_pixmap(pScreen, width, height, 8, 677 glamor_create_pixmap(pScreen, width >> 1, height >> 1, 8, 680 glamor_create_pixmap(pScreen, width >> 1, height >> 1, 8, 687 glamor_create_pixmap(pScreen, width, height, 8, 690 glamor_create_pixmap(pScreen, width >> 1, height >> 1, 16, 700 glamor_create_pixmap(pScreen, width, height, 32, 707 glamor_create_pixmap(pScreen, width, height, 16, 714 glamor_create_pixmap(pScreen, width, height, 32,
|
| glamor_trapezoid.c | 60 pixmap = glamor_create_pixmap(screen, 0, 0,
|
| glamor.h | 123 extern _X_EXPORT PixmapPtr glamor_create_pixmap(ScreenPtr screen, int w, int h,
|
| glamor_transform.c | 243 pixmap = glamor_create_pixmap(screen,
|
| glamor_composite_glyphs.c | 79 upload_pixmap = glamor_create_pixmap(screen, 127 atlas->atlas = glamor_create_pixmap(screen, glamor_priv->glyph_atlas_dim,
|
| glamor_dash.c | 95 pixmap = glamor_create_pixmap(screen, offset, 1, 8, 0);
|
| glamor_gradient.c | 876 pixmap = glamor_create_pixmap(screen, 1185 pixmap = glamor_create_pixmap(screen,
|
| glamor.c | 202 glamor_create_pixmap(ScreenPtr screen, int w, int h, int depth, function 859 screen->CreatePixmap = glamor_create_pixmap;
|
| glamor_copy.c | 547 tmp_pixmap = glamor_create_pixmap(screen,
|
| glamor_largepixmap.c | 806 glamor_create_pixmap(pixmap->drawable.pScreen,
|
| glamor_render.c | 1429 pixmap = glamor_create_pixmap(screen,
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| amdgpu_glamor.c | 230 pixmap = glamor_create_pixmap(screen, w, h, depth, usage); 295 new_pixmap = glamor_create_pixmap(screen, w, h, depth, usage);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_glamor.c | 251 pixmap = glamor_create_pixmap(screen, w, h, depth, usage); 317 new_pixmap = glamor_create_pixmap(screen, w, h, depth, usage);
|