Searched refs:gx2rDebugOptions (Results 1 – 1 of 1) sorted by relevance
231 s32 gx2rDebugOptions=-1; in DEMOGfxInit() local328 … sscanf(p+strlen("DEMO_GX2R_DEBUG_OPTIONS="), "%i", &gx2rDebugOptions); // allows hex notation in DEMOGfxInit()374 if (gx2rDebugOptions==-1) in DEMOGfxInit()376 …gx2rDebugOptions = GX2R_DEBUG_GUARD_BANDS_ENABLED | GX2R_DEBUG_LEAK_CHECK | GX2R_DEBUG_CHECK_GPU_C… in DEMOGfxInit()380 if (gx2rDebugOptions!=-1) in DEMOGfxInit()382 DEMOPrintf("DEMO: GX2R debug options=%#04x\n", gx2rDebugOptions); in DEMOGfxInit()383 GX2RSetDebugOptions((GX2RDebugOptions)gx2rDebugOptions); in DEMOGfxInit()