Searched refs:drmModeAddFB2 (Results 1 – 11 of 11) sorted by relevance
/third_party/libdrm/ |
D | core-symbols.txt | 92 drmModeAddFB2
|
D | xf86drmMode.h | 389 extern int drmModeAddFB2(int fd, uint32_t width, uint32_t height,
|
D | xf86drmMode.c | 297 drm_public int drmModeAddFB2(int fd, uint32_t width, uint32_t height, in drmModeAddFB2() function
|
/third_party/libdrm/tests/kms/ |
D | libkms-test-framebuffer.c | 84 err = drmModeAddFB2(device->fd, width, height, format, handles, in kms_framebuffer_create()
|
/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/weston/libweston/backend-drm/ |
D | fb.c | 95 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/ |
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 | 813 ret = drmModeAddFB2(dev->fd, screen_width, screen_height, in main()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/ |
D | DisplayOzone.cpp | 277 if (drmModeAddFB2(fd, mWidth, mHeight, mDRMFormatFB, handles, pitches, offsets, &mDRMFB, 0)) in getDRMFB()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 1188 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 | 1060 int ret = drmModeAddFB2(wsi->fd, in wsi_display_image_init()
|