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

/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp124 , readsDone (-1)
149 EGLnsecsANDROID readsDone; member in struct:deqp::egl::__anon4885::FrameTimes
192 frameTimes->readsDone = getTimestamp(EGL_READS_DONE_TIME_ANDROID, map, supportedValues);
240 // Drivers may maintain shadow copies of the buffer, so the readsDone time
242 // be sure that the readsDone time must be after the renderingComplete time.
245 if (verifyReadsDone && timestampValid(frameTimes.readsDone))
246 check_le(result, frameTimes.renderingComplete, frameTimes.readsDone, "Buffer rendering completed after reads completed.");

Completed in 113 milliseconds