Searched refs:bDisableAccelDraw (Results 1 – 6 of 6) sorted by relevance
68 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.ScreenToScreenBlit); in get_accelerant_hook()70 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.FillRectangle); in get_accelerant_hook()72 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.InvertRectangle); in get_accelerant_hook()74 return (void*)(si.bDisableAccelDraw ? NULL : gInfo.FillSpan); in get_accelerant_hook()
140 si.bDisableAccelDraw = false; // allow use of accelerated drawing functions in Trio64_Init()
230 si.bDisableAccelDraw = false; // allow use of accelerated drawing functions in Virge_Init()
299 si.bDisableAccelDraw = false; // allow use of accelerated drawing functions in Savage_Init()
170 si.bDisableAccelDraw = bDisableAccelFuncs; in Trio64_ModeInit()
142 bool bDisableAccelDraw; // true = disable accelerated drawing member