Home
last modified time | relevance | path

Searched refs:shared_contexts_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.cc456 for (size_t i = 0; i < shared_contexts_.size(); ++i) in loseContextCHROMIUM()
457 shared_contexts_[i]->loseContextCHROMIUM(current, other); in loseContextCHROMIUM()
458 shared_contexts_.clear(); in loseContextCHROMIUM()
Dtest_web_graphics_context_3d.h335 shared_contexts_.push_back(context3d); in add_share_group_context()
452 std::vector<TestWebGraphicsContext3D*> shared_contexts_; variable