Searched refs:pbuf_surface (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/ |
| H A D | tex2vgimage.c | 52 EGLSurface pbuf_surface; member in struct:_egl_manager_t 229 eglman->pbuf_surface = eglCreatePbufferSurface(eglman->dpy, eglman->conf, pbuffer_attrib); 230 if (eglman->pbuf_surface == EGL_NO_SURFACE || 249 eglDestroySurface(eglman->dpy, eglman->pbuf_surface); 262 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->es_ctx); 292 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->es_ctx); 308 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglma [all...] |
| H A D | vgimage2tex.c | 49 EGLSurface pbuf_surface; member in struct:_egl_manager_t 219 eglman->pbuf_surface = eglCreatePbufferSurface(eglman->dpy, eglman->conf, pbuffer_attrib); 220 if (eglman->pbuf_surface == EGL_NO_SURFACE || 239 eglDestroySurface(eglman->dpy, eglman->pbuf_surface); 249 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->vg_ctx); 277 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglman->vg_ctx); 311 eglMakeCurrent(eglman->dpy, eglman->pbuf_surface, eglman->pbuf_surface, eglma [all...] |
Completed in 3 milliseconds