Searched refs:win_surface (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c51 EGLSurface win_surface; member in struct:_egl_manager_t
221 eglman->win_surface = eglCreateWindowSurface(eglman->dpy, eglman->conf, eglman->xwin, NULL);
222 if (eglman->win_surface == EGL_NO_SURFACE ||
248 eglDestroySurface(eglman->dpy, eglman->win_surface);
279 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->vg_ctx);
298 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->vg_ctx);
326 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglma
[all...]
H A Dvgimage2tex.c48 EGLSurface win_surface; member in struct:_egl_manager_t
211 eglman->win_surface = eglCreateWindowSurface(eglman->dpy, eglman->conf, eglman->xwin, NULL);
212 if (eglman->win_surface == EGL_NO_SURFACE ||
238 eglDestroySurface(eglman->dpy, eglman->win_surface);
259 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->es_ctx);
283 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglman->es_ctx);
321 eglMakeCurrent(eglman->dpy, eglman->win_surface, eglman->win_surface, eglma
[all...]

Completed in 2 milliseconds