OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWindowHandle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/libEGL/
Surface.cpp
102
if (!GetClientRect(
getWindowHandle
(), &windowRect))
224
HWND Surface::
getWindowHandle
()
303
if (!GetClientRect(
getWindowHandle
(), &client))
314
if (IsIconic(
getWindowHandle
()))
Surface.h
46
HWND
getWindowHandle
();
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 173 milliseconds