Home
last modified time | relevance | path

Searched refs:g_bEasterEggs (Results 1 – 11 of 11) sorted by relevance

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-draw-opengl.c51 extern gboolean g_bEasterEggs;
641 g_bEasterEggs ? GL_LINEAR_MIPMAP_LINEAR : GL_LINEAR); in cairo_dock_create_texture_from_surface()
642 if (g_bEasterEggs) in cairo_dock_create_texture_from_surface()
646 if (g_bEasterEggs) in cairo_dock_create_texture_from_surface()
704 g_bEasterEggs ? GL_LINEAR_MIPMAP_LINEAR : GL_LINEAR); in cairo_dock_create_texture_from_raw_data()
705 if (g_bEasterEggs) in cairo_dock_create_texture_from_raw_data()
709 if (g_bEasterEggs && pTextureRaw) in cairo_dock_create_texture_from_raw_data()
773 g_bEasterEggs ? GL_LINEAR_MIPMAP_LINEAR : GL_LINEAR); in cairo_dock_update_icon_texture()
774 if (g_bEasterEggs) in cairo_dock_update_icon_texture()
778 if (g_bEasterEggs) in cairo_dock_update_icon_texture()
H A Dcairo-dock-opengl.c38 extern gboolean g_bEasterEggs;
267 g_bEasterEggs ? GL_LINEAR_MIPMAP_LINEAR : GL_LINEAR); in _init_opengl_context()
268 if (g_bEasterEggs) in _init_opengl_context()
H A Dcairo-dock-global-variables.h51 extern gboolean g_bEasterEggs;
H A Dcairo-dock-image-buffer.c39 extern gboolean g_bEasterEggs;
663 g_bEasterEggs ? GL_LINEAR_MIPMAP_LINEAR : GL_LINEAR); in cairo_dock_image_buffer_update_texture()
664 if (g_bEasterEggs) in cairo_dock_image_buffer_update_texture()
668 if (g_bEasterEggs) in cairo_dock_image_buffer_update_texture()
H A Dcairo-dock-module-manager.c51 extern gboolean g_bEasterEggs;
186 if (! g_bEasterEggs && in gldi_module_new_from_so_file()
194 if (! g_bEasterEggs in gldi_module_new_from_so_file()
H A Dcairo-dock-config.c54 gboolean g_bEasterEggs = FALSE; variable
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/
H A Dcairo-dock.c99 extern gboolean g_bEasterEggs;
414 &g_bEasterEggs, in main()
H A Dcairo-dock-user-menu.c83 extern gboolean g_bEasterEggs;
H A Dcairo-dock-gui-advanced.c67 extern gboolean g_bEasterEggs;
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/implementations/
H A Dcairo-dock-X-utilities.c44 extern gboolean g_bEasterEggs;
1600 if (!g_bEasterEggs) in cairo_dock_texture_from_pixmap()
1686 g_bEasterEggs ? GL_LINEAR_MIPMAP_LINEAR : GL_LINEAR); in cairo_dock_texture_from_pixmap()
1687 if (g_bEasterEggs) in cairo_dock_texture_from_pixmap()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/dock-rendering/src/
H A Drendering-caroussel.c90 if (g_bEasterEggs) in cd_rendering_calculate_max_dock_size_caroussel()