Searched refs:surface_memory (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.h95 void *surface_memory; member in struct:__anon629b2c180208
H A Dsmi_video.c2345 void *surface_memory = NULL; local in function:SMI_AllocSurface
2375 offset = SMI_AllocateMemory(pScrn, &surface_memory, size);
2381 SMI_FreeMemory(pScrn, surface_memory);
2387 SMI_FreeMemory(pScrn, surface_memory);
2395 SMI_FreeMemory(pScrn, surface_memory);
2407 ptrOffscreen->surface_memory = surface_memory;
2427 SMI_FreeMemory(pScrn, ptrOffscreen->surface_memory);
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_video.c2195 void *surface_memory; member in struct:__anon919051f10208
2209 void *surface_memory = NULL; local in function:SavageAllocateSurface
2219 offset = SavageAllocateMemory(pScrn, &surface_memory, size);
2227 SavageFreeMemory(pScrn, surface_memory);
2232 SavageFreeMemory(pScrn, surface_memory);
2238 SavageFreeMemory(pScrn, surface_memory);
2242 pPriv->surface_memory = surface_memory;
2281 SavageFreeMemory(pScrn, pPriv->surface_memory);
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c1061 void *surface_memory; member in struct:__anon351f96ad0108
1073 void *surface_memory = NULL; local in function:MGAAllocateSurface
1085 offset = MGAAllocateMemory(pScrn, &surface_memory, size);
1093 MGAFreeMemory(pScrn, surface_memory);
1098 MGAFreeMemory(pScrn, surface_memory);
1104 MGAFreeMemory(pScrn, surface_memory);
1108 pPriv->surface_memory = surface_memory;
1146 MGAFreeMemory(pScrn, pPriv->surface_memory);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c3231 void *surface_memory; member in struct:__anone192d83a0208
3245 void *surface_memory = NULL; local in function:RADEONAllocateSurface
3253 offset = radeon_legacy_allocate_memory(pScrn, &surface_memory, size, 64,
3262 radeon_legacy_free_memory(pScrn, surface_memory);
3267 radeon_legacy_free_memory(pScrn, surface_memory);
3273 radeon_legacy_free_memory(pScrn, surface_memory);
3277 pPriv->surface_memory = surface_memory;
3314 radeon_legacy_free_memory(pScrn, pPriv->surface_memory);
3315 pPriv->surface_memory
[all...]

Completed in 16 milliseconds