Lines Matching refs:displayPresent
122 , displayPresent (-1)
147 EGLnsecsANDROID displayPresent;
189 frameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValues);
216 if (timestampValid(frameTimes.displayPresent))
217 result.check(frameTimes.renderingComplete < frameTimes.displayPresent, "Buffer displayed before rendering completed.");
219 if (timestampValid(frameTimes.firstCompositionGpuFinished) && timestampValid(frameTimes.displayPresent))
220 result.check(frameTimes.firstCompositionGpuFinished < frameTimes.displayPresent, "Buffer displayed before compositor GPU work completed");
233 if (timestampValid(frameTimes.displayPresent))
234 result.check(frameTimes.firstCompositionStart < frameTimes.displayPresent, "Buffer displayed before it was composited.");
252 if (timestampValid(frame1.displayPresent) && timestampValid(frame2.displayPresent))
253 result.check(frame1.displayPresent < frame2.displayPresent, "Display present times not monotonic.");
682 finalTimestampAvailable = !timestampPending(lastFrame.displayPresent);