Home
last modified time | relevance | path

Searched refs:use_hw_cursor (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/qcom/display/msm8996/sdm/include/private/
H A Dhw_info_types.h429 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer member
/aosp12/hardware/qcom/display/msm8909/sdm/include/private/
H A Dhw_info_types.h490 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer member
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/private/
H A Dhw_info_types.h489 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer member
/aosp12/hardware/qcom/display/msm8998/sdm/include/private/
H A Dhw_info_types.h482 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer member
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.cpp192 bool is_cursor_pipe_used = (hw_layer_info.use_hw_cursor & layer->flags.cursor); in Validate()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_device.cpp215 bool is_cursor_pipe_used = (hw_layer_info.use_hw_cursor & layer.flags.cursor); in Validate()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
H A Dhw_device.cpp211 bool is_cursor_pipe_used = (hw_layer_info.use_hw_cursor & layer.flags.cursor); in Validate()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp212 bool is_cursor_pipe_used = (hw_layer_info.use_hw_cursor & layer.flags.cursor); in Validate()