Searched refs:shmid (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XShm.h | 52 int shmid; /* kernel id */ member
|
D | shmproto.h | 77 CARD32 shmid B32;
|
/hardware/google/gfxstream/guest/mesa/include/GL/internal/ |
D | dri_interface.h | 617 int shmid, char *shmaddr, unsigned offset, 626 int shmid, void *loaderPrivate); 642 int shmid, char *shmaddr, unsigned offset, 656 int shmid, void *loaderPrivate);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1044 int shmid; member 2092 image->shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600); in alloc_shm() 2093 if (image->shmid < 0) in alloc_shm() 2096 uint8_t *addr = (uint8_t *)shmat(image->shmid, 0, 0); in alloc_shm() 2098 shmctl(image->shmid, IPC_RMID, 0); in alloc_shm() 2140 image->shmid, in x11_image_init()
|