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

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 245 uint32 last_flush_count_; member in class:content::GpuCommandBufferStub
gpu_command_buffer_stub.cc 172 last_flush_count_(0),
763 if (flush_count - last_flush_count_ < 0x8000000U) {
764 last_flush_count_ = flush_count;
    [all...]

Completed in 564 milliseconds