HomeSort by relevance Sort by last modified time
    Searched refs:getWindowHandle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.h 46 HWND getWindowHandle();
Surface.cpp 100 if (!GetClientRect(getWindowHandle(), &windowRect))
222 HWND Surface::getWindowHandle()
301 if (!GetClientRect(getWindowHandle(), &client))
Display.cpp 463 if ((*surface)->getWindowHandle() == window)
libEGL.cpp 673 if (surface == EGL_NO_SURFACE || eglSurface->getWindowHandle())
720 if (surface == EGL_NO_SURFACE || eglSurface->getWindowHandle())

Completed in 1116 milliseconds