Home
last modified time | relevance | path

Searched defs:LayerRequest (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8909/sdm/include/core/
Dlayer_stack.h206 struct LayerRequest { struct
207 LayerRequestFlags flags; // Flags associated with this request argument
208 LayerBufferFormat format = kFormatRGBA8888; // Requested format
209 uint32_t width = 0; // Requested unaligned width.
210 uint32_t height = 0; // Requested unalighed height
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h206 struct LayerRequest { struct
207 LayerRequestFlags flags; // Flags associated with this request argument
208 LayerBufferFormat format = kFormatRGBA8888; // Requested format
209 uint32_t width = 0; // Requested unaligned width.
210 uint32_t height = 0; // Requested unalighed height
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dlayer_stack.h206 struct LayerRequest { struct
207 LayerRequestFlags flags; // Flags associated with this request argument
208 LayerBufferFormat format = kFormatRGBA8888; // Requested format
209 uint32_t width = 0; // Requested unaligned width.
210 uint32_t height = 0; // Requested unalighed height
/hardware/qcom/sdm845/display/sdm/include/core/
Dlayer_stack.h208 struct LayerRequest { struct
209 LayerRequestFlags flags; // Flags associated with this request argument
210 LayerBufferFormat format = kFormatRGBA8888; // Requested format
211 uint32_t width = 0; // Requested unaligned width.
212 uint32_t height = 0; // Requested unalighed height
/hardware/qcom/sm8150/display/sdm/include/core/
Dlayer_stack.h225 struct LayerRequest { struct
226 LayerRequestFlags flags; // Flags associated with this request argument
227 LayerBufferFormat format = kFormatRGBA8888; // Requested format
228 uint32_t width = 0; // Requested unaligned width.
229 uint32_t height = 0; // Requested unalighed height
/hardware/libhardware/include/hardware/
Dhwcomposer2.h852 enum class LayerRequest : int32_t { enum