| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | io.h | 58 unsigned int readable : 1; member in struct:_LispFile
|
| H A D | io.c | 64 else if (SINPUT->data.stream.readable) { 121 if (!STREAMP(stream) || !stream->data.stream.readable) 199 file->readable = (mode & READ_BIT) != 0; 307 if (file->readable) { 323 if (file->readable) { 484 if (!file->readable)
|
| H A D | stream.c | 207 return (stream->data.stream.readable ? T : NIL); 222 return (stream->data.stream.readable || stream->data.stream.writable ? 464 if (stream->data.stream.readable || stream->data.stream.writable) { 465 stream->data.stream.readable = stream->data.stream.writable = 0; 516 if (stream->data.stream.readable) { 623 string_output_stream->data.stream.readable ||
|
| H A D | read.c | 268 else if (!input_stream->data.stream.readable) 269 LispDestroy("%s: stream %s is not readable", 320 if (input_stream->data.stream.readable) { 434 if (!input_stream->data.stream.readable)
|
| H A D | xedit.c | 302 execute_stream.data.stream.readable = 1; 309 result_stream.data.stream.readable = 0;
|
| H A D | lisp.c | 2161 stream.data.stream.readable = 1; 3038 stream->data.stream.readable = (flags & STREAM_READ) != 0; 3056 stream->data.stream.readable = (flags & STREAM_READ) != 0; 3071 stream->data.stream.readable = (flags & STREAM_READ) != 0; 3086 stream->data.stream.readable = (flags & STREAM_READ) != 0; 4944 stream.data.stream.readable = 0; 5104 stream.data.stream.readable = 1;
|
| H A D | internal.h | 622 unsigned int readable : 1; member in struct:_LispObj::__anon0d52a560020a::__anon0d52a5600b08
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_common.c | 76 __DRIdrawable *const readable = radeon_get_readable(radeon); local in function:radeonSetCliprects 78 if(drawable == NULL && readable == NULL) 82 struct radeon_framebuffer *const read_rfb = readable->driverPrivate; 90 if (drawable != readable) { 91 if ((read_rfb->base.Width != readable->w) || 92 (read_rfb->base.Height != readable->h)) { 94 readable->w, readable->h);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_common.c | 75 __DRIdrawable *const readable = radeon_get_readable(radeon); local in function:radeonSetCliprects 77 if(drawable == NULL && readable == NULL) 81 struct radeon_framebuffer *const read_rfb = readable->driverPrivate; 89 if (drawable != readable) { 90 if ((read_rfb->base.Width != readable->w) || 91 (read_rfb->base.Height != readable->h)) { 93 readable->w, readable->h);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 126 (4) What happens if the app binds a new drawable/readable with 129 The context becomes bound to the new drawable/readable, and 131 drawable/readable.
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 126 (4) What happens if the app binds a new drawable/readable with 129 The context becomes bound to the new drawable/readable, and 131 drawable/readable.
|
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drmHandleEvent.3.rst | 25 the DRM file-descriptor has polled readable; it will read the events and
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_trace.spec | 33 of GL calls including parameters as readable text. The verbosity 85 encountered. Whether the resulting trace is available as a readable 172 to a human-readable log. The log appears as a sequence of GL commands
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_trace.spec | 33 of GL calls including parameters as readable text. The verbosity 85 encountered. Whether the resulting trace is available as a readable 172 to a human-readable log. The log appears as a sequence of GL commands
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | README.rst | 22 libdrm maintains a human-readable version for the token format modifier, with
|
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| H A D | Bug Report.md | 10 And please remove anything that doesn't apply to keep things readable :)
|
| H A D | Bug Report - AMD Radeon Vulkan.md | 10 And please remove anything that doesn't apply to keep things readable :)
|
| /xsrc/external/mit/xorgproto/dist/ |
| H A D | README.md | 13 versions of the X11 suite. If you are looking for a machine-readable
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | drisw_glx.c | 304 Drawable readable; local in function:swrastGetImage2 312 readable = pread->xDrawable; 320 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0); 341 Drawable readable; local in function:swrastGetImageShm 348 readable = pread->xDrawable; 356 XShmGetImage(dpy, readable, ximage, x, y, ~0L);
|
| H A D | indirect_glx.c | 116 req->readable = read;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | drisw_glx.c | 276 Drawable readable; local in function:swrastGetImage2 284 readable = pread->xDrawable; 292 XGetSubImage(dpy, readable, x, y, w, h, ~0L, ZPixmap, ximage, 0, 0); 313 Drawable readable; local in function:swrastGetImageShm2 323 readable = pread->xDrawable; 331 XShmGetImage(dpy, readable, ximage, x, y, ~0L);
|
| H A D | indirect_glx.c | 133 req->readable = read;
|
| /xsrc/external/mit/MesaLib/dist/include/GL/internal/ |
| H A D | dri_interface.h | 590 * Get image from readable 592 void (*getImage)(__DRIdrawable *readable, 610 void (*getImage2)(__DRIdrawable *readable, 624 * Get shm image from readable 628 void (*getImageShm)(__DRIdrawable *readable, 658 unsigned char (*getImageShm2)(__DRIdrawable *readable,
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/internal/ |
| H A D | dri_interface.h | 615 * Get image from readable 617 void (*getImage)(__DRIdrawable *readable, 635 void (*getImage2)(__DRIdrawable *readable, 649 * Get shm image from readable 653 void (*getImageShm)(__DRIdrawable *readable,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | vndcmds.c | 304 stuff->drawable, stuff->readable, stuff->context);
|