HomeSort by relevance Sort by last modified time
    Searched refs:displayPresent (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp 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)
    [all...]
  /frameworks/native/include/gui/
FrameTimestamps.h 219 const std::shared_ptr<FenceTime>& displayPresent,
  /frameworks/native/libs/gui/
FrameTimestamps.cpp 74 // We may not get a displayPresent in addPostComposite for HWC1.
411 const std::shared_ptr<FenceTime>& displayPresent,
427 frame->displayPresentFence = displayPresent;

Completed in 106 milliseconds