Searched refs:shared_contexts_ (Results 1 – 2 of 2) sorted by relevance
456 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()
335 shared_contexts_.push_back(context3d); in add_share_group_context()452 std::vector<TestWebGraphicsContext3D*> shared_contexts_; variable