Add CTS test for EGL_EXT_image_gl_colorspace.

First, this tests SRGB filtering and blending behavior on a "normal"
OpenGL SRGB texture. If EGL_EXT_image_gl_colorspace is supported,
then it repeats the test on an EGLImage-based texture.

See also the EGL_EXT_image_gl_colorspace.txt spec at:
  https://gitlab.khronos.org/egl/Documents

Test: adb shell am instrument -w -e class \
      android.vr.cts.VrExtensionBehaviorTest#testSrgbBuffer \
      android.vr.cts/android.support.test.runner.AndroidJUnitRunner

Change-Id: I3784fe0e751e785a762502d5facc6180ab1a38eb
2 files changed