/aosp12/hardware/qcom/display/msm8996/sdm/include/core/ |
H A 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 273 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 294 LayerFlags flags; //!< Flags associated with this layer. argument 304 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. argument
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
H A D | layer_stack.h | 299 struct Layer { struct 308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 357 LayerFlags flags; //!< Flags associated with this layer. argument 359 LayerRequest request = {}; //!< o/p - request on this Layer by SDM. argument
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/ |
H A D | layer_stack.h | 299 struct Layer { struct 308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 357 LayerFlags flags; //!< Flags associated with this layer. argument 359 LayerRequest request = {}; //!< o/p - request on this Layer by SDM. argument
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/ |
H A D | layer_stack.h | 299 struct Layer { struct 308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 357 LayerFlags flags; //!< Flags associated with this layer. argument 359 LayerRequest request = {}; //!< o/p - request on this Layer by SDM. argument
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/ |
H A D | layer_stack.h | 340 struct Layer { struct 349 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 377 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 400 LayerFlags flags; //!< Flags associated with this layer. argument 402 LayerRequest request = {}; //!< o/p - request on this Layer by SDM. argument 407 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. argument 408 std::bitset<kLayerUpdateMax> update_mask = 0; argument
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/ |
H A D | layer_stack.h | 317 struct Layer { struct 326 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 354 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 377 LayerFlags flags; //!< Flags associated with this layer. argument 379 LayerRequest request = {}; //!< o/p - request on this Layer by SDM. argument 384 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. argument
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | CompositionEngineTest.cpp | 132 struct Layer { struct 133 Layer() { EXPECT_CALL(outputLayer, getLayerFE()).WillRepeatedly(ReturnRef(*layerFE)); } in Layer() argument 135 StrictMock<mock::OutputLayer> outputLayer; 136 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); 137 LayerFECompositionState layerFEState;
|
H A D | OutputTest.cpp | 1204 struct Layer { struct 1205 Layer() { in Layer() function 1808 struct Layer { struct 1809 Layer() { in Layer() argument 1816 LayerFECompositionState mLayerFEState; 2823 struct Layer { struct 2824 Layer() { in Layer() function 3447 struct Layer { struct 3448 Layer() { in Layer() function 3663 struct Layer { struct [all …]
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/ |
H A D | layer_stack.h | 342 struct Layer { struct 351 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument 376 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument 399 LayerFlags flags; //!< Flags associated with this layer. argument 401 LayerRequest request = {}; //!< o/p - request on this Layer by SDM. argument 406 std::shared_ptr<LayerBufferMap> buffer_map = nullptr; //!< Map of handle_id and fb_id. argument 411 std::bitset<kLayerUpdateMax> update_mask = 0; argument
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.cpp | 365 Display /*display*/, std::vector<Layer>* /*outChangedLayers*/, in validateDisplay() 385 std::vector<Layer>* /*outLayers*/, in presentDisplay() 410 V2_1::Error FakeComposerClient::setLayerCursorPosition(Display /*display*/, Layer /*layer*/, in setLayerCursorPosition() argument 429 V2_1::Error FakeComposerClient::setLayerSurfaceDamage(Display /*display*/, Layer /*layer*/, in setLayerSurfaceDamage() argument 457 V2_1::Error FakeComposerClient::setLayerDataspace(Display /*display*/, Layer /*layer*/, in setLayerDataspace() argument 477 V2_1::Error FakeComposerClient::setLayerSidebandStream(Display /*display*/, Layer /*layer*/, in setLayerSidebandStream() argument 516 V2_1::Error FakeComposerClient::setLayerPerFrameMetadata( in setLayerPerFrameMetadata() argument 556 V2_1::Error FakeComposerClient::setLayerFloatColor(Display /*display*/, Layer /*layer*/, in setLayerFloatColor() argument 625 V2_1::Error FakeComposerClient::setLayerPerFrameMetadata_2_3( in setLayerPerFrameMetadata_2_3() argument 670 V2_1::Error FakeComposerClient::setLayerPerFrameMetadataBlobs( in setLayerPerFrameMetadataBlobs() argument [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWC2.h | 52 class Layer; variable 153 class Layer; variable
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | layers_extensions.cpp | 53 struct Layer { struct 54 VkLayerProperties properties; 55 size_t library_idx; 58 bool is_global; 60 std::vector<VkExtensionProperties> instance_extensions; 61 std::vector<VkExtensionProperties> device_extensions;
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | hwc_types.h | 33 using Layer = hwc2_layer_t; variable
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | OutputLayer.h | 42 class Layer; variable
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Client.h | 31 class Layer; variable
|
H A D | MonitoredProducer.h | 27 class Layer; variable
|
H A D | LayerRenderArea.h | 30 class Layer; variable
|
H A D | LayerVector.h | 26 class Layer; variable
|
H A D | TunnelModeEnabledReporter.h | 27 class Layer; variable
|
H A D | SurfaceInterceptor.h | 38 class Layer; variable
|
H A D | FpsReporter.h | 30 class Layer; variable
|
H A D | SurfaceFlingerFactory.h | 44 class Layer; variable
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Readback.h | 32 class Layer; variable
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | FrameCaptureProcessor.h | 46 struct Layer : public RefBase { struct
|
/aosp12/frameworks/base/libs/hwui/renderstate/ |
H A D | RenderState.h | 27 class Layer; variable
|