Home | History | Annotate | Download | only in service

Lines Matching defs:shared_state_

398   AsyncPixelTransferManagerShareGroup::SharedState* shared_state_;
408 : shared_state_(shared_state),
428 iter = shared_state_->pending_allocations.begin();
429 iter != shared_state_->pending_allocations.end();
434 shared_state_->pending_allocations.erase(iter);
448 shared_state_->pending_allocations.push_back(AsWeakPtr());
451 shared_state_->texture_upload_stats,
466 tex_params, mem_params, shared_state_->texture_upload_stats);
485 while (!shared_state_.pending_allocations.empty()) {
486 if (!shared_state_.pending_allocations.front().get()) {
487 shared_state_.pending_allocations.pop_front();
491 shared_state_.pending_allocations.front().get();
503 shared_state_.pending_allocations.pop_front();
520 return shared_state_.texture_upload_stats->GetStats(NULL);
526 shared_state_.texture_upload_stats->GetStats(&total_texture_upload_time);
538 if (shared_state_.pending_allocations.empty())
542 shared_state_.pending_allocations.back().get();
552 &shared_state_, ref->service_id(), define_params);