Searched refs:ftoa (Results 1 – 3 of 3) sorted by relevance
40 std::string ftoa(double number) in ftoa() function468 html += "<p>FPS: " + ftoa(profiler.FPS) + "</p>\n"; in profile()493 …ml += "<p>Raster operations (million): " + ftoa(profiler.ropOperationsFrame / 1.0e6f) + " (current… in profile()494 …l += "<p>Texture operations (million): " + ftoa(profiler.texOperationsFrame / 1.0e6f) + " (current… in profile()495 …mpressed texture operations (million): " + ftoa(profiler.compressedTexFrame / 1.0e6f) + " (current… in profile()498 …center; line-height:40px; background-color:#FFFF7F; overflow:hidden;'>" + ftoa(rastTimeF) + "% r… in profile()499 …center; line-height:40px; background-color:#FF7F7F; overflow:hidden;'>" + ftoa(pipeTimeF) + "% p… in profile()500 …center; line-height:40px; background-color:#7FFFFF; overflow:hidden;'>" + ftoa(interpTimeF) + "% i… in profile()501 …center; line-height:40px; background-color:#7FFF7F; overflow:hidden;'>" + ftoa(shaderTimeF) + "% s… in profile()502 …center; line-height:40px; background-color:#FF7FFF; overflow:hidden;'>" + ftoa(texTimeF) + "% t… in profile()[all …]
1344 std::string ftoa(glw::GLfloat f);
2449 gl3cts::TransformFeedback::Utilities::ftoa(s_rasterization_epsilon)); in buildProgram()3008 gl3cts::TransformFeedback::Utilities::ftoa(s_rasterization_epsilon)); in buildProgram()6893 std::string gl3cts::TransformFeedback::Utilities::ftoa(glw::GLfloat f) in ftoa() function in gl3cts::TransformFeedback::Utilities