| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
| H A D | 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;
|
| H A D | apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anonb27dbe97030a 198 /* Returns true if the pbuffer was invalid. */ 201 /* Returns true if the pbuffer was valid and the attribute. */
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
| H A D | 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;
|
| H A D | apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon4f120c2a030a 198 /* Returns true if the pbuffer was invalid. */ 201 /* Returns true if the pbuffer was valid and the attribute. */
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | Makefile.am | 49 pbuffer\
|
| H A D | Makefile.in | 125 @HAVE_EGL_TRUE@@HAVE_GLESV1_TRUE@ pbuffer$(EXEEXT) \ 174 pbuffer_SOURCES = pbuffer.c 175 pbuffer_OBJECTS = pbuffer.$(OBJEXT) 227 es1_info.c $(gears_x11_SOURCES) msaa.c pbuffer.c render_tex.c \ 231 es1_info.c $(gears_x11_SOURCES) msaa.c pbuffer.c render_tex.c \ 519 pbuffer$(EXEEXT): $(pbuffer_OBJECTS) $(pbuffer_DEPENDENCIES) $(EXTRA_pbuffer_DEPENDENCIES) 520 @rm -f pbuffer$(EXEEXT) 556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pbuffer.Po@am__quote@
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | vnd_dispatch_stubs.c | 291 CARD32 screen, pbuffer; local in function:dispatch_CreatePbuffer 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 in function:dispatch_DestroyPbuffer 402 pbuffer = GlxCheckSwap(client, stuff->pbuffer); 403 vendor = glxServer.getXIDMap(pbuffer); [all...] |
| H A D | 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);
|
| H A D | glxext.c | 406 resource = maybe_swap32(client, req->pbuffer); 446 glxServer.removeXIDMap(maybe_swap32(client, req->pbuffer));
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.h | 66 DestroyPbuffer(Display *dpy, int screen, PBUFFER pbuffer);
|
| H A D | pbutil.c | 9 * to the GLX_SGIX_fbconfig/pbuffer extensions. 61 * 2 = pixel buffers are available via GLX_SGIX_fbconfig/pbuffer. 241 /* See if we can create a pbuffer with this config */ 419 /* Return pbuffer (may be None) */ 431 DestroyPbuffer(Display *dpy, int screen, PBUFFER pbuffer) argument 436 glXDestroyPbuffer(dpy, pbuffer); 442 glXDestroyGLXPbufferSGIX(dpy, pbuffer);
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | egl.rst | 216 For pbuffer surfaces, the render buffer is always ``EGL_BACK_BUFFER``. 222 ``EGL_RENDER_BUFFER`` of pixmap or pbuffer surfaces. 224 It should also be noted that pixmap and pbuffer surfaces are assumed to 227 pbuffer surface created. If the window system the driver supports has 234 draw buffer in a client API be fixed for pixmap and pbuffer surfaces. 236 renders to the specified render buffer for pixmap and pbuffer surfaces.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.5.rst | 38 (pbuffer EGLSurface) 140 - egl: Implement getImage/putImage on pbuffer swrast.
|
| H A D | 12.0.4.rst | 57 [dEQP, EGL] pbuffer depth/stencil tests fail 265 - egl: stop claiming support for pbuffer + msaa 266 - egl/dri2: set max values for pbuffer width and height
|
| H A D | 19.0.7.rst | 32 - [bisected][regression] piglit egl-create-pbuffer-surface and
|
| H A D | 19.1.4.rst | 153 - egl: Make the 565 pbuffer-only config single buffered. 154 - egl: Only expose 565 pbuffer configs if X can export them as DRI3
|
| H A D | 19.2.1.rst | 50 - egl: Remove the 565 pbuffer-only EGL config under X11.
|
| H A D | 21.3.7.rst | 123 - glx: fix pbuffer refcount init
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | 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/src/glx/ |
| H A D | 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/include/GL/ |
| H A D | 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);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | 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);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | 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);
|