| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
| apple_glx_pbuffer.c | 77 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; 94 apple_glx_diagnostic("made pbuffer drawable 0x%lx current\n", d->drawable); 102 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; 106 apple_glx_diagnostic("destroying pbuffer for drawable 0x%lx\n", 157 pbuf = &d->types.pbuffer; 270 pbuf = &d->types.pbuffer; 292 "unable to find the largest pbuffer!\n"); 323 d->types.pbuffer.event_mask = mask; 340 *mask = d->types.pbuffer.event_mask;
|
| apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon2294 198 /* Returns true if the pbuffer was invalid. */ 201 /* Returns true if the pbuffer was valid and the attribute. */
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
| apple_glx_pbuffer.c | 76 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; 93 apple_glx_diagnostic("made pbuffer drawable 0x%lx current\n", d->drawable); 101 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; 105 apple_glx_diagnostic("destroying pbuffer for drawable 0x%lx\n", 156 pbuf = &d->types.pbuffer; 273 pbuf = &d->types.pbuffer; 295 "unable to find the largest pbuffer!\n"); 326 d->types.pbuffer.event_mask = mask; 343 *mask = d->types.pbuffer.event_mask;
|
| apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon4623 198 /* Returns true if the pbuffer was invalid. */ 201 /* Returns true if the pbuffer was valid and the attribute. */
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| vnd_dispatch_stubs.c | 291 CARD32 screen, pbuffer; local 295 pbuffer = GlxCheckSwap(client, stuff->pbuffer); 296 LEGAL_NEW_RESOURCE(pbuffer, client); 302 if (!glxServer.addXIDMap(pbuffer, vendor)) { 307 glxServer.removeXIDMap(pbuffer); 399 CARD32 pbuffer; local 402 pbuffer = GlxCheckSwap(client, stuff->pbuffer); 403 vendor = glxServer.getXIDMap(pbuffer); [all...] |
| glxcmdsswap.c | 364 __GLX_SWAP_INT(&req->pbuffer); 390 __GLX_SWAP_INT(&req->pbuffer); 404 __GLX_SWAP_INT(&req->pbuffer); 419 __GLX_SWAP_INT(&req->pbuffer);
|
| glxext.c | 406 resource = maybe_swap32(client, req->pbuffer); 446 glxServer.removeXIDMap(maybe_swap32(client, req->pbuffer));
|
| glxcmds.c | 1400 /* Assign the pixmap the same id as the pbuffer and add it as a 1402 * pbuffer is destroyed. */ 1446 width, height, req->pbuffer); 1462 req->width, req->height, req->pbuffer); 1473 return DoDestroyDrawable(cl, req->pbuffer, GLX_DRAWABLE_PBUFFER); 1484 return DoDestroyDrawable(cl, req->pbuffer, GLX_DRAWABLE_PBUFFER);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| pbutil.h | 18 #define PBUFFER GLXPbuffer 21 #define PBUFFER GLXPbufferSGIX 24 #define PBUFFER int 60 extern PBUFFER 66 DestroyPbuffer(Display *dpy, int screen, PBUFFER pbuffer);
|
| pbutil.c | 9 * to the GLX_SGIX_fbconfig/pbuffer extensions. 61 * 2 = pixel buffers are available via GLX_SGIX_fbconfig/pbuffer. 190 PBUFFER pBuffer; 241 /* See if we can create a pbuffer with this config */ 242 pBuffer = CreatePbuffer(dpy, screen, config, width, height, False, False); 263 printf(" %s %c", pBuffer ? "y" : ".", 289 if (drawableType & GLX_PBUFFER_BIT) printf("PBuffer"); 297 printf(" Pbuffer: %s\n", pBuffer ? "yes" : "no") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glx_pbuffer.c | 27 * Implementation of pbuffer related functions. 414 req->pbuffer = (GLXPbuffer) drawable; 421 * Create a non-pbuffer GLX drawable. 488 * Destroy a non-pbuffer GLX drawable. 507 * Create a pbuffer. 559 req->pbuffer = id; 610 * Destroy a pbuffer. 641 req->pbuffer = (GLXPbuffer) drawable; 666 * Create a new pbuffer. 681 * Create a new pbuffer [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| glx_pbuffer.c | 27 * Implementation of pbuffer related functions. 435 req->pbuffer = (GLXPbuffer) drawable; 442 * Create a non-pbuffer GLX drawable. 506 * Destroy a non-pbuffer GLX drawable. 525 * Create a pbuffer. 576 req->pbuffer = id; 624 * Destroy a pbuffer. 655 req->pbuffer = (GLXPbuffer) drawable; 680 * Create a new pbuffer. 695 * Create a new pbuffer [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| glx.h | 174 ** event - this helps initialization if the server supports the pbuffer 359 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 360 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
|
| glxext.h | 739 typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer); 741 Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| glx.h | 179 ** event - this helps initialization if the server supports the pbuffer 364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
|
| glxext.h | 723 typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer); 725 Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| glxcmdsswap.c | 404 __GLX_SWAP_INT(&req->pbuffer); 428 __GLX_SWAP_INT(&req->pbuffer); 443 __GLX_SWAP_INT(&req->pbuffer); 456 __GLX_SWAP_INT(&req->pbuffer);
|
| glxcmds.c | 1353 /* Assign the pixmap the same id as the pbuffer and add it as a 1355 * pbuffer is destroyed. */ 1399 width, height, req->pbuffer); 1410 req->width, req->height, req->pbuffer); 1420 return DoDestroyDrawable(cl, req->pbuffer, GLX_DRAWABLE_PBUFFER); 1430 return DoDestroyDrawable(cl, req->pbuffer, GLX_DRAWABLE_PBUFFER);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| glxcmds.c | 1039 ** The previous drawable was a glx Pbuffer, release it. 1048 ** The previous drawable was a glx Pbuffer, release it. 3130 GLXPbuffer pbuffer = req->pbuffer; local 3162 ** Create the GLX part of the Pbuffer. 3200 be_req->pbuffer = be_xid; 3228 if (!(AddResource(pbuffer, __glXPbufferRes, pGlxPbuffer))) { 3241 GLXPbuffer pbuffer = req->pbuffer; local 3250 ** Check if it's a valid Pbuffer [all...] |
| glxcmdsswap.c | 1021 __GLX_SWAP_INT(&req->pbuffer); 1034 __GLX_SWAP_INT(&req->pbuffer);
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| glxproto.h | 61 ** event - this helps initialization if the server supports the pbuffer 492 GLXPbuffer pbuffer; member in struct:GLXCreatePbuffer 505 GLXPbuffer pbuffer; member in struct:GLXDestroyPbuffer 1038 GLXPbuffer pbuffer; member in struct:GLXCreateGLXPbufferSGIX 1054 GLXPbuffer pbuffer; member in struct:GLXDestroyGLXPbuffer
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| glxapi.c | 897 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) 903 return t->AssociateDMPbufferSGIX(dpy, pbuffer, params, dmbuffer);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| glxapi.c | 901 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) 907 return t->AssociateDMPbufferSGIX(dpy, pbuffer, params, dmbuffer);
|