/hardware/qcom/sdm845/display/sdm/include/core/ |
D | layer_stack.h | 317 struct Layer { struct 318 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 326 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 331 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 334 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 339 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 343 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 347 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 354 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 358 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument [all …]
|
/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/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/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/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 | 338 struct Layer { struct 339 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument 347 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 352 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument 355 LayerRect dst_rect = {}; //!< The target position where the frame will be argument 360 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument 364 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument 368 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument 375 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 379 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
|