/hardware/qcom/display/msm8996/sdm/include/core/ |
D | layer_stack.h | 236 struct Layer { struct 237 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. argument 245 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 250 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 253 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 258 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 262 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 266 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 273 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 277 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | layer_stack.h | 299 struct Layer { struct 300 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 313 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 316 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 321 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 325 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 329 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | layer_stack.h | 299 struct Layer { struct 300 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 313 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 316 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 321 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 325 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 329 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | layer_stack.h | 299 struct Layer { struct 300 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 313 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 316 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 321 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 325 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 329 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | layer_stack.h | 340 struct Layer { struct 341 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 349 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 354 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 357 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 362 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 366 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 370 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 377 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 381 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/hardware/qcom/sm7250/display/sdm/include/core/ |
D | layer_stack.h | 355 struct Layer { struct 356 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 364 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 369 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 372 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 377 LayerStitchInfo stitch_info = {}; //!< This structure defines all parameters needed argument 381 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 385 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 389 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 393 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 129 class Layer; variable
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 121 class Layer; variable
|
D | HWC2On1Adapter.cpp | 1975 HWC2On1Adapter::Layer::Layer(Display& display) in Layer() function in android::HWC2On1Adapter::Layer
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 587 virtual void onLayerDestroyed(Display /* display */, Layer /* layer */) {} in onLayerDestroyed() argument
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 1905 HWC2On1Adapter::Layer::Layer(Display& display) in Layer() function in android::HWC2On1Adapter::Layer
|