OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRM_IOCTL_VIRTGPU_GET_CAPS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/drm/
virtgpu_drm.h
113
#define
DRM_IOCTL_VIRTGPU_GET_CAPS
DRM_IOWR(DRM_COMMAND_BASE + DRM_VIRTGPU_GET_CAPS, struct drm_virtgpu_get_caps)
/external/kernel-headers/original/uapi/drm/
virtgpu_drm.h
166
#define
DRM_IOCTL_VIRTGPU_GET_CAPS
\
/external/libdrm/include/drm/
virtgpu_drm.h
166
#define
DRM_IOCTL_VIRTGPU_GET_CAPS
\
/external/mesa3d/src/gallium/winsys/virgl/drm/
virtgpu_drm.h
159
#define
DRM_IOCTL_VIRTGPU_GET_CAPS
\
virgl_drm_winsys.c
703
return drmIoctl(vdws->fd,
DRM_IOCTL_VIRTGPU_GET_CAPS
, &args);
Completed in 72 milliseconds