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.h25 std::vector<Crtc*> get_possible_crtcs() const;
Dconnector.h31 std::vector<Crtc*> get_possible_crtcs() const;
/external/libkmsxx/kms++/src/
Dconnector.cpp212 vector<Crtc*> Connector::get_possible_crtcs() const in get_possible_crtcs() function in kms::Connector
219 auto l = enc->get_possible_crtcs(); in get_possible_crtcs()
Dencoder.cpp66 vector<Crtc*> Encoder::get_possible_crtcs() const in get_possible_crtcs() function in kms::Encoder
Dplane.cpp68 vector<Crtc*> Plane::get_possible_crtcs() const in get_possible_crtcs() function in kms::Plane
Dcard.cpp373 for (auto possible : conn->get_possible_crtcs()) { in get_connected_pipelines()
/external/libkmsxx/kms++util/src/
Dresourcemanager.cpp122 for (Crtc* crtc : conn->get_possible_crtcs()) { in reserve_crtc()
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp74 return convert_vector(self->get_possible_crtcs()); in init_pykmsbase()
/external/libkmsxx/utils/
Dkmsprint.cpp98 …string crtcs = join<Crtc*>(p.get_possible_crtcs(), " ", [](Crtc* crtc) { return to_string(crtc->id… in format_plane()