Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/flutter/glfw/src/
Dinput.c446 GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorHandle) in glfwSetCursor()