OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftoa
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/Device/
SwiftConfig.cpp
40
std::string
ftoa
(double number)
function in namespace:sw
467
html += "<p>FPS: " +
ftoa
(profiler.FPS) + "</p>\n";
492
html += "<p>Raster operations (million): " +
ftoa
(profiler.ropOperationsFrame / 1.0e6f) + " (current), " +
ftoa
(averageRopOperations) + " (average)</p>\n";
493
html += "<p>Texture operations (million): " +
ftoa
(profiler.texOperationsFrame / 1.0e6f) + " (current), " +
ftoa
(averageTexOperations) + " (average)</p>\n";
494
html += "<p>Compressed texture operations (million): " +
ftoa
(profiler.compressedTexFrame / 1.0e6f) + " (current), " +
ftoa
(averageCompressedTex) + " (average)</p>\n";
497
html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FFFF7F; overflow:hidden;'>" +
ftoa
(rastTimeF) + "% rast</div>\n";
498
html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FF7F7F; overflow:hidden;'>" +
ftoa
(pipeTimeF) + "% pipe</div>\n"
[
all
...]
/external/swiftshader/src/Main/
SwiftConfig.cpp
40
std::string
ftoa
(double number)
function in namespace:sw
467
html += "<p>FPS: " +
ftoa
(profiler.FPS) + "</p>\n";
492
html += "<p>Raster operations (million): " +
ftoa
(profiler.ropOperationsFrame / 1.0e6f) + " (current), " +
ftoa
(averageRopOperations) + " (average)</p>\n";
493
html += "<p>Texture operations (million): " +
ftoa
(profiler.texOperationsFrame / 1.0e6f) + " (current), " +
ftoa
(averageTexOperations) + " (average)</p>\n";
494
html += "<p>Compressed texture operations (million): " +
ftoa
(profiler.compressedTexFrame / 1.0e6f) + " (current), " +
ftoa
(averageCompressedTex) + " (average)</p>\n";
497
html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FFFF7F; overflow:hidden;'>" +
ftoa
(rastTimeF) + "% rast</div>\n";
498
html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FF7F7F; overflow:hidden;'>" +
ftoa
(pipeTimeF) + "% pipe</div>\n"
[
all
...]
/external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp
6871
std::string gl3cts::TransformFeedback::Utilities::
ftoa
(glw::GLfloat f)
function in class:gl3cts::TransformFeedback::Utilities
[
all
...]
Completed in 301 milliseconds