Searched refs:surface_producer_ (Results 1 – 4 of 4) sorted by relevance
25 surface_producer_( in SessionConnection()27 scene_update_context_(&session_wrapper_, surface_producer_.get()), in SessionConnection()77 surface_producer_->OnSurfacesPresented(std::move(surfaces_to_submit)); in Present()82 surface_producer_->OnSessionSizeChangeHint(width_change_factor, in OnSessionSizeChangeHint()
70 std::unique_ptr<VulkanSurfaceProducer> surface_producer_; variable
173 return surface_producer_->HasRetainedNode(key); in HasRetainedNode()176 return surface_producer_->GetRetainedNode(key); in GetRetainedNode()225 SurfaceProducer* const surface_producer_; variable
54 : session_(session), surface_producer_(surface_producer) { in SceneUpdateContext()55 FML_DCHECK(surface_producer_ != nullptr); in SceneUpdateContext()165 surface_producer_->ProduceSurface( in GenerateImageIfNeeded()