Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsCalibration.hpp72 , frameShortcutTime (std::numeric_limits<float>::infinity()) in MeasureState()
78 void start (int maxNumFrames, float frameShortcutTime, int numDrawCalls);
84 float frameShortcutTime; member
DglsCalibration.cpp181 frameTimes[frameTimes.size()-2] >= (deUint64)frameShortcutTime && in isDone()
182 frameTimes[frameTimes.size()-1] >= (deUint64)frameShortcutTime); in isDone()
196 frameShortcutTime = std::numeric_limits<float>::infinity(); in clear()
206 frameShortcutTime = frameShortcutTime_; in start()