Home
last modified time | relevance | path

Searched refs:drmModeAddFB2 (Results 1 – 11 of 11) sorted by relevance

/third_party/libdrm/
Dcore-symbols.txt95 drmModeAddFB2
Dxf86drmMode.h300 extern int drmModeAddFB2(int fd, uint32_t width, uint32_t height,
Dxf86drmMode.c307 drm_public int drmModeAddFB2(int fd, uint32_t width, uint32_t height, in drmModeAddFB2() function
/third_party/libdrm/tests/tegra/
Ddrm-test.c191 err = drmModeAddFB2(screen->fd, width, height, format, handles, in drm_framebuffer_new()
/third_party/libdrm/man/
DdrmModeGetResources.3.rst90 **drmModeAddFB2**\ (3), **drmModeRmFB**\ (3), **drmModeDirtyFB**\ (3),
Ddrm-kms.7.rst114 **drmModeAddFB**\ (3) and **drmModeAddFB2**\ (3).
225 **drmModeAddFB**\ (3), **drmModeAddFB2**\ (3), **drmModeRmFB**\ (3),
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c472 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/
DDisplayGbm.cpp273 if (drmModeAddFB2(fd, mWidth, mHeight, mDRMFormatFB, handles, pitches, offsets, &mDRMFB, 0)) in getDRMFB()
/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_test.c812 ret = drmModeAddFB2(dev->fd, screen_width, screen_height, in main()
/third_party/libdrm/tests/modetest/
Dmodetest.c1167 if (drmModeAddFB2(fd, w, h, fourcc, handles, pitches, offsets, &fb_id, 0)) { in bo_fb_create()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c1117 int ret = drmModeAddFB2(wsi->fd, in wsi_display_image_init()