Searched refs:sDummySurface (Results 1 – 2 of 2) sorted by relevance
32 EGLSurface RenderBase::sDummySurface = EGL_NO_SURFACE; member in RenderBase91 sDummySurface = eglCreatePbufferSurface(display, egl_config, surface_attribs); in prepareGL()92 if (sDummySurface == EGL_NO_SURFACE) { in prepareGL()111 if (!eglMakeCurrent(display, sDummySurface, sDummySurface, context)) { in prepareGL()
55 static EGLSurface sDummySurface; variable