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

  /external/libkmsxx/kms++/inc/kms++/
plane.h 21 bool supports_crtc(Crtc* crtc) const;
  /external/libkmsxx/kms++/src/
plane.cpp 36 bool Plane::supports_crtc(Crtc* crtc) const function in class:kms::Plane
crtc.cpp 45 if (plane->supports_crtc(this))
  /external/libkmsxx/py/pykms/
pykmsbase.cpp 103 .def("supports_crtc", &Plane::supports_crtc)
  /external/libkmsxx/py/tests/
trans-test.py 18 if p.supports_crtc(crtc) == False:

Completed in 112 milliseconds