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

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 175 sync_point_wait_count_(0),
879 if (sync_point_wait_count_ == 0) {
884 ++sync_point_wait_count_;
893 --sync_point_wait_count_;
894 if (sync_point_wait_count_ == 0) {
    [all...]
gpu_command_buffer_stub.h 264 int sync_point_wait_count_; member in class:content::GpuCommandBufferStub

Completed in 2752 milliseconds