| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_video.h | 95 void *surface_memory; member in struct:__anon9388
|
| smi_video.c | 2345 void *surface_memory = NULL; local 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-mga/dist/src/ |
| mga_video.c | 1061 void *surface_memory; member in struct:__anon9050 1073 void *surface_memory = NULL; local 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-savage/dist/src/ |
| savage_video.c | 2195 void *surface_memory; member in struct:__anon9312 2209 void *surface_memory = NULL; local 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-ati/dist/src/ |
| radeon_video.c | 3233 void *surface_memory; member in struct:__anon6876 3247 void *surface_memory = NULL; local 3255 offset = radeon_legacy_allocate_memory(pScrn, &surface_memory, size, 64, 3264 radeon_legacy_free_memory(pScrn, surface_memory); 3269 radeon_legacy_free_memory(pScrn, surface_memory); 3275 radeon_legacy_free_memory(pScrn, surface_memory); 3279 pPriv->surface_memory = surface_memory; 3316 radeon_legacy_free_memory(pScrn, pPriv->surface_memory); 3317 pPriv->surface_memory = NULL [all...] |