Fix the sorting order in eglChooseConfig test
authorJianle Wang <jianle.wang@arm.com>
Sat, 9 May 2020 08:00:43 +0000 (16:00 +0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 9 Jun 2020 12:42:02 +0000 (08:42 -0400)
commit137766c7c9b4f7dac80b90ebf6f9a032188afe0f
tree126078c9c941a5545061b4667946971f68f26be3
parent123615f3e0520a65c70d7e8a82ad9b765dc389b2
Fix the sorting order in eglChooseConfig test

EGL_COLOR_COMPONENT_TYPE_EXT should be before EGL_COLOR_BUFFER_TYPE
in sorting.

Components: AOSP

VK-GL-CTS issue: 2370

Affects:
dEQP-EGL.functional.choose_config.color_component_type_ext.dont_care

Change-Id: Ic502f17c800dac9f889931eb71971366a5cdb392
modules/egl/teglChooseConfigReference.cpp