Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp118 , firstCompositionStart (-1) in FrameTimes()
141 EGLnsecsANDROID firstCompositionStart; member
187 …frameTimes->firstCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, s… in populateFrameTimes()
226 …check_lt(result, frameTimes.latch, frameTimes.firstCompositionStart, "Buffer composited before it … in verifySingleFrame()
227 …check_le(result, frameTimes.firstCompositionStart, frameTimes.lastCompositionStart, "First composi… in verifySingleFrame()
251 …check_lt(result, frameTimes.firstCompositionStart, frameTimes.firstCompositionGpuFinished, "Compos… in verifySingleFrame()
254 …check_lt(result, frameTimes.firstCompositionStart, frameTimes.displayPresent, "Buffer displayed be… in verifySingleFrame()
263 …check_lt(result, frame1.lastCompositionStart, frame2.firstCompositionStart, "Composition times ove… in verifyNeighboringFrames()
704 finalTimestampAvailable = !timestampPending(lastFrame.firstCompositionStart); in executeForConfig()
711 …m_result.check((lastFrame.firstCompositionStart >= 0), "First composite time of last swap not avai… in executeForConfig()