Home | History | Annotate | Download | only in compositor

Lines Matching refs:surface_id_

69   if (surface_id_.is_null() && !frame_provider_.get() &&
134 if (surface_factory_ && !surface_id_.is_null())
135 surface_factory_->RequestCopyOfSurface(surface_id_, request.Pass());
379 if (surface_id_.is_null() || frame_size != current_surface_size_ ||
383 if (!surface_id_.is_null())
384 surface_factory_->Destroy(surface_id_);
385 surface_id_ = id_allocator_->GenerateId();
386 surface_factory_->Create(surface_id_, frame_size);
387 client_->GetLayer()->SetShowSurface(surface_id_, frame_size_in_dip);
408 surface_id_, compositor_frame.Pass(), ack_callback);
462 if (frame_provider_.get() || !surface_id_.is_null())
523 if (!surface_id_.is_null()) {
524 surface_factory_->Destroy(surface_id_);
525 surface_id_ = cc::SurfaceId();
902 if (frame_provider_.get() || !surface_id_.is_null())
916 if (!surface_id_.is_null())
917 surface_factory_->Destroy(surface_id_);
969 DCHECK(frame_provider_.get() || !surface_id_.is_null());
974 DCHECK(frame_provider_.get() || !surface_id_.is_null());
990 if (!surface_id_.is_null()) {
991 new_layer->SetShowSurface(surface_id_, current_frame_size_in_dip_);