Home
last modified time | relevance | path

Searched refs:set_plane (Results 1 – 11 of 11) sorted by relevance

/external/libkmsxx/py/tests/
Diact.py37 def set_plane(x, y): function
38 crtc.set_plane(plane, fb, x, y, fb.width, fb.height, 0, 0, fb.width, fb.height)
40 set_plane(0, 0)
Dcam.py69 crtc.set_plane(plane, fb, 0, 0, fb.width, fb.height,
/external/libkmsxx/kms++/inc/kms++/
Dcrtc.h24 int set_plane(Plane* plane, Framebuffer& fb,
/external/libkmsxx/utils/
Dkmsview.cpp20 int r = crtc->set_plane(plane, *fb, in read_frame()
Dkmstest.cpp810 r = crtc->set_plane(p.plane, *fb, in set_crtcs_n_planes_legacy()
1016 int r = o.crtc->set_plane(p.plane, *fb, in do_flip_output_legacy()
/external/drm_hwcomposer/compositor/
DDrmDisplayComposition.h85 void set_plane(DrmPlane *plane) { in set_plane() function
DDrmDisplayCompositor.cpp922 squashed_comp.set_plane(drmplane.get()); in FlattenSerial()
1007 squashed_comp.set_plane(drmplane.get()); in FlattenConcurrent()
/external/libkmsxx/kms++/src/
Dcrtc.cpp102 int Crtc::set_plane(Plane* plane, Framebuffer& fb, in set_plane() function in kms::Crtc
/external/libkmsxx/kmscube/
Dcube-gbm.cpp222 ret = m_crtc->set_plane(m_plane, *planefb, in setup()
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp93 .def("set_plane", &Crtc::set_plane) in init_pykmsbase()
/external/libdrm/tests/modetest/
Dmodetest.c1258 static int set_plane(struct device *dev, struct plane_arg *p) in set_plane() function
1721 if (set_plane(dev, &p[i])) in set_planes()