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 44 TimeTicks last_flush_time_; member in class:content::DevToolsGpuAgent
devtools_gpu_agent.cc 65 ((timestamp - last_flush_time_).InMilliseconds() >= kFlushIntervalMs ||
69 last_flush_time_ = timestamp;
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 34 last_flush_time_(0) {
110 last_flush_time_ = clock();
118 last_flush_time_ = clock();
256 if (current_time - last_flush_time_ > kFlushDelay * CLOCKS_PER_SEC)
cmd_buffer_helper.h 262 clock_t last_flush_time_; member in class:gpu::CommandBufferHelper

Completed in 33 milliseconds