Home
last modified time | relevance | path

Searched refs:TEXTURE_PIXMAP (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dstepgfx.h14 #define TEXTURE_PIXMAP 128 macro
H A Dborders.c113 case TEXTURE_PIXMAP: in SetBackgroundTexture()
625 || type==TEXTURE_PIXMAP) { in SetTitleBar()
1003 if ((Textures.Ttype>0) && (Textures.Ttype<TEXTURE_PIXMAP) in SetupFrame()
1021 } else if (Textures.Ttype==0 || Textures.Ttype==TEXTURE_PIXMAP) { in SetupFrame()
1029 if ((Textures.Utype>0) && (Textures.Utype<TEXTURE_PIXMAP) in SetupFrame()
1047 } else if (Textures.Utype==0 || Textures.Utype==TEXTURE_PIXMAP) { in SetupFrame()
1055 if ((Textures.Stype>0) && (Textures.Stype<TEXTURE_PIXMAP) in SetupFrame()
1073 } else if (Textures.Stype==0 || Textures.Stype==TEXTURE_PIXMAP) { in SetupFrame()
H A Dconfigure.c559 if (Textures.Ttype==TEXTURE_PIXMAP) { in MakeMenus()
569 if (Textures.Utype==TEXTURE_PIXMAP) { in MakeMenus()
579 if (Textures.Stype==TEXTURE_PIXMAP) { in MakeMenus()
1025 case TEXTURE_PIXMAP: in IconStyle()
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/
H A Dstepgfx.h14 #define TEXTURE_PIXMAP 128 macro
H A DWharf.c336 case TEXTURE_PIXMAP: in main()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/winsys/
H A Dcogl-winsys-glx.c1077 COGL_NOTE (TEXTURE_PIXMAP, "No suitable FBConfig found for depth %i", in try_create_glx_pixmap()
1124 COGL_NOTE (TEXTURE_PIXMAP, "Failed to create pixmap for %p", tex_pixmap); in try_create_glx_pixmap()
1291 COGL_NOTE (TEXTURE_PIXMAP, "Created a texture 2d for %p", tex_pixmap); in _cogl_winsys_texture_pixmap_x11_update()
1294 COGL_NOTE (TEXTURE_PIXMAP, "Falling back for %p because a " in _cogl_winsys_texture_pixmap_x11_update()
1315 COGL_NOTE (TEXTURE_PIXMAP, "Recreating GLXPixmap with mipmap " in _cogl_winsys_texture_pixmap_x11_update()
1322 COGL_NOTE (TEXTURE_PIXMAP, "Falling back to XGetImage " in _cogl_winsys_texture_pixmap_x11_update()
1345 COGL_NOTE (TEXTURE_PIXMAP, "Rebinding GLXPixmap for %p", tex_pixmap); in _cogl_winsys_texture_pixmap_x11_update()
H A Dcogl-texture-pixmap-x11.c145 COGL_NOTE (TEXTURE_PIXMAP, "Damage event received for %p", tex_pixmap); in process_damage_event()
664 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XGetImage", tex_pixmap); in _cogl_texture_pixmap_x11_update_image_texture()
682 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XShmGetImage", in _cogl_texture_pixmap_x11_update_image_texture()
706 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XGetSubImage", tex_pixmap); in _cogl_texture_pixmap_x11_update_image_texture()
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Dtexture.h54 typedef enum {TEXTURE_SOLID, TEXTURE_GRADIENT, TEXTURE_PIXMAP, enumerator
H A Dtexture.c1443 texture = n == 3 ? TEXTURE_PIXMAP : TEXTURE_LAST; in show_texture_dialog()
1783 else if (texture == TEXTURE_PIXMAP) in show_texture_dialog()
2443 && streq (text, ttype_strings [TEXTURE_PIXMAP])) in texture_type_toggle()
2481 else if (streq (text, ttype_strings [TEXTURE_PIXMAP])) in texture_type_toggle()
3168 ttype_strings [TEXTURE_PIXMAP] = _("Pixmap"); in init_types()
3193 option_t_normal [i++] = ttype_strings [TEXTURE_PIXMAP]; in init_types()
3209 option_t_wspace [i++] = ttype_strings [TEXTURE_PIXMAP]; in init_types()
3226 option_t_wspecific [i++] = ttype_strings [TEXTURE_PIXMAP]; in init_types()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-debug-options.h77 OPT (TEXTURE_PIXMAP,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-debug-options.h77 OPT (TEXTURE_PIXMAP,
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-debug-options.h77 OPT (TEXTURE_PIXMAP,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/winsys/
H A Dcogl-texture-pixmap-x11.c147 COGL_NOTE (TEXTURE_PIXMAP, "Damage event received for %p", tex_pixmap); in process_damage_event()
680 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XGetImage", tex_pixmap); in _cogl_texture_pixmap_x11_update_image_texture()
698 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XShmGetImage", in _cogl_texture_pixmap_x11_update_image_texture()
722 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XGetSubImage", tex_pixmap); in _cogl_texture_pixmap_x11_update_image_texture()
H A Dcogl-winsys-glx.c2646 COGL_NOTE (TEXTURE_PIXMAP, "No suitable FBConfig found for depth %i", in try_create_glx_pixmap()
2701 COGL_NOTE (TEXTURE_PIXMAP, "Failed to create pixmap for %p", tex_pixmap); in try_create_glx_pixmap()
2872 COGL_NOTE (TEXTURE_PIXMAP, "Created a texture rectangle for %p", in _cogl_winsys_texture_pixmap_x11_update()
2876 COGL_NOTE (TEXTURE_PIXMAP, "Falling back for %p because a " in _cogl_winsys_texture_pixmap_x11_update()
2894 COGL_NOTE (TEXTURE_PIXMAP, "Created a texture 2d for %p", in _cogl_winsys_texture_pixmap_x11_update()
2898 COGL_NOTE (TEXTURE_PIXMAP, "Falling back for %p because a " in _cogl_winsys_texture_pixmap_x11_update()
2920 COGL_NOTE (TEXTURE_PIXMAP, "Recreating GLXPixmap with mipmap " in _cogl_winsys_texture_pixmap_x11_update()
2927 COGL_NOTE (TEXTURE_PIXMAP, "Falling back to XGetImage " in _cogl_winsys_texture_pixmap_x11_update()
2950 COGL_NOTE (TEXTURE_PIXMAP, "Rebinding GLXPixmap for %p", tex_pixmap); in _cogl_winsys_texture_pixmap_x11_update()
/dports/graphics/cogl/cogl-1.22.8/cogl/winsys/
H A Dcogl-texture-pixmap-x11.c147 COGL_NOTE (TEXTURE_PIXMAP, "Damage event received for %p", tex_pixmap); in process_damage_event()
680 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XGetImage", tex_pixmap); in _cogl_texture_pixmap_x11_update_image_texture()
698 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XShmGetImage", in _cogl_texture_pixmap_x11_update_image_texture()
722 COGL_NOTE (TEXTURE_PIXMAP, "Updating %p using XGetSubImage", tex_pixmap); in _cogl_texture_pixmap_x11_update_image_texture()
H A Dcogl-winsys-glx.c2323 COGL_NOTE (TEXTURE_PIXMAP, "No suitable FBConfig found for depth %i", in try_create_glx_pixmap()
2378 COGL_NOTE (TEXTURE_PIXMAP, "Failed to create pixmap for %p", tex_pixmap); in try_create_glx_pixmap()
2549 COGL_NOTE (TEXTURE_PIXMAP, "Created a texture rectangle for %p", in _cogl_winsys_texture_pixmap_x11_update()
2553 COGL_NOTE (TEXTURE_PIXMAP, "Falling back for %p because a " in _cogl_winsys_texture_pixmap_x11_update()
2571 COGL_NOTE (TEXTURE_PIXMAP, "Created a texture 2d for %p", in _cogl_winsys_texture_pixmap_x11_update()
2575 COGL_NOTE (TEXTURE_PIXMAP, "Falling back for %p because a " in _cogl_winsys_texture_pixmap_x11_update()
2597 COGL_NOTE (TEXTURE_PIXMAP, "Recreating GLXPixmap with mipmap " in _cogl_winsys_texture_pixmap_x11_update()
2604 COGL_NOTE (TEXTURE_PIXMAP, "Falling back to XGetImage " in _cogl_winsys_texture_pixmap_x11_update()
2627 COGL_NOTE (TEXTURE_PIXMAP, "Rebinding GLXPixmap for %p", tex_pixmap); in _cogl_winsys_texture_pixmap_x11_update()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dmystyle.h111 TEXTURE_PIXMAP, enumerator
H A Dmystyle.c163 || style->texture_type > TEXTURE_PIXMAP) { in mystyle_list_fix_styles()
573 case TEXTURE_PIXMAP: in mystyle_make_image_int()
1332 if ((type > 0) && (type < TEXTURE_PIXMAP) in mystyle_merge_colors()
1355 } else if ((type == TEXTURE_PIXMAP) in mystyle_merge_colors()
H A Ddecor.c1454 && style->texture_type > TEXTURE_PIXMAP)) { in render_astbar_int()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dpixmap.c760 else if (style->texture_type < TEXTURE_PIXMAP) /* gradients */ in RenderMyStylePixmap()
762 else if (style->texture_type == TEXTURE_PIXMAP) in RenderMyStylePixmap()
764 else if (style->texture_type > TEXTURE_PIXMAP) in RenderMyStylePixmap()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DMyStyle.c296 msd->back_pixmap ? TEXTURE_PIXMAP : TEXTURE_TRANSPARENT; in CheckMyStyleDefinitionSanity()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libASGTK/
H A Dasgtklookedit.c362 else if (type == TEXTURE_PIXMAP) in asgtk_mystyle_edit_set_background_type()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dpixmap.c1045 if( BG.mystyle->texture_type == TEXTURE_PIXMAP) in RenderPixmap()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dpixmap.c1045 if( BG.mystyle->texture_type == TEXTURE_PIXMAP) in RenderPixmap()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dpager.c831 else if (style->texture_type == TEXTURE_PIXMAP in make_desktop_image()

12