Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DMusteinGenericGPU.cs68 colorModeToPixelFormatTable = new Dictionary<ColorMode, PixelFormat>() in MusteinGenericGPU()
154 if(colorModeToPixelFormatTable.TryGetValue((ColorMode)setColor, out finalFormat)) in Reconfigure()
287 private readonly Dictionary<ColorMode, PixelFormat> colorModeToPixelFormatTable; field in Antmicro.Renode.Peripherals.Video.MusteinGenericGPU