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
105
if (!GetClientRect(
getWindowHandle
(), &windowRect))
227
HWND Surface::
getWindowHandle
()
310
if (!mFixedSize && !IsIconic(
getWindowHandle
()))
314
if (!GetClientRect(
getWindowHandle
(), &client))
Surface.h
45
HWND
getWindowHandle
();
Display.cpp
500
if ((*surface)->
getWindowHandle
() == window)
libEGL.cpp
608
if (surface == EGL_NO_SURFACE || eglSurface->
getWindowHandle
())
648
if (surface == EGL_NO_SURFACE || eglSurface->
getWindowHandle
())
Completed in 54 milliseconds