Searched refs:CreatePbuffer (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.h | 61 CreatePbuffer(Display *dpy, int screen, FBCONFIG config,
|
| H A D | pbutil.c | 242 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 D | pbdemo.c | 147 pBuffer = CreatePbuffer(dpy, screen, fbConfigs[i], width, height, largest, preserve);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glx_pbuffer.c | 535 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 D | glx_pbuffer.c | 517 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 D | glxapi.h | 92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); member in struct:_glxapi_table
|
| H A D | glxapi.c | 423 return t->CreatePbuffer(dpy, config, attribList);
|
| H A D | fakeglx.c | 2847 glx.CreatePbuffer = Fake_glXCreatePbuffer;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList); member in struct:_glxapi_table
|
| H A D | glxapi.c | 419 return t->CreatePbuffer(dpy, config, attribList);
|
| H A D | fakeglx.c | 2812 glx.CreatePbuffer = Fake_glXCreatePbuffer;
|
Completed in 30 milliseconds