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)
commit340d07c9c375cf1266d218d25683ddc18f9182b5
tree1abeea1114a85ae5ce198fa3af5bf1dbfc7ca705
parentd81d8e2af798d6650d1de3e1389d0ea8fe471446
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: 68811985
Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: I7f88e1da98be97101e8b0d6cd130b75bda8d88ca
modules/egl/teglGetFrameTimestampsTests.cpp