Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglGetFrameTimestampsTests.cpp706 FrameTimes& lastFrame = frameTimes.back(); in executeForConfig() local
707 const EGLnsecsANDROID pollingDeadline = lastFrame.swapBufferBeginNs + 1000000000; in executeForConfig()
714 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig()
716 populateFrameTimes(&lastFrame, timestamps, supportedValues); in executeForConfig()
721 finalTimestampAvailable = !timestampPending(lastFrame.displayPresent); in executeForConfig()
723 finalTimestampAvailable = !timestampPending(lastFrame.firstCompositionStart); in executeForConfig()
727 m_result.check((lastFrame.requestedPresent >= 0), "Requested present of last swap not avaiable."); in executeForConfig()
728 m_result.check((lastFrame.renderingComplete >= 0), "Rendering complete of last swap not avaiable."); in executeForConfig()
729 m_result.check((lastFrame.latch >= 0), "Latch of last swap not avaiable."); in executeForConfig()
730 m_result.check((lastFrame in executeForConfig()
[all...]
/third_party/backends/japi/
H A DSaneParameters.java61 public boolean lastFrame; field in SaneParameters
H A DTest.java169 while (!parm.lastFrame); in main()
H A DScanIt.java330 while (!parms.lastFrame); in scan()

Completed in 4 milliseconds