Searched refs:surf_pbuf (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | bindtex.c | 41 static EGLSurface surf_win, surf_pbuf; variable in typeref:typename:EGLSurface 75 surf_pbuf = eglCreatePbufferSurface(dpy, config, pbuf_attribs); 76 if (surf_pbuf == EGL_NO_SURFACE) { 87 eglMakeCurrent(dpy, surf_pbuf, surf_pbuf, ctx_pbuf); 94 eglQuerySurface(dpy, surf_pbuf, EGL_WIDTH, &width); 95 eglQuerySurface(dpy, surf_pbuf, EGL_WIDTH, &height); 329 eglBindTexImage(dpy, surf_pbuf, EGL_BACK_BUFFER); 340 eglReleaseTexImage(dpy, surf_pbuf, EGL_BACK_BUFFER);
|
Completed in 3 milliseconds