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>
Wed, 18 Oct 2017 18:55:53 +0000 (11:55 -0700)
commitf355f838e39e3fc567f817744436a4f868906d0b
tree2d1fb831c77b5a0ecf29ad1c1d3e88c0796a3d67
parent57b62d4c431d95fb2d156ba00edbf2a0268fe881
eglGetFrameTimestamps: Allow reads done to equal rendering complete.

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: 66916041
Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: Ic77fb3871bfcd2ec2298b20db7247b6782088399
modules/egl/teglGetFrameTimestampsTests.cpp