Searched refs:usable (Results 1 - 25 of 135) sorted by relevance

123456

/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxextensions.c641 * Calculate the list of application usable extensions. The resulting
654 unsigned char usable[__GLX_EXT_BYTES]; local in function:__glXCalculateUsableExtensions
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 in function:__glXCalculateUsableGLExtensions
742 (void) memset(usable, 0, sizeof(usable));
743 SET_BIT(usable, GL_ARB_transpose_matrix_bi
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaStipple.c772 int bitsleft, shift, usable; local in function:StippleOver32
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 in function:StippleOver32_Inverted
829 usable = 32 - shift;
832 if(bitsleft <= usable) {
837 (SHIFT_L(srcp[1],usable)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxextensions.c619 * Calculate the list of application usable extensions. The resulting
634 unsigned char usable[8]; local in function:__glXCalculateUsableExtensions
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 in function:__glXCalculateUsableGLExtensions
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, sizeo
[all...]
/xsrc/external/mit/xrdb/dist/
H A Dxrdb.c95 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)
1238 if (entries->entry[i].usable)
1505 if (cmp.entry[k].usable
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkmode.c313 Bool (*usable) (KdScreenInfo *),
319 while (!(*usable) (screen))
H A Dkdrive.h592 Bool (*usable) (KdScreenInfo *),
/xsrc/external/mit/ctwm/dist/
H A Dctwm_config.h.in65 /* Is usable xrandr available? */
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_drm_image.spec96 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
H A DMESA_multithread_makecurrent.spec123 but the context remains usable by threads that have the context
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_drm_image.spec96 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
H A DMESA_multithread_makecurrent.spec123 but the context remains usable by threads that have the context
/xsrc/external/mit/xcb-util/dist/
H A Dconfigure.ac25 AC_MSG_ERROR([Can't find usable m4, please install it and try again])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddistro.rst104 Tracker implementing a GL state machine. Not usable as a standalone tracker;
H A Dresources.rst67 by creating an appropriate view (this is not usable in OpenGL).
H A Dcontext.rst601 A ``pipe_fence_handle`` can either be 'one time use' or 're-usable'. A 'one time use'
605 Once a re-usable ``pipe_fence_handle`` becomes signaled, it can be reset
608 ``fence_server_sync``. As a corollary to this behaviour, a re-usable
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddistro.rst104 The gallium frontend implementing a GL state machine. Not usable as
H A Dresources.rst67 by creating an appropriate view (this is not usable in OpenGL).
H A Dcontext.rst629 A ``pipe_fence_handle`` can either be 'one time use' or 're-usable'. A 'one time use'
633 Once a re-usable ``pipe_fence_handle`` becomes signaled, it can be reset
636 ``fence_server_sync``. As a corollary to this behavior, a re-usable
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.5.rst35 advertised, but not usable
H A D20.0.1.rst33 advertised, but not usable
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c68 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/fontconfig/dist/m4/
H A Diconv.m4205 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
/xsrc/external/mit/xterm/dist/
H A Daclocal.m498 dnl confused by the quotes (which require backslashes to keep them usable).
3090 test "$cf_cv_havetype_tcflag_t" = no && AC_DEFINE(tcflag_t,unsigned long,[Define usable value of tcflag_t if not declared])
3098 test "$cf_cv_havetype_speed_t" = no && AC_DEFINE(speed_t,unsigned short,[Define usable value of speed_t if not declared])
3106 test "$cf_cv_havetype_cc_t" = no && AC_DEFINE(cc_t,unsigned char,[Define usable value of cc_t if not declared])
4012 CF_VERBOSE(no usable value found for desktop category, using $cf_desktop_want)
5022 AC_MSG_WARN(this system does not provide usable locale support)
5059 AC_MSG_WARN(_POSIX_C_SOURCE definition is not usable)
5172 AC_CACHE_CHECK(for usable $cf_x_athena/Xmu package,cf_cv_xaw_compat,[
5350 AC_CACHE_CHECK(for usable Xft/fontconfig package,cf_cv_xft_compat,[
5566 AC_CACHE_CHECK(for usable
[all...]
H A Dconfigure3855 { 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
[all...]
/xsrc/external/mit/fontconfig/dist/
H A Dconfigure.ac279 AC_MSG_CHECKING([for a usable iconv])

Completed in 37 milliseconds

123456