Handle unsupported no_config contexts
authorMark Adams <marka@nvidia.com>
Fri, 12 Jan 2018 21:21:00 +0000 (16:21 -0500)
committerMark Adams <marka@nvidia.com>
Tue, 23 Jan 2018 21:39:13 +0000 (21:39 +0000)
commitb60ae978ad046934d2dc6372da1703329456840d
tree938ebed25ddb9f88dd1b4251c35baf83de927ffc
parent9a58d041fe117c8e7ff07109bda89b9361621c5a
Handle unsupported no_config contexts

EGL_KHR_no_config_context doesn't mandate support for ES 1.1 or
for GL versions prior to 3.0. Update the test to handle
optional support, and also update the GL version to 3.0 in order
to test a case which is expected to work.

Bug: b/72041864
Components: AOSP

Test: dEQP-EGL.functional.create_context.no_config

Change-Id: Ibe7856000c67326fe23cd024435290fba536d127
modules/egl/teglCreateContextTests.cpp