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

  /external/chromium_org/gpu/command_buffer/client/
transfer_buffer.cc 23 size_to_flush_(0),
47 size_to_flush_ = size_to_flush;
76 if (bytes_since_last_flush_ >= size_to_flush_ && size_to_flush_ > 0) {
transfer_buffer.h 141 unsigned int size_to_flush_; member in class:gpu::TransferBuffer

Completed in 104 milliseconds