OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stats_totalBytes
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp
65
int
stats_totalBytes
= 0;
94
stats_totalBytes
+= readBuf.validData();
98
//printf("Used Bandwidth %5.3f MB/s\n", ((float)
stats_totalBytes
/ dts) / (1024.0f*1024.0f));
99
stats_totalBytes
= 0;
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp
326
int
stats_totalBytes
= 0;
343
stats_totalBytes
+= readBuf.validData();
347
printf("Used Bandwidth %5.3f MB/s\n", ((float)
stats_totalBytes
/ dts) / (1024.0f*1024.0f));
348
stats_totalBytes
= 0;
Completed in 55 milliseconds