Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp122 , firstCompositionGpuFinished (-1) in FrameTimes()
147 EGLnsecsANDROID firstCompositionGpuFinished; member
189 …frameTimes->firstCompositionGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_AND… in populateFrameTimes()
231 if (timestampValid(frameTimes.firstCompositionGpuFinished)) in verifySingleFrame()
232 …check_lt(result, frameTimes.renderingComplete, frameTimes.firstCompositionGpuFinished, "Buffer ren… in verifySingleFrame()
237 …if (timestampValid(frameTimes.firstCompositionGpuFinished) && timestampValid(frameTimes.displayPre… in verifySingleFrame()
238 …check_lt(result, frameTimes.firstCompositionGpuFinished, frameTimes.displayPresent, "Buffer displa… in verifySingleFrame()
249 if (timestampValid(frameTimes.firstCompositionGpuFinished)) in verifySingleFrame()
250 …check_lt(result, frameTimes.firstCompositionStart, frameTimes.firstCompositionGpuFinished, "Compos… in verifySingleFrame()
269 …if (timestampValid(frame1.firstCompositionGpuFinished) && timestampValid(frame2.firstCompositionGp… in verifyNeighboringFrames()
[all …]