Home
last modified time | relevance | path

Searched refs:find_from_table (Results 1 – 1 of 1) sorted by relevance

/external/libkmsxx/kms++/src/
Dmodedb.cpp12 static const Videomode& find_from_table(const Videomode* modes, uint32_t width, uint32_t height, fl… in find_from_table() function
51 return find_from_table(dmt_modes, width, height, vrefresh, ilace); in find_dmt()
56 return find_from_table(cea_modes, width, height, vrefresh, ilace); in find_cea()