Home
last modified time | relevance | path

Searched defs:DrawFrame (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DIDisplay.cs14 void DrawFrame(byte[] frame); in DrawFrame() method
15 void DrawFrame(IntPtr pointer); in DrawFrame() method
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs50 public void DrawFrame(byte[] frame = null) in DrawFrame() method in Antmicro.Renode.Extensions.Analyzers.Video.FrameBufferDisplayWidget