Home
last modified time | relevance | path

Searched refs:get_possible_crtcs (Results 1 – 10 of 10) sorted by relevance

/external/libkmsxx/kms++/inc/kms++/
Dencoder.h18 std::vector<Crtc*> get_possible_crtcs() const;
Dplane.h26 std::vector<Crtc*> get_possible_crtcs() const;
Dconnector.h25 std::vector<Crtc*> get_possible_crtcs() const;
/external/libkmsxx/kms++/src/
Dconnector.cpp198 vector<Crtc*> Connector::get_possible_crtcs() const in get_possible_crtcs() function in kms::Connector
205 auto l = enc->get_possible_crtcs(); in get_possible_crtcs()
Dencoder.cpp64 vector<Crtc*> Encoder::get_possible_crtcs() const in get_possible_crtcs() function in kms::Encoder
Dplane.cpp70 vector<Crtc*> Plane::get_possible_crtcs() const in get_possible_crtcs() function in kms::Plane
Dcard.cpp191 for (auto possible : conn->get_possible_crtcs()) { in get_connected_pipelines()
/external/libkmsxx/kms++util/src/
Dresourcemanager.cpp117 for (Crtc* crtc : conn->get_possible_crtcs()) { in reserve_crtc()
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp70 return convert_vector(self->get_possible_crtcs()); in init_pykmsbase()
/external/libkmsxx/utils/
Dkmsprint.cpp106 …string crtcs = join<Crtc*>(p.get_possible_crtcs(), " ", [](Crtc* crtc) { return to_string(crtc->id… in format_plane()