Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp117 , firstCompositionStart (-1) in FrameTimes()
140 EGLnsecsANDROID firstCompositionStart; member
186 …frameTimes->firstCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, s… in populateFrameTimes()
208 …result.check(frameTimes.latch < frameTimes.firstCompositionStart, "Buffer composited before it was… in verifySingleFrame()
209 …result.check(frameTimes.firstCompositionStart <= frameTimes.lastCompositionStart, "First compositi… in verifySingleFrame()
231 …result.check(frameTimes.firstCompositionStart < frameTimes.firstCompositionGpuFinished, "Compositi… in verifySingleFrame()
234 …result.check(frameTimes.firstCompositionStart < frameTimes.displayPresent, "Buffer displayed befor… in verifySingleFrame()
243 …result.check(frame1.lastCompositionStart < frame2.firstCompositionStart, "Composition times overla… in verifyNeighboringFrames()
684 finalTimestampAvailable = !timestampPending(lastFrame.firstCompositionStart); in executeForConfig()
691 …m_result.check((lastFrame.firstCompositionStart >= 0), "First composite time of last swap not avai… in executeForConfig()