Home
last modified time | relevance | path

Searched defs:windowHandle (Results 1 – 5 of 5) 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.hpp48 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()
/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.cpp339 …HWND windowHandle = presentParameters->hDeviceWindow ? presentParameters->hDeviceWindow : creation… in reset() local