HomeSort by: relevance | last modified time | path
    Searched refs:PRESENT (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xeyes/dist/
EyesP.h 11 #ifdef PRESENT
14 #include <xcb/present.h>
61 #ifdef PRESENT
65 Boolean present; member in struct:__anon6657
config.h.in 60 /* Define to use X Present Extension */
61 #undef PRESENT
xeyes.c 59 #ifdef PRESENT
60 " [-present | +present]\n"
80 #ifdef PRESENT
81 {(char *)"-present", (char *)"*eyes.present", XrmoptionNoArg, (char *)"TRUE"},
82 {(char *)"+present", (char *)"*eyes.present", XrmoptionNoArg, (char *)"FALSE"},
Eyes.c 82 #ifdef PRESENT
84 offset(present), XtRImmediate, (XtPointer) TRUE },
181 #ifdef PRESENT
193 if (!w->eyes.present)
203 if (xfixes_ext_reply == NULL || !xfixes_ext_reply->present
204 || damage_ext_reply == NULL || !damage_ext_reply->present
205 || present_ext_reply == NULL || !present_ext_reply->present)
207 w->eyes.present = FALSE;
210 if (!w->eyes.present)
244 if (!w->eyes.present)
    [all...]
configure 385 # repeated appends, instead of the typical quadratic growth present in naive
1451 --with-present Use Present for updates (Default is AUTO)
1474 C compiler flags for PRESENT, overriding pkg-config
1476 linker flags for PRESENT, overriding pkg-config
3101 on the command line, even when the '-f' option is present. This is contrary
3795 # If both `conftest.exe' and `conftest' are `present' (well, observable)
11317 # Check whether --with-present was given.
11328 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PRESENT" >&5
11329 printf %s "checking for PRESENT... " >&6;
    [all...]
  /xsrc/external/mit/xorg-server/include/
xorg-server.h 78 /* Support Present extension */
80 #define PRESENT 1
dix-config.h 260 /* Support Present extension */
262 #define PRESENT 1
  /xsrc/external/mit/xorg-server/dist/include/
extinit.h 160 #if defined(PRESENT)
xorg-server.h.in 77 /* Support Present extension */
78 #undef PRESENT
xorg-server.h.meson.in 77 /* Support Present extension */
78 #mesondefine PRESENT
dix-config.h.in 265 /* Support Present extension */
266 #undef PRESENT
do-not-use-config.h.in 515 /* Support Present extension */
516 #undef PRESENT
  /xsrc/external/mit/xorg-server/dist/glx/
glxserver.h 107 #if PRESENT
glxext.c 496 #if PRESENT
glxcmds.c 2540 #if PRESENT
2566 #include <present.h>
  /xsrc/external/mit/xorg-server/dist/mi/
miinitext.c 157 #ifdef PRESENT
158 {present_extension_init, "Present", NULL},
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
loadmod.c 112 * a '/' when it isn't already present.
635 #ifdef PRESENT
636 "present",
771 * present.
824 LogMessage(X_WARNING, "Module Options present, but no SetupProc "
  /xsrc/external/mit/xorg-server/dist/os/
utils.c 115 #include "present.h"
799 #ifdef PRESENT
808 FatalError("fakescreenfps not available without PRESENT\n");
  /xsrc/external/mit/xf86-video-intel/dist/
configure 383 # repeated appends, instead of the typical quadratic growth present in naive
1721 C compiler flags for PRESENT, overriding pkg-config
1723 linker flags for PRESENT, overriding pkg-config
2155 # Is the header present?
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2181 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2187 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3201 on the command line, even when the '-f' option is present. This is contrary
3749 # If both `conftest.exe' and `conftest' are `present' (well, observable
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/
configure 383 # repeated appends, instead of the typical quadratic growth present in naive
1698 C compiler flags for PRESENT, overriding pkg-config
1700 linker flags for PRESENT, overriding pkg-config
2132 # Is the header present?
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2158 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2164 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
3124 on the command line, even when the '-f' option is present. This is contrary
3671 # If both `conftest.exe' and `conftest' are `present' (well, observable
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 214 FLAG_INFO(PRESENT),
  /xsrc/external/mit/xorg-server/dist/
configure 389 # repeated appends, instead of the typical quadratic growth present in naive
2135 --disable-present Build Present extension (default: enabled)
4101 # are removed by m4; they're present so that m4 does not expand
5495 # If both 'conftest.exe' and 'conftest' are 'present' (well, observable)
14339 # Test print first, because it will be a builtin if present.
26954 # Check whether --enable-present was given.
26957 enableval=$enable_present; PRESENT=$enableval
26959 e) PRESENT=yes ;;
30353 if test "x$PRESENT" = xyes; the
    [all...]

Completed in 70 milliseconds