HomeSort by relevance Sort by last modified time
    Searched refs:layer_stack_ (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 326 layer_stack_.layers.push_back(layer);
333 for (Layer *layer : layer_stack_.layers) {
337 layer_stack_ = {};
355 layer_stack_.flags.video_present = true;
360 layer_stack_.flags.secure_present = true;
365 layer_stack_.flags.secure_present = true;
440 Layer *layer = layer_stack_.layers.at(i);
530 layer_stack_.flags.animating = true;
534 layer_stack_.flags.skip_present = true;
538 layer_stack_.flags.cursor_present = true
    [all...]
hwc_display_virtual.cpp 190 layer_stack_.retire_fence_fd);
295 layer_stack_.output_buffer = output_buffer_;
hwc_display_primary.cpp 166 layer_stack_.output_buffer = &output_buffer_;
167 layer_stack_.flags.post_processed_output = post_processed_output_;
387 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
hwc_display.h 179 LayerStack layer_stack_; member in class:sdm::HWCDisplay
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display.cpp 328 layer_stack_.layers.push_back(layer);
335 for (Layer *layer : layer_stack_.layers) {
339 layer_stack_ = {};
367 layer_stack_.flags.video_present = true;
372 layer_stack_.flags.secure_present = true;
377 layer_stack_.flags.secure_present = true;
454 Layer *layer = layer_stack_.layers.at(i);
554 layer_stack_.flags.animating = true;
558 layer_stack_.flags.skip_present = true;
562 layer_stack_.flags.cursor_present = true
    [all...]
hwc_display_virtual.cpp 190 layer_stack_.retire_fence_fd);
301 layer_stack_.output_buffer = output_buffer_;
hwc_display_primary.cpp 167 layer_stack_.output_buffer = &output_buffer_;
168 layer_stack_.flags.post_processed_output = post_processed_output_;
397 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
hwc_display.h 193 LayerStack layer_stack_; member in class:sdm::HWCDisplay
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 325 layer_stack_ = LayerStack();
354 layer_stack_.flags.video_present = true;
358 layer_stack_.flags.secure_present = true;
362 layer_stack_.flags.secure_present = true;
367 layer_stack_.flags.skip_present = true;
375 layer_stack_.flags.cursor_present = true;
410 layer_stack_.layers.push_back(layer);
413 layer_stack_.flags.geometry_changed = UINT32(geometry_changes_ > 0);
415 layer_stack_.layers.push_back(client_target_->GetSDMLayer());
419 layer_stack_ = LayerStack()
    [all...]
hwc_display_virtual.cpp 120 layer_stack_.output_buffer = output_buffer_;
146 layer_stack_.retire_fence_fd);
hwc_display_primary.cpp 182 layer_stack_.output_buffer = &output_buffer_;
183 layer_stack_.flags.post_processed_output = post_processed_output_;
441 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
hwc_display.h 229 LayerStack layer_stack_; member in class:sdm::HWCDisplay
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display.cpp 325 layer_stack_ = LayerStack();
354 layer_stack_.flags.video_present = true;
358 layer_stack_.flags.secure_present = true;
362 layer_stack_.flags.secure_present = true;
367 layer_stack_.flags.skip_present = true;
374 layer_stack_.flags.cursor_present = true;
410 layer_stack_.layers.push_back(layer);
413 layer_stack_.flags.geometry_changed = UINT32(geometry_changes_ > 0);
415 layer_stack_.layers.push_back(client_target_->GetSDMLayer());
419 layer_stack_ = LayerStack()
    [all...]
hwc_display_virtual.cpp 120 layer_stack_.output_buffer = output_buffer_;
146 layer_stack_.retire_fence_fd);
hwc_display_primary.cpp 182 layer_stack_.output_buffer = &output_buffer_;
183 layer_stack_.flags.post_processed_output = post_processed_output_;
446 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
hwc_display.h 233 LayerStack layer_stack_; member in class:sdm::HWCDisplay

Completed in 264 milliseconds