Searched defs:windowHandle (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferWin.cpp | 19 …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()
|
D | FrameBufferWin.hpp | 51 HWND windowHandle; member in sw::FrameBufferWin
|
D | FrameBufferGDI.cpp | 23 …FrameBufferGDI::FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool top… in FrameBufferGDI()
|
D | FrameBufferDD.cpp | 35 …FrameBufferDD::FrameBufferDD(HWND windowHandle, int width, int height, bool fullscreen, bool topLe… in FrameBufferDD()
|
/third_party/flutter/glfw/src/ |
D | input.c | 446 GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle) in glfwSetCursor()
|