Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A Dtr_lightrun.cpp869 tr.staticAllocCount = 0; in R_RegenerateWorld_f()
873 common->Printf( "Regenerated world, staticAllocCount = %i.\n", tr.staticAllocCount ); in R_RegenerateWorld_f()
H A DRenderWorld.cpp1454 tr.staticAllocCount = 0; in GenerateAllInteractions()
1471 …rWorld::GenerateAllInteractions, msec = %i, staticAllocCount = %i.\n", msec, tr.staticAllocCount ); in GenerateAllInteractions()
H A Dtr_local.h751 int staticAllocCount; // running total of bytes allocated variable
H A Dtr_main.cpp308 tr.staticAllocCount += bytes; in R_StaticAlloc()
H A DRenderSystem_init.cpp2073 staticAllocCount = 0; in Clear()