Home
last modified time | relevance | path

Searched refs:shmaddr (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXShm.h53 char *shmaddr; /* address in client */ member
/hardware/google/gfxstream/guest/mesa/include/GL/internal/
Ddri_interface.h617 int shmid, char *shmaddr, unsigned offset,
642 int shmid, char *shmaddr, unsigned offset,
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1045 uint8_t * shmaddr; member
2103 image->shmaddr = addr; in alloc_shm()
2273 if (image->shmaddr) in x11_image_finish()
2274 shmdt(image->shmaddr); in x11_image_finish()