HomeSort by relevance Sort by last modified time
    Searched refs:reserve_overlay_plane (Results 1 - 9 of 9) sorted by null

  /external/libkmsxx/kms++util/inc/kms++util/
resourcemanager.h 23 Plane* reserve_overlay_plane(Crtc* crtc, PixelFormat format = PixelFormat::Undefined);
  /external/libkmsxx/py/tests/
scale.py 11 plane = res.reserve_overlay_plane(crtc)
cam.py 15 plane = res.reserve_overlay_plane(crtc, fmt)
rottest.py 16 plane = res.reserve_overlay_plane(crtc, pykms.PixelFormat.NV12)
  /external/libkmsxx/py/pykms/
pykmsutil.cpp 39 .def("reserve_overlay_plane", &ResourceManager::reserve_overlay_plane,
  /external/libkmsxx/utils/
kmsview.cpp 92 auto plane = res.reserve_overlay_plane(crtc, pixfmt);
wbcap.cpp 332 auto dst_plane = resman.reserve_overlay_plane(dst_crtc, pixfmt);
kmstest.cpp 677 p.plane = resman.reserve_overlay_plane(o.crtc, p.fbs[0]->format());
  /external/libkmsxx/kms++util/src/
resourcemanager.cpp 203 Plane* ResourceManager::reserve_overlay_plane(Crtc* crtc, PixelFormat format) function in class:ResourceManager

Completed in 3743 milliseconds