Searched refs:set_plane (Results 1 – 11 of 11) sorted by relevance
/external/libkmsxx/py/tests/ |
D | iact.py | 37 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)
|
D | cam.py | 69 crtc.set_plane(plane, fb, 0, 0, fb.width, fb.height,
|
/external/libkmsxx/kms++/inc/kms++/ |
D | crtc.h | 24 int set_plane(Plane* plane, Framebuffer& fb,
|
/external/libkmsxx/utils/ |
D | kmsview.cpp | 20 int r = crtc->set_plane(plane, *fb, in read_frame()
|
D | kmstest.cpp | 810 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/ |
D | DrmDisplayComposition.h | 85 void set_plane(DrmPlane *plane) { in set_plane() function
|
D | DrmDisplayCompositor.cpp | 922 squashed_comp.set_plane(drmplane.get()); in FlattenSerial() 1007 squashed_comp.set_plane(drmplane.get()); in FlattenConcurrent()
|
/external/libkmsxx/kms++/src/ |
D | crtc.cpp | 102 int Crtc::set_plane(Plane* plane, Framebuffer& fb, in set_plane() function in kms::Crtc
|
/external/libkmsxx/kmscube/ |
D | cube-gbm.cpp | 222 ret = m_crtc->set_plane(m_plane, *planefb, in setup()
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 93 .def("set_plane", &Crtc::set_plane) in init_pykmsbase()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1258 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()
|