Add GetFrameTimestamps tests
authorBrian Anderson <brianderson@google.com>
Sun, 22 Jan 2017 00:03:19 +0000 (16:03 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 22 Feb 2017 18:00:00 +0000 (18:00 +0000)
commite288d40afc78bf4a37a84eee6c13efd0cf23fac2
tree11de5ca88032aa9cfa55d816c3ce8304898ef0ad
parentd4a9effab0d278131b0add9ad3ded2a662c9d9e1
Add GetFrameTimestamps tests

Add tests for EGL_ANDROID_get_frame_timestamps.

Verifies:
1) Frame IDs properly identify frames.
2) The frame timestamp ordering is correct
3) The compositor timing values are reasonable.
4) All timestamps from the most recently swapped frame can
   be retrieved without additional swaps.

Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: I393a3bc79f019951a2fddb83760b6e1d919663b6
Android.mk
android/cts/master/egl-master.txt
modules/egl/CMakeLists.txt
modules/egl/teglGetFrameTimestampsTests.cpp [new file with mode: 0644]
modules/egl/teglGetFrameTimestampsTests.hpp [new file with mode: 0644]
modules/egl/teglTestPackage.cpp