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 123 , displayPresent (-1)
148 EGLnsecsANDROID displayPresent;
190 frameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValues);
234 if (timestampValid(frameTimes.displayPresent))
235 check_lt(result, frameTimes.renderingComplete, frameTimes.displayPresent, "Buffer displayed before rendering completed.");
237 if (timestampValid(frameTimes.firstCompositionGpuFinished) && timestampValid(frameTimes.displayPresent))
238 check_lt(result, frameTimes.firstCompositionGpuFinished, frameTimes.displayPresent, "Buffer displayed before compositor GPU work completed");
252 if (timestampValid(frameTimes.displayPresent))
253 check_lt(result, frameTimes.firstCompositionStart, frameTimes.displayPresent, "Buffer displayed before it was composited.");
271 if (timestampValid(frame1.displayPresent) && timestampValid(frame2.displayPresent)
    [all...]
  /frameworks/native/libs/gui/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 84 milliseconds