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

  /external/chromium_org/content/common/gpu/
devtools_gpu_agent.h 43 TimeTicks last_flush_time_; member in class:content::DevToolsGpuAgent
devtools_gpu_agent.cc 66 ((timestamp - last_flush_time_).InMilliseconds() >= kFlushIntervalMs ||
70 last_flush_time_ = timestamp;
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 31 last_flush_time_(0),
154 last_flush_time_ = clock();
165 if (current_time - last_flush_time_ > kPeriodicFlushDelay * CLOCKS_PER_SEC)
cmd_buffer_helper.h 329 clock_t last_flush_time_; member in class:gpu::CommandBufferHelper

Completed in 83 milliseconds