Searched refs:readable (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/xedit/dist/lisp/
H A Dio.h58 unsigned int readable : 1; member in struct:_LispFile
H A Dio.c64 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 Dstream.c207 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 Dread.c268 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 Dxedit.c302 execute_stream.data.stream.readable = 1;
309 result_stream.data.stream.readable = 0;
H A Dlisp.c2161 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 Dinternal.h622 unsigned int readable : 1; member in struct:_LispObj::__anon0d52a560020a::__anon0d52a5600b08
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c76 __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 Dradeon_common.c75 __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 DMESA_multithread_makecurrent.spec126 (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 DMESA_multithread_makecurrent.spec126 (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 DdrmHandleEvent.3.rst25 the DRM file-descriptor has polled readable; it will read the events and
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_trace.spec33 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 DMESA_trace.spec33 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 DREADME.rst22 libdrm maintains a human-readable version for the token format modifier, with
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report.md10 And please remove anything that doesn't apply to keep things readable :)
H A DBug Report - AMD Radeon Vulkan.md10 And please remove anything that doesn't apply to keep things readable :)
/xsrc/external/mit/xorgproto/dist/
H A DREADME.md13 versions of the X11 suite. If you are looking for a machine-readable
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddrisw_glx.c304 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 Dindirect_glx.c116 req->readable = read;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddrisw_glx.c276 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 Dindirect_glx.c133 req->readable = read;
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h590 * 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 Ddri_interface.h615 * 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 Dvndcmds.c304 stuff->drawable, stuff->readable, stuff->context);

Completed in 36 milliseconds

12