HomeSort by relevance Sort by last modified time
    Searched refs:stats_totalBytes (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 58 int stats_totalBytes = 0;
87 stats_totalBytes += readBuf.validData();
91 //printf("Used Bandwidth %5.3f MB/s\n", ((float)stats_totalBytes / dts) / (1024.0f*1024.0f));
92 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 341 milliseconds