Searched refs:drmModeAddFB2 (Results 1 – 11 of 11) sorted by relevance
/third_party/libdrm/ |
D | core-symbols.txt | 95 drmModeAddFB2
|
D | xf86drmMode.h | 300 extern int drmModeAddFB2(int fd, uint32_t width, uint32_t height,
|
D | xf86drmMode.c | 307 drm_public int drmModeAddFB2(int fd, uint32_t width, uint32_t height, in drmModeAddFB2() function
|
/third_party/libdrm/tests/tegra/ |
D | drm-test.c | 191 err = drmModeAddFB2(screen->fd, width, height, format, handles, in drm_framebuffer_new()
|
/third_party/libdrm/man/ |
D | drmModeGetResources.3.rst | 90 **drmModeAddFB2**\ (3), **drmModeRmFB**\ (3), **drmModeDirtyFB**\ (3),
|
D | drm-kms.7.rst | 114 **drmModeAddFB**\ (3) and **drmModeAddFB2**\ (3). 225 **drmModeAddFB**\ (3), **drmModeAddFB2**\ (3), **drmModeRmFB**\ (3),
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsallocator.c | 472 ret = drmModeAddFB2 (alloc->priv->fd, w, h, fmt, bo_handles, pitches, in gst_kms_allocator_add_fb()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 273 if (drmModeAddFB2(fd, mWidth, mHeight, mDRMFormatFB, handles, pitches, offsets, &mDRMFB, 0)) in getDRMFB()
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 812 ret = drmModeAddFB2(dev->fd, screen_width, screen_height, in main()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 1167 if (drmModeAddFB2(fd, w, h, fourcc, handles, pitches, offsets, &fb_id, 0)) { in bo_fb_create()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 1117 int ret = drmModeAddFB2(wsi->fd, in wsi_display_image_init()
|