Searched refs:createEGLSurface (Results 1 – 2 of 2) sorted by relevance
191 @Function createEGLSurface199 - (BOOL) createEGLSurface:(EGLSurface &)eglSurface fromDisplay:(EGLDisplay)eglDisplay withConfig:(E…526 if(![self createEGLSurface:m_Surface fromDisplay:m_Display withConfig:config withView:m_view])
461 EGLSurface createEGLSurface (EglTestContext& testCtx, EGLDisplay display, EGLConfig eglConfig, cons… in createEGLSurface() function506 m_eglSurface = createEGLSurface(m_testCtx, m_eglDisplay, eglConfig, config); in TestContext()