| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| glxextensions.c | 641 * Calculate the list of application usable extensions. The resulting 654 unsigned char usable[__GLX_EXT_BYTES]; local 693 usable[i] = u; 712 usable[i] = u; 717 usable); 721 * Calculate the list of application usable extensions. The resulting 734 unsigned char usable[__GL_EXT_BYTES]; local 742 (void) memset(usable, 0, sizeof(usable)); 743 SET_BIT(usable, GL_ARB_transpose_matrix_bit) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaStipple.c | 772 int bitsleft, shift, usable; local 778 usable = 32 - shift; 781 if(bitsleft <= usable) { 786 (SHIFT_L(srcp[1],usable) & XAAShiftMasks[bitsleft]) | 787 (SHIFT_R(*srcp,shift) & XAAShiftMasks[usable]); 791 bits = SHIFT_R(*srcp,shift) | SHIFT_L(srcp[1],usable); 823 int bitsleft, shift, usable; local 829 usable = 32 - shift; 832 if(bitsleft <= usable) { 837 (SHIFT_L(srcp[1],usable) & XAAShiftMasks[bitsleft]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| glxextensions.c | 619 * Calculate the list of application usable extensions. The resulting 634 unsigned char usable[8]; local 680 usable[i] = (client_glx_support[i] & client_glx_only[i]) 689 usable[i] = (client_glx_support[i] & client_glx_only[i]) 695 usable); 700 * Calculate the list of application usable extensions. The resulting 715 unsigned char usable[__GL_EXT_BYTES]; local 747 usable[i] = (client_gl_support[i] & client_gl_only[i]) 752 __glXGetStringFromTable(known_gl_extensions, usable); 753 (void) memcpy(gc->gl_extension_bits, usable, sizeof(usable)) [all...] |
| /xsrc/external/mit/xrdb/dist/ |
| xrdb.c | 95 Bool usable; member in struct:_Entry 252 if (e->entry[i].usable) { 274 entry->usable = True; 286 entry->usable = True; 705 .usable = False, 721 if (!e->usable) 725 e->usable = False; 765 if (e->usable) 1240 if (entries->entry[i].usable) 1507 if (cmp.entry[k].usable & [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kmode.c | 313 Bool (*usable) (KdScreenInfo *), 319 while (!(*usable) (screen))
|
| kdrive.h | 592 Bool (*usable) (KdScreenInfo *),
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_drm_image.spec | 96 should be usable as a scanout buffer with the DRM kernel 100 requests that the image must be usable as a cursor with KMS. When
|
| MESA_multithread_makecurrent.spec | 123 but the context remains usable by threads that have the context
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_drm_image.spec | 96 should be usable as a scanout buffer with the DRM kernel 100 requests that the image must be usable as a cursor with KMS. When
|
| MESA_multithread_makecurrent.spec | 123 but the context remains usable by threads that have the context
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcfile.fncs | 42 equivalent ISO Latin-1) encoding as those are not usable by Unicode-based
|
| /xsrc/external/mit/xcompmgr/dist/ |
| xcompmgr.c | 68 Bool usable; /* mapped and all damaged at one point */ member in struct:_win 950 if (!w->usable) 1213 w->usable = False; 1460 new->usable = False; 1550 if (w->usable) 1715 if (!w->usable) 1757 w->usable = True; 1760 if (w->usable)
|
| /xsrc/external/mit/xterm/dist/ |
| configure | 3855 { echo "$as_me:3855: WARNING: this system does not provide usable locale support" >&5 3856 echo "$as_me: WARNING: this system does not provide usable locale support" >&2;} 4425 { echo "$as_me:4425: WARNING: _POSIX_C_SOURCE definition is not usable" >&5 4426 echo "$as_me: WARNING: _POSIX_C_SOURCE definition is not usable" >&2;} 8526 test -n "$verbose" && echo " no usable value found for desktop category" 1>&6 8528 echo "${as_me:-configure}:8528: testing no usable value found for desktop category ..." 1>&5 11916 echo "$as_me:11916: checking for usable X dependency" >&5 11917 echo $ECHO_N "checking for usable X dependency... $ECHO_C" >&6 12121 echo "$as_me:12121: checking for usable X Toolkit package" >&5 12122 echo $ECHO_N "checking for usable X Toolkit package... $ECHO_C" >& [all...] |