Searched refs:GXAllocateMemory (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_driver.c161 GXAllocateMemory(ScreenPtr pScrn, ScrnInfoPtr pScrni, int rotate) function in typeref:typename:Bool
933 ret = GXAllocateMemory(pScrni->pScreen, pScrni, rotate);
1141 GXAllocateMemory(pScrn, pScrni, pGeode->rotation);
1314 /* This is set in GXAllocateMemory */
H A Dgx_video.c704 GXAllocateMemory(ScrnInfoPtr pScrni, void **memp, int numlines) function in typeref:typename:int
1133 if (!(pPriv->offset = GXAllocateMemory(pScrni, &pPriv->area, new_h))) {
1415 if (!(offset = GXAllocateMemory(pScrni, &area, numlines)))

Completed in 5 milliseconds