| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| x86emu.c | 3 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| x86emu.c | 3 #include <xorg-config.h>
|
| /xsrc/external/mit/xfs/dist/config/ |
| Makefile.am | 25 config_DATA = config 27 EXTRA_DIST = config.cpp 29 CLEANFILES = config 35 config: $(srcdir)/config.cpp 36 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $(srcdir)/config.cpp > $@
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| test-bz89617.c | 31 FcConfig *config = FcConfigCreate (); local 33 if (!FcConfigAppFontAddFile (config, (const FcChar8 *)SRCDIR "/4x6.pcf") || 34 FcConfigAppFontAddFile (config, (const FcChar8 *)"/dev/null")) 37 FcConfigDestroy (config);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| xnest-config.h | 31 #include <dix-config.h> 32 #include <xkb-config.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| xnest-config.h | 31 #include <dix-config.h> 32 #include <xkb-config.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/iris/drm/ |
| iris_drm_winsys.c | 31 iris_drm_screen_create(int fd, const struct pipe_screen_config *config) 33 return iris_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3), config);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcdeprecate.h | 31 FcConfigGetRescanInverval (FcConfig *config); 34 FcConfigSetRescanInverval (FcConfig *config, int rescanInterval);
|
| /xsrc/external/mit/libICE/dist/src/ |
| icetrans.c | 24 #include <config.h>
|
| /xsrc/external/mit/libSM/dist/src/ |
| sm_auth.c | 32 #include <config.h>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/ |
| 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/ |
| glxscreens.c | 32 #include <dix-config.h> 232 initGlxVisual(VisualPtr visual, __GLXconfig * config) 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->blueBits 255 __GLXconfig *best = NULL, *config; local 322 __GLXconfig *config; local 440 __GLXconfig *config, *next; local [all...] |
| glxbyteorder.h | 35 #include <dix-config.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmx_glxvisuals.c | 32 #include <dmx-config.h> 47 __GLXvisualConfig *config, *configs; local 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->visualRating = GLX_NONE_EXT 239 __GLXFBConfig *config, *fbconfigs; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_public.h | 28 struct pipe_screen *radeonsi_screen_create(int fd, const struct pipe_screen_config *config);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/v3d/drm/ |
| v3d_drm_winsys.c | 34 v3d_drm_screen_create(int fd, const struct pipe_screen_config *config) 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);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| virgl_drm_public.h | 28 struct pipe_screen *virgl_drm_screen_create(int fd, const struct pipe_screen_config *config);
|
| /xsrc/external/mit/freetype/dist/include/ |
| ft2build.h | 37 #include <freetype/config/ftheader.h>
|
| /xsrc/external/mit/libFS/dist/src/ |
| FSFlush.c | 53 #include <config.h>
|
| FSMisc.c | 53 #include <config.h>
|
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| privileged_startx_types.h | 5 #include <config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/ |
| bsd_pci.c | 39 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/ |
| hurd_bell.c | 27 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| kmod_noop.c | 29 #include <xorg-config.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/stub/ |
| stub_bell.c | 2 #include <xorg-config.h>
|