Home
last modified time | relevance | path

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

/third_party/libdrm/
Dcore-symbols.txt92 drmModeAddFB2
Dxf86drmMode.h389 extern int drmModeAddFB2(int fd, uint32_t width, uint32_t height,
Dxf86drmMode.c297 drm_public int drmModeAddFB2(int fd, uint32_t width, uint32_t height, in drmModeAddFB2() function
/third_party/libdrm/tests/kms/
Dlibkms-test-framebuffer.c84 err = drmModeAddFB2(device->fd, width, height, format, handles, in kms_framebuffer_create()
/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/weston/libweston/backend-drm/
Dfb.c95 ret = drmModeAddFB2(fb->fd, fb->width, fb->height, fb->format->format, in drm_fb_addfb()
/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.c813 ret = drmModeAddFB2(dev->fd, screen_width, screen_height, in main()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp277 if (drmModeAddFB2(fd, mWidth, mHeight, mDRMFormatFB, handles, pitches, offsets, &mDRMFB, 0)) in getDRMFB()
/third_party/libdrm/tests/modetest/
Dmodetest.c1188 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.c1060 int ret = drmModeAddFB2(wsi->fd, in wsi_display_image_init()