Home
last modified time | relevance | path

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

/external/libkmsxx/kms++/inc/kms++/
Dmodedb.h13 const Videomode& find_dmt(uint32_t width, uint32_t height, float vrefresh, bool ilace);
/external/libkmsxx/kms++/src/
Dmodedb.cpp49 const Videomode& find_dmt(uint32_t width, uint32_t height, float vrefresh, bool ilace) in find_dmt() function
/external/libkmsxx/utils/
Dkmstest.cpp162 output.mode = find_dmt(w, h, refresh, ilace); in parse_crtc()