Home
last modified time | relevance | path

Searched refs:drmModeGetResources (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp35 drmModeRes *res = drmModeGetResources(fd); in GetDisplayModeProperties()
52 drmModeRes *res = drmModeGetResources(fd); in GetDisplayPlaneCapabilities()
85 drmModeRes *res = drmModeGetResources(fd); in GetDisplayPlaneSupportedDisplays()
101 drmModeRes *res = drmModeGetResources(fd); in GetPhysicalDeviceDisplayPlaneProperties()
118 drmModeRes *res = drmModeGetResources(fd); in GetPhysicalDeviceDisplayProperties()
145 drmModeRes *res = drmModeGetResources(fd); in DisplaySurfaceKHR()
/third_party/libdrm/tests/tegra/
H A Ddrm-test.c109 res = drmModeGetResources(fd); in drm_screen_open()
/third_party/libdrm/tests/proptest/
H A Dproptest.c304 res = drmModeGetResources(fd); in main()
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c404 res = drmModeGetResources(fd); in main()
/third_party/libdrm/
H A Dxf86drmMode.h281 extern drmModeResPtr drmModeGetResources(int fd);
H A Dxf86drmMode.c164 drm_public drmModeResPtr drmModeGetResources(int fd) in drmModeGetResources() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp376 drmModeResPtr resources = drmModeGetResources(fd); in hasUsableScreen()
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c773 resources = drmModeGetResources(dev->fd); in main()
775 fprintf(stderr, "drmModeGetResources failed: %s\n", in main()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c456 * drmModeGetResources() which does an ioctl and then a bunch of in wsi_GetPhysicalDeviceDisplayPropertiesKHR()
494 drmModeResPtr mode_res = drmModeGetResources(wsi->fd); in wsi_get_connectors()
1492 drmModeResPtr mode_res = drmModeGetResources(wsi->fd); in wsi_display_setup_connector()
/third_party/libdrm/tests/modetest/
H A Dmodetest.c609 _res = drmModeGetResources(dev->fd); in get_resources()
611 fprintf(stderr, "drmModeGetResources failed: %s\n", in get_resources()

Completed in 14 milliseconds