Fix EGL_CONTEXT_CLIENT_VERSION check.
authorMika Isojärvi <misojarvi@google.com>
Fri, 24 Oct 2014 07:58:07 +0000 (10:58 +0300)
committerPyry Haulos <phaulos@google.com>
Tue, 11 Nov 2014 16:52:33 +0000 (16:52 +0000)
commit42eb50c1e508d12e8439ae4962ab5aa935ec4574
treec004dfb893c9116fd798bc4b4b16048401a4039c
parent6bcd1aec3a0c75f8825f2d4289be00463cab7523
Fix EGL_CONTEXT_CLIENT_VERSION check.

Check that EGL_CONTEXT_CLIENT_VERSION is version that supports version
used when creating context instead of requiring it to be exactly same.

Bug: 18329517
Change-Id: I072a5796d92450b29e82655ea840c3b67ec8eea9
(cherry picked from commit 2b5718821a9ec271f25bcac0569c6e1c2dcf33eb)
modules/egl/teglQueryContextTests.cpp