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

/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp117 , firstCompositionStart (-1)
140 EGLnsecsANDROID firstCompositionStart; member in struct:deqp::egl::__anon4235::FrameTimes
186 frameTimes->firstCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, supportedValues);
208 result.check(frameTimes.latch < frameTimes.firstCompositionStart, "Buffer composited before it was latched.");
209 result.check(frameTimes.firstCompositionStart <= frameTimes.lastCompositionStart, "First composition start after last composition start.");
231 result.check(frameTimes.firstCompositionStart < frameTimes.firstCompositionGpuFinished, "Composition CPU work started after GPU work finished.");
234 result.check(frameTimes.firstCompositionStart < frameTimes.displayPresent, "Buffer displayed before it was composited.");
243 result.check(frame1.lastCompositionStart < frame2.firstCompositionStart, "Composition times overlap.");
680 // Otherwise, poll for firstCompositionStart.
684 finalTimestampAvailable = !timestampPending(lastFrame.firstCompositionStart);
[all...]

Completed in 163 milliseconds