Home
last modified time | relevance | path

Searched refs:processEvent (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.cpp95 void XlibDisplay::processEvent (XEvent& event) in processEvent() function in tcu::lnx::x11::XlibDisplay
116 processEvent(event); in processEvents()
283 m_display.processEvent(myevent); in setDimensions()
DtcuLnxX11.hpp99 void processEvent (XEvent& event);
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.h46 void processEvent(const XEvent &event);
DX11Window.cpp411 processEvent(event); in messageLoop()
497 void X11Window::processEvent(const XEvent &xEvent) in processEvent() function in X11Window
/third_party/glfw/src/
Dx11_window.c952 static void processEvent(XEvent *event) in processEvent() function
2060 processEvent(&event); in _glfwPlatformPollEvents()