Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp504 const float dpScale = float(displayMetrics.densityDpi) / 160.f; in getScreenClass() local
510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale); in getScreenClass()
511 const int heightDp = deFloorFloatToInt32(float(heightP) / dpScale); in getScreenClass()