Home
last modified time | relevance | path

Searched refs:drmModeAddFB2WithModifiers (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libkmsxx/kms++/src/
H A Dextframebuffer.cpp50 …r = drmModeAddFB2WithModifiers(card.fd(), width, height, (uint32_t)format, handles.data(), pitches… in ExtFramebuffer()
H A Ddmabufframebuffer.cpp67 r = drmModeAddFB2WithModifiers(card.fd(), width, height, (uint32_t)format, in DmabufFramebuffer()
/aosp_15_r20/external/libdrm/
H A Dcore-symbols.txt97 drmModeAddFB2WithModifiers
H A Dxf86drmMode.h306 int drmModeAddFB2WithModifiers(int fd, uint32_t width, uint32_t height,
H A Dxf86drmMode.c281 drm_public int drmModeAddFB2WithModifiers(int fd, uint32_t width, in drmModeAddFB2WithModifiers() function
312 return drmModeAddFB2WithModifiers(fd, width, height, in drmModeAddFB2()
/aosp_15_r20/external/drm_hwcomposer/drm/
H A DDrmFbImporter.cpp81 err = drmModeAddFB2WithModifiers(*drm.GetFd(), bo->width, bo->height, in CreateInstance()
/aosp_15_r20/out/soong/.intermediates/bootable/recovery/recovery_ui/librecovery_ui/android_recovery_arm64_armv8-2a_cortex-a55_shared/
Dlibrecovery_ui.so.toc449 444: FUNC GLOBAL DEFAULT 15 drmModeAddFB2WithModifiers
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp120 int ret = drmModeAddFB2WithModifiers(mDrmFd, width, height, drmFormat, handles.data(), in addFB2WithModifiers()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv9946 …/external/libdrm,[email protected],Add drmModeAddFB2WithModifiers() which …