Home
last modified time | relevance | path

Searched refs:drmModeAddFB (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/libdrm/libdrm/
Dxf86drmMode.h297 extern int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth,
Dxf86drmMode.c191 int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth, in drmModeAddFB() function
/hardware/intel/img/libdrm/tests/modetest/
Dmodetest.c491 ret = drmModeAddFB(fd, width, height, 32, 32, stride, bo->handle, in set_mode()
/hardware/intel/img/hwcomposer/common/base/
DDrm.cpp646 ret = drmModeAddFB( in setDrmMode()