Searched refs:createWindowSurface (Results 1 – 8 of 8) sorted by relevance
34 m_native = EglOS::createWindowSurface(win); in EglWindowSurface()
56 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd);
226 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){ in createWindowSurface() function
295 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){ in createWindowSurface() function
581 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){ in createWindowSurface() function
72 HandleType createWindowSurface(int p_config, int p_width, int p_height);
194 return fb->createWindowSurface(config, width, height); in rcCreateWindowSurface()
528 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height) in createWindowSurface() function in FrameBuffer