Home
last modified time | relevance | path

Searched defs:windowHandle (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferWin.cpp19 …FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool top… in FrameBufferWin()
58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen,… in createFrameBufferWin()
DFrameBufferWin.hpp51 HWND windowHandle; member in sw::FrameBufferWin
DFrameBufferGDI.cpp23 …FrameBufferGDI::FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool top… in FrameBufferGDI()
DFrameBufferDD.cpp35 …FrameBufferDD::FrameBufferDD(HWND windowHandle, int width, int height, bool fullscreen, bool topLe… in FrameBufferDD()