Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp195 bool timestampValid (EGLnsecsANDROID timestamp) in timestampValid() function
231 if (timestampValid(frameTimes.firstCompositionGpuFinished)) in verifySingleFrame()
234 if (timestampValid(frameTimes.displayPresent)) in verifySingleFrame()
237 …if (timestampValid(frameTimes.firstCompositionGpuFinished) && timestampValid(frameTimes.displayPre… in verifySingleFrame()
245 if (verifyReadsDone && timestampValid(frameTimes.readsDone)) in verifySingleFrame()
249 if (timestampValid(frameTimes.firstCompositionGpuFinished)) in verifySingleFrame()
252 if (timestampValid(frameTimes.displayPresent)) in verifySingleFrame()
269 …if (timestampValid(frame1.firstCompositionGpuFinished) && timestampValid(frame2.firstCompositionGp… in verifyNeighboringFrames()
272 if (timestampValid(frame1.displayPresent) && timestampValid(frame2.displayPresent)) in verifyNeighboringFrames()