Fix handling of EGL_NONE as color space
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Mon, 11 Sep 2017 19:06:48 +0000 (13:06 -0600)
committerCourtney Goeltzenleuchter <courtneygo@google.com>
Mon, 11 Sep 2017 20:15:45 +0000 (14:15 -0600)
commit0d4e616c35fd3cbad82eb3c1f0a604dbbc6c8662
tree5dbfb51417b79934666535911c76e2ff7b117394
parent0e4f9f242d31d55807ae6d3665e53e1a0abeafdc
Fix handling of EGL_NONE as color space

Color space of EGL_NONE was getting passed down and
driver threw EGL_BAD_ATTRIBUTE in response.
Issue was caused when changing the colorspace from nullptr
to EGL_NONE, missed a couple of places that needed to
test against EGL_NONE instead of nullptr.

Bug: 65376495
Test: adb -d shell am start \
          -n com.drawelements.deqp/android.app.NativeActivity \
          -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
          --deqp-log-filename=/sdcard/dEQP-Log.qpa"'

Change-Id: If8812725be9d3858bf610c647ba53ff38944dd50
modules/egl/teglWideColorTests.cpp