Searched defs:LayerRequest (Results 1 – 6 of 6) sorted by relevance
206 struct LayerRequest { struct207 LayerRequestFlags flags; // Flags associated with this request argument208 LayerBufferFormat format = kFormatRGBA8888; // Requested format209 uint32_t width = 0; // Requested unaligned width.210 uint32_t height = 0; // Requested unalighed height
208 struct LayerRequest { struct209 LayerRequestFlags flags; // Flags associated with this request argument210 LayerBufferFormat format = kFormatRGBA8888; // Requested format211 uint32_t width = 0; // Requested unaligned width.212 uint32_t height = 0; // Requested unalighed height
225 struct LayerRequest { struct226 LayerRequestFlags flags; // Flags associated with this request argument227 LayerBufferFormat format = kFormatRGBA8888; // Requested format228 uint32_t width = 0; // Requested unaligned width.229 uint32_t height = 0; // Requested unalighed height
852 enum class LayerRequest : int32_t { enum