Searched refs:colorModeToPixelFormatTable (Results 1 – 1 of 1) sorted by relevance
68 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