OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readsdone
(Results
1 - 1
of
1
) sorted by null
/external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp
124
,
readsDone
(-1)
149
EGLnsecsANDROID
readsDone
;
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.");
275
if (verifyReadsDone && timestampValid(frame1.
readsDone
) && timestampValid(frame2.
readsDone
))
276
check_lt(result, frame1.
readsDone
, frame2.readsDone, "Reads done times not monotonic.")
[
all
...]
Completed in 206 milliseconds