Searched refs:maxTexMem (Results 1 – 1 of 1) sorted by relevance
288 …void drawInfo (deUint64 secondsElapsed, int texMem, int maxTexMem, int bufMem, int maxBufM…303 …r::drawInfo (const deUint64 secondsElapsed, const int texMem, const int maxTexMem, const int bufMe… in drawInfo() argument319 text << std::fixed << std::setprecision(2) << (float)texMem/Mi << "/" << (float)maxTexMem/Mi; in drawInfo()