eglGetFrameTimestamps: Allow reads done to equal rendering complete.
authorBrian Anderson <brianderson@google.com>
Tue, 17 Oct 2017 19:17:40 +0000 (12:17 -0700)
committerBrian Anderson <brianderson@google.com>
Fri, 3 Nov 2017 21:36:14 +0000 (14:36 -0700)
If there are no reads performed by the compositor, it is possible
for reads done timestamp to be the same as the rendering complete
timestamp.

Also add and use check_lt and check_le, to print out more detailed
debug info in the results.

Bug: 68811985
Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: I7f88e1da98be97101e8b0d6cd130b75bda8d88ca


No differences found