Searched refs:make_pbuffer (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c49 make_pbuffer(int width, int height) function in typeref:typename:void
458 make_pbuffer(winWidth, winHeight);
H A Dpbuffer.c397 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 Drender_tex.c438 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