Searched refs:nw (Results 1 – 2 of 2) sorted by relevance
61 …Surface * RendererSurface::create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindowing *nw) in create() argument86 NativeWindowType window = nw->createNativeWindow(nw->getNativeDisplay(), width, height); in create()102 int RendererSurface::destroy(NativeWindowing *nw) in destroy() argument105 nw->destroyNativeWindow(nw->getNativeDisplay(), m_window); in destroy()
34 … static RendererSurface * create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindowing *nw);37 int destroy(NativeWindowing *nw);