OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyNativeWindow
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
NativeWindowing.h
25
virtual int
destroyNativeWindow
(NativeDisplayType dpy, NativeWindowType win) = 0;
X11Windowing.h
24
int
destroyNativeWindow
(NativeDisplayType dpy, NativeWindowType win);
X11RendererSurface.h
33
int
destroyNativeWindow
(NativeWindowType win);
RendererSurface.cpp
105
nw->
destroyNativeWindow
(nw->getNativeDisplay(), m_window);
X11Windowing.cpp
122
int X11Windowing::
destroyNativeWindow
(NativeDisplayType _dpy, NativeWindowType _win)
Completed in 841 milliseconds