Searched refs:egl_surface (Results 1 – 4 of 4) sorted by relevance
80 EGL(eglMakeCurrent(ctx->egl_display, ctx->egl_surface, ctx->egl_surface, ctx->egl_context)); in MakeCurrent()170 EGL(eglDestroySurface(ctx->egl_display, ctx->egl_surface)); in DestroyContext()
53 EGLSurface egl_surface = EGL_NO_SURFACE; member
134 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
117 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()