Home
last modified time | relevance | path

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

/external/libkmsxx/kms++/src/
Dextframebuffer.cpp50 …r = drmModeAddFB2WithModifiers(card.fd(), width, height, (uint32_t)format, handles.data(), pitches… in ExtFramebuffer()
Ddmabufframebuffer.cpp67 r = drmModeAddFB2WithModifiers(card.fd(), width, height, (uint32_t)format, in DmabufFramebuffer()
/external/libdrm/
Dcore-symbols.txt94 drmModeAddFB2WithModifiers
Dxf86drmMode.h297 int drmModeAddFB2WithModifiers(int fd, uint32_t width, uint32_t height,
Dxf86drmMode.c276 drm_public int drmModeAddFB2WithModifiers(int fd, uint32_t width, in drmModeAddFB2WithModifiers() function
307 return drmModeAddFB2WithModifiers(fd, width, height, in drmModeAddFB2()
/external/drm_hwcomposer/drm/
DDrmGenericImporter.cpp73 ret = drmModeAddFB2WithModifiers(drm_->fd(), bo->width, bo->height, in ImportBuffer()