Home
last modified time | relevance | path

Searched refs:shmid (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXShm.h52 int shmid; /* kernel id */ member
Dshmproto.h77 CARD32 shmid B32;
/hardware/google/gfxstream/guest/mesa/include/GL/internal/
Ddri_interface.h617 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/
Dwsi_common_x11.c1044 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()