Searched refs:NativeWindowType (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/tests/ut_renderer/ |
D | X11Windowing.h | 23 NativeWindowType createNativeWindow(NativeDisplayType _dpy, int width, int height); 24 int destroyNativeWindow(NativeDisplayType dpy, NativeWindowType win);
|
D | X11RendererSurface.cpp | 26 int X11RendererSurface::destoryNativeWindow(NativeWindowType win) in destoryNativeWindow() 34 NativeWindowType GlesX11Win::createNativeWindow() in createNativeWindow() 67 return NativeWindowType(win); in createNativeWindow()
|
D | NativeWindowing.h | 24 virtual NativeWindowType createNativeWindow(NativeDisplayType dpy, int width, int height) = 0; 25 virtual int destroyNativeWindow(NativeDisplayType dpy, NativeWindowType win) = 0;
|
D | X11RendererSurface.h | 32 NativeWindowType createNativeWindow(); 33 int destroyNativeWindow(NativeWindowType win);
|
D | RendererSurface.h | 40 …RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config)… in RendererSurface() 49 NativeWindowType m_window;
|
D | X11Windowing.cpp | 87 NativeWindowType X11Windowing::createNativeWindow(NativeDisplayType _dpy, int width, int height) in createNativeWindow() 119 return NativeWindowType(win); in createNativeWindow() 122 int X11Windowing::destroyNativeWindow(NativeDisplayType _dpy, NativeWindowType _win) in destroyNativeWindow()
|
D | RendererSurface.cpp | 86 NativeWindowType window = nw->createNativeWindow(nw->getNativeDisplay(), width, height); in create()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | eglplatform.h | 99 typedef EGLNativeWindowType NativeWindowType; typedef
|