Home
last modified time | relevance | path

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

/external/libkmsxx/kms++/src/
Dmode_cvt.cpp13 struct CVTConsts { struct
25 static const CVTConsts cvt_consts_v1 = {
37 static const CVTConsts cvt_consts_v2 = {
51 CVTConsts c = reduced_v2 ? cvt_consts_v2 : cvt_consts_v1; in videomode_from_cvt()