Home
last modified time | relevance | path

Searched defs:ilace (Results 1 – 4 of 4) sorted by relevance

/external/libkmsxx/kms++/src/
Dmodedb.cpp11 …ind_from_table(const Videomode* modes, uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_from_table()
48 const Videomode& find_dmt(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_dmt()
53 const Videomode& find_cea(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_cea()
Dvideomode.cpp56 void Videomode::set_interlace(bool ilace) in set_interlace()
Dmode_cvt.cpp49 Videomode videomode_from_cvt(uint32_t hact, uint32_t vact, uint32_t refresh, bool ilace, bool reduc… in videomode_from_cvt()
/external/libkmsxx/utils/
Dkmstest.cpp152 bool ilace = sm[5].matched ? true : false; in parse_crtc() local