Searched refs:make_pbuffer (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ | ||
| H A D | bindtex.c | 49 make_pbuffer(int width, int height) function in typeref:typename:void 458 make_pbuffer(winWidth, winHeight); |
| H A D | pbuffer.c | 397 make_pbuffer(Display *x_dpy, EGLDisplay egl_dpy, int width, int height) function in typeref:typename:EGLSurface 570 egl_pbuf = make_pbuffer(x_dpy, egl_dpy, WinWidth, WinHeight); |
| H A D | render_tex.c | 438 make_pbuffer(Display *x_dpy, EGLDisplay egl_dpy, int width, int height) function in typeref:typename:EGLSurface 627 egl_pbuf = make_pbuffer(x_dpy, egl_dpy, TexWidth, TexHeight); |
Completed in 44 milliseconds