Searched defs:ilace (Results 1 – 4 of 4) sorted by relevance
/external/libkmsxx/kms++/src/ |
D | modedb.cpp | 12 …ind_from_table(const Videomode* modes, uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_from_table() 49 const Videomode& find_dmt(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_dmt() 54 const Videomode& find_cea(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_cea()
|
D | videomode.cpp | 51 void Videomode::set_interlace(bool ilace) in set_interlace()
|
D | mode_cvt.cpp | 53 Videomode videomode_from_cvt(uint32_t hact, uint32_t vact, uint32_t refresh, bool ilace, bool reduc… in videomode_from_cvt()
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 155 bool ilace = sm[5].matched ? true : false; in parse_crtc() local
|