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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 254 unsigned last_waited_sync_point() const { return last_waited_sync_point_; }
438 unsigned last_waited_sync_point_; member in class:cc::TestWebGraphicsContext3D
test_web_graphics_context_3d.cc 70 last_waited_sync_point_(0),
595 last_waited_sync_point_ = sync_point;
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 175 last_waited_sync_point_ = std::max(sync_point, last_waited_sync_point_);
178 unsigned last_waited_sync_point() const { return last_waited_sync_point_; }
265 shared_data_->ConsumeTexture(mailbox, last_waited_sync_point_);
283 last_waited_sync_point_(0) {}
332 GLuint last_waited_sync_point_; member in class:cc::__anon7342::ContextSharedData
    [all...]

Completed in 556 milliseconds