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

  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
main.c 40 ScrnInfoRec scrn;
reg_dumper.h 64 } ScrnInfoRec, *ScrnInfoPtr;
hotplug.c 50 ScrnInfoRec scrn;
idle.c 119 ScrnInfoRec scrn;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 208 * driver before a ScrnInfoRec has been allocated.
563 * ScrnInfoRec
695 } ScrnInfoRec;
xf86Helper.c 157 /* Allocate a new ScrnInfoRec in xf86Screens */
171 xf86GPUScreens[i] = xnfcalloc(sizeof(ScrnInfoRec), 1);
182 xf86Screens[i] = xnfcalloc(sizeof(ScrnInfoRec), 1);
278 * Allocate a private in ScrnInfoRec.
347 * Sets the following ScrnInfoRec fields:
857 /* XXX Maybe there is no need for widthmm/heightmm in ScrnInfoRec */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 295 * driver before a ScrnInfoRec has been allocated.
499 /* These values should be adjusted when new fields are added to ScrnInfoRec */
653 * ScrnInfoRec
809 } ScrnInfoRec;
xf86Helper.c 165 /* Allocate a new ScrnInfoRec in xf86Screens */
177 xf86Screens[i] = xnfcalloc(sizeof(ScrnInfoRec), 1);
254 * Allocate a private in ScrnInfoRec.
315 * Sets the following ScrnInfoRec fields:
884 /* XXX Maybe there is no need for widthmm/heightmm in ScrnInfoRec */
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_merge.c 240 pScrn = malloc(sizeof(ScrnInfoRec));
241 memcpy(pScrn,pScrn1,sizeof(ScrnInfoRec));
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_driver.c 888 /* Fill in what we can of the ScrnInfoRec */
930 * slot, and allocate a ScrnInfoRec.
935 * the required ScrnInfoRec initialisations. Don't allocate any new
994 /* Allocate a ScrnInfoRec and claim the slot */
1000 /* Fill in what we can of the ScrnInfoRec */
3549 pXGI->CRT2pScrn = xalloc(sizeof(ScrnInfoRec));
3557 memcpy(pXGI->CRT2pScrn, pScrn, sizeof(ScrnInfoRec));
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_driver.c 476 * slot, and allocate a ScrnInfoRec.
481 * the required ScrnInfoRec initialisations. Don't allocate any new
548 /* Allocate a ScrnInfoRec and claim the slot */
555 /* Fill in what we can of the ScrnInfoRec */
5622 pSiS->CRT2pScrn = malloc(sizeof(ScrnInfoRec));
5627 memcpy(pSiS->CRT2pScrn, pScrn, sizeof(ScrnInfoRec));

Completed in 44 milliseconds