| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | x86emu.c | 3 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | x86emu.c | 3 #include <xorg-config.h>
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | test-bz89617.c | 31 FcConfig *config = FcConfigCreate (); local in function:main 33 if (!FcConfigAppFontAddFile (config, (const FcChar8 *)SRCDIR "/4x6.pcf") || 34 FcConfigAppFontAddFile (config, (const FcChar8 *)"/dev/null")) 37 FcConfigDestroy (config);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | xnest-config.h | 31 #include <dix-config.h> 32 #include <xkb-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | xnest-config.h | 31 #include <dix-config.h> 32 #include <xkb-config.h>
|
| /xsrc/external/mit/xfs/dist/config/ |
| H A D | Makefile.am | 25 config_DATA = config data in directory:config 27 EXTRA_DIST = config.cpp 29 CLEANFILES = config 35 config: $(srcdir)/config.cpp target 36 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $(srcdir)/config.cpp > $@ 24 configdir = $(sysconfdir)/X11/fs directory
|
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | icetrans.c | 24 #include <config.h>
|
| /xsrc/external/mit/libSM/dist/src/ |
| H A D | sm_auth.c | 32 #include <config.h>
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcdeprecate.h | 31 FcConfigGetRescanInverval (FcConfig *config); 34 FcConfigSetRescanInverval (FcConfig *config, int rescanInterval);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/iris/drm/ |
| H A D | iris_drm_winsys.c | 31 iris_drm_screen_create(int fd, const struct pipe_screen_config *config) argument 33 return iris_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), config);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | drm_helper_public.h | 11 pipe_i915_create_screen(int fd, const struct pipe_screen_config *config); 14 pipe_iris_create_screen(int fd, const struct pipe_screen_config *config); 17 pipe_nouveau_create_screen(int fd, const struct pipe_screen_config *config); 20 pipe_r300_create_screen(int fd, const struct pipe_screen_config *config); 23 pipe_r600_create_screen(int fd, const struct pipe_screen_config *config); 26 pipe_radeonsi_create_screen(int fd, const struct pipe_screen_config *config); 29 pipe_vmwgfx_create_screen(int fd, const struct pipe_screen_config *config); 32 pipe_freedreno_create_screen(int fd, const struct pipe_screen_config *config); 35 pipe_virgl_create_screen(int fd, const struct pipe_screen_config *config); 38 pipe_v3d_create_screen(int fd, const struct pipe_screen_config *config); [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxscreens.c | 32 #include <dix-config.h> 232 initGlxVisual(VisualPtr visual, __GLXconfig * config) argument 236 maxBits = max(config->redBits, max(config->greenBits, config->blueBits)); 238 config->visualID = visual->vid; 239 visual->class = glxConvertToXVisualType(config->visualType); 242 visual->nplanes = config->redBits + config->greenBits + config 255 __GLXconfig *best = NULL, *config; local in function:pickFBConfig 322 __GLXconfig *config; local in function:__glXScreenInit 440 __GLXconfig *config, *next; local in function:__glXScreenDestroy [all...] |
| H A D | glxbyteorder.h | 35 #include <dix-config.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 32 #include <dmx-config.h> 47 __GLXvisualConfig *config, *configs; local in function:GetGLXVisualConfigs 93 /* Allocate memory for our config structure */ 94 config = (__GLXvisualConfig*) 96 if (!config) { 102 memset(config, 0, nvisuals * sizeof(__GLXvisualConfig)); 103 configs = config; 106 /* Convert config structure into our format */ 109 /* Read config structure */ 113 config 239 __GLXFBConfig *config, *fbconfigs; local in function:GetGLXFBConfigs [all...] |
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFlush.c | 53 #include <config.h>
|
| H A D | FSMisc.c | 53 #include <config.h>
|
| /xsrc/external/mit/freetype/dist/include/ |
| H A D | ft2build.h | 37 #include <freetype/config/ftheader.h>
|
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| H A D | privileged_startx_types.h | 5 #include <config.h>
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/v3d/drm/ |
| H A D | v3d_drm_winsys.c | 34 v3d_drm_screen_create(int fd, const struct pipe_screen_config *config) argument 36 return v3d_screen_create(os_dupfd_cloexec(fd), config, NULL); 41 const struct pipe_screen_config *config) 43 return v3d_screen_create(ro->gpu_fd, config, ro); 40 v3d_drm_screen_create_renderonly(struct renderonly * ro,const struct pipe_screen_config * config) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_public.h | 28 struct pipe_screen *virgl_drm_screen_create(int fd, const struct pipe_screen_config *config);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_public.h | 28 struct pipe_screen *radeonsi_screen_create(int fd, const struct pipe_screen_config *config);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/ |
| H A D | hurd_bell.c | 27 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | kmod_noop.c | 29 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/ |
| H A D | bsd_pci.c | 39 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/ |
| H A D | hurd_bell.c | 27 #include <xorg-config.h>
|