Lines Matching full:floattostring
182 de::floatToString(prob*100.0f, 0) + "%";
1195 << TestLog::Message << "Approximate texture memory usage limit: " << de::floatToString((float)m_maxTexMemoryUsageBytes / Mi, 2) << " MiB" << TestLog::EndMessage
1196 << TestLog::Message << "Approximate buffer memory usage limit: " << de::floatToString((float)m_maxBufMemoryUsageBytes / Mi, 2) << " MiB" << TestLog::EndMessage
1497 << TestLog::Message << "Average frame time since last log entry: " << de::floatToString((float)timeDiff / (float)iterDiff, 2) << "s" << TestLog::EndMessage
1499 << de::floatToString((float)m_textures->computeApproxMemUsage() / Mi, 2) << " MiB / "
1500 << de::floatToString((float)m_maxTexMemoryUsageBytes / Mi, 2) << " MiB"
1503 << de::floatToString((float)m_buffers->computeApproxMemUsage() / Mi, 2) << " MiB / "
1504 << de::floatToString((float)m_maxBufMemoryUsageBytes / Mi, 2) << " MiB"