Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DQuery11.cpp290 angle::CheckedNumeric<UINT64> checkedTime(endTime); in testQuery() local
291 checkedTime -= beginTime; in testQuery()
292 checkedTime *= 1000000000ull; in testQuery()
293 checkedTime /= timeStats.Frequency; in testQuery()
294 if (checkedTime.IsValid()) in testQuery()
296 mResult = checkedTime.ValueOrDie(); in testQuery()