Home
last modified time | relevance | path

Searched refs:DISABLE_RENDER_TO_TEXTURE (Results 1 – 5 of 5) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dmused.h96 DISABLE_RENDER_TO_TEXTURE = 65536 << 11, enumerator
H A Dconfig.c76 { C_BOOL, "disable_render_to_texture", &mused.flags, DISABLE_RENDER_TO_TEXTURE },
H A Dmenudefs.c131 …ering to texture", NULL, MENU_CHECK_NOSET, &mused.flags, (void*)DISABLE_RENDER_TO_TEXTURE, toggle_…
H A Daction.c602 mused.flags ^= DISABLE_RENDER_TO_TEXTURE; in toggle_render_to_texture()
619 …lags & ~GFX_DOMAIN_DISABLE_RENDER_TO_TEXTURE) | ((mused.flags & DISABLE_RENDER_TO_TEXTURE) ? GFX_D… in change_render_to_texture()
H A Dmused.c239 mused.flags |= DISABLE_RENDER_TO_TEXTURE; in init()