Searched refs:CreatePbuffer (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.h61 CreatePbuffer(Display *dpy, int screen, FBCONFIG config,
H A Dpbutil.c242 pBuffer = CreatePbuffer(dpy, screen, config, width, height, False, False);
351 /* This is only used by CreatePbuffer() */
371 CreatePbuffer(Display *dpy, int screen, FBCONFIG config, function in typeref:typename:PBUFFER
H A Dpbdemo.c147 pBuffer = CreatePbuffer(dpy, screen, fbConfigs[i], width, height, largest, preserve);
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c535 CreatePbuffer(Display * dpy, struct glx_config *config, function in typeref:typename:GLXDrawable
687 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config,
763 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c517 CreatePbuffer(Display * dpy, struct glx_config *config, function in typeref:typename:GLXDrawable
673 return (GLXPbufferSGIX) CreatePbuffer(dpy, (struct glx_config *) config,
747 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); member in struct:_glxapi_table
H A Dglxapi.c423 return t->CreatePbuffer(dpy, config, attribList);
H A Dfakeglx.c2847 glx.CreatePbuffer = Fake_glXCreatePbuffer;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); member in struct:_glxapi_table
H A Dglxapi.c419 return t->CreatePbuffer(dpy, config, attribList);
H A Dfakeglx.c2812 glx.CreatePbuffer = Fake_glXCreatePbuffer;

Completed in 30 milliseconds