Searched refs:ToPixelFormat (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | STM32DMA2D.cs | 124 …ndClutSizeField.Value + 1) * (uint)foregroundClutColorModeField.Value.ToPixelFormat().GetColorDept… in STM32DMA2D() 156 …ndClutSizeField.Value + 1) * (uint)backgroundClutColorModeField.Value.ToPixelFormat().GetColorDept… in STM32DMA2D() 212 var outputFormatColorDepth = outputColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleOutputBufferSizeChange() 219 … var backgroundFormatColorDepth = backgroundColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleBackgroundBufferSizeChange() 226 … var foregroundFormatColorDepth = foregroundColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleForegroundBufferSizeChange() 234 var outputFormat = outputColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange() 235 var backgroundFormat = backgroundColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange() 242 var foregroundFormat = foregroundColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange() 249 …ianness, outputFormat, Endianness, backgroundClutColorModeField.Value.ToPixelFormat(), backgroundF… in HandlePixelFormatChange() 250 …ianness, outputFormat, Endianness, foregroundClutColorModeField.Value.ToPixelFormat(), foregroundF… in HandlePixelFormatChange() [all …]
|
| D | Dma2DColorMode.cs | 56 public static PixelFormat ToPixelFormat(this Dma2DColorMode mode) in ToPixelFormat() method in Antmicro.Renode.Peripherals.DMA.Dma2DColorModeExtensions
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/ |
| D | STM32LTDC.cs | 182 …Blender(layer[0].PixelFormatField.Value.ToPixelFormat(), Endianess, layer[1].PixelFormatField.Valu… in HandlePixelFormatChange() 274 var layerPixelFormat = PixelFormatField.Value.ToPixelFormat(); in RestoreBuffers() 327 …nverter(PixelFormat.ARGB8888, video.Endianess, PixelFormatField.Value.ToPixelFormat(), video.Endia… in HandleLayerBackgroundColorChange()
|