Searched defs:ilace (Results  1 – 4 of 4) sorted by relevance
| /external/libkmsxx/kms++/src/ | 
| D | modedb.cpp | 11 …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()
  | 
| D | videomode.cpp | 56 void Videomode::set_interlace(bool ilace)  in set_interlace()
  | 
| D | mode_cvt.cpp | 49 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 | 152 		bool ilace = sm[5].matched ? true : false;  in parse_crtc()  local
  |