Searched refs:setupDone (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dixmods/
H A Dglxmodule.c68 static Bool setupDone = FALSE; local in function:glxSetup
71 if (setupDone) {
77 setupDone = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/
H A Dglxmodule.c78 static Bool setupDone = FALSE; local in function:glxSetup
81 if (setupDone) {
86 setupDone = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddrimodule.c79 static Bool setupDone = FALSE; local in function:driSetup
81 if (!setupDone) {
82 setupDone = TRUE;
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir_driver.c136 static Bool setupDone = FALSE; local in function:cirSetup
140 if (!setupDone) {
141 setupDone = TRUE;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware_bootstrap.c565 static Bool setupDone = FALSE; local in function:vmwareSetup
567 if (!setupDone) {
568 setupDone = TRUE;
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_driver.c123 static Bool setupDone = FALSE; local in function:leoSetup
125 if (!setupDone) {
126 setupDone = TRUE;
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dintel_module.c807 static Bool setupDone = 0; local in function:intel_setup
811 if (!setupDone) {
812 setupDone = 1;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dintel_module.c708 static Bool setupDone = 0; local in function:intel_setup
712 if (!setupDone) {
713 setupDone = 1;
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx_driver.c130 static Bool setupDone = FALSE; local in function:MgxSetup
132 if (!setupDone) {
133 setupDone = TRUE;
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_driver.c143 static Bool setupDone = FALSE; local in function:cg14Setup
145 if (!setupDone) {
146 setupDone = TRUE;
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_driver.c126 static Bool setupDone = FALSE; local in function:cg6Setup
128 if (!setupDone) {
129 setupDone = TRUE;
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_driver.c131 static Bool setupDone = FALSE; local in function:ffbSetup
133 if (!setupDone) {
134 setupDone = TRUE;
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_driver.c131 static Bool setupDone = FALSE; local in function:tcxSetup
133 if (!setupDone) {
134 setupDone = TRUE;
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_driver.c144 static Bool setupDone = FALSE; local in function:AG10ESetup
146 if (!setupDone) {
147 setupDone = TRUE;
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c144 static Bool setupDone = FALSE; local in function:NGLESetup
147 if (!setupDone) {
148 setupDone = TRUE;
/xsrc/external/mit/xf86-video-igs/dist/src/
H A Digs_driver.c217 static Bool setupDone = FALSE; local in function:IgsSetup
229 if (!setupDone) {
230 setupDone = TRUE;
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_driver.c151 static Bool setupDone = FALSE; local in function:PnozzSetup
153 if (!setupDone) {
154 setupDone = TRUE;
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c189 static Bool setupDone = FALSE; local in function:CrimeSetup
202 if (!setupDone) {
203 setupDone = TRUE;
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_driver.c143 static Bool setupDone = FALSE; local in function:newportSetup
146 if (!setupDone) {
151 setupDone = TRUE;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c1203 static Bool setupDone = FALSE; local in function:DRI2Setup
1205 if (!setupDone)
1207 setupDone = TRUE;
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_driver.c202 static Bool setupDone = FALSE; local in function:tgaSetup
204 if (!setupDone) {
205 setupDone = TRUE;
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_driver.c211 static Bool setupDone = FALSE; local in function:tsengSetup
213 if (!setupDone) {
214 setupDone = TRUE;
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt_driver.c214 static Bool setupDone = FALSE; local in function:IMSTTSetup
217 if (!setupDone) {
218 setupDone = TRUE;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_driver.c168 static Bool setupDone = FALSE; local in function:nouveauSetup
172 if (!setupDone) {
173 setupDone = TRUE;
/xsrc/external/mit/xf86-video-ark/dist/src/
H A Dark_driver.c142 static Bool setupDone = FALSE; local in function:ARKSetup
144 if (!setupDone) {
145 setupDone = TRUE;

Completed in 29 milliseconds

12