summaryrefslogtreecommitdiff
path: root/chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc')
-rw-r--r--chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc10
1 files changed, 6 insertions, 4 deletions
diff --git a/chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc b/chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc
index 349b6106e22..229b15167bb 100644
--- a/chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc
+++ b/chromium/ui/ozone/gl/gl_image_ozone_native_pixmap_unittest.cc
@@ -91,11 +91,13 @@ INSTANTIATE_TYPED_TEST_SUITE_P(GLImageNativePixmapScanoutBGRA,
using GLImageScanoutTypeDisabled = testing::Types<
GLImageNativePixmapTestDelegate<gfx::BufferUsage::SCANOUT,
- gfx::BufferFormat::RGBX_1010102>>;
+ gfx::BufferFormat::RGBA_1010102>,
+ GLImageNativePixmapTestDelegate<gfx::BufferUsage::SCANOUT,
+ gfx::BufferFormat::BGRA_1010102>>;
-// This test is disabled since we need mesa support for XR30/XB30 that is not
+// This test is disabled since we need mesa support for AB30 that is not
// available on many boards yet.
-INSTANTIATE_TYPED_TEST_SUITE_P(DISABLED_GLImageNativePixmapScanoutRGBX,
+INSTANTIATE_TYPED_TEST_SUITE_P(DISABLED_GLImageNativePixmapScanoutRGBA,
GLImageTest,
GLImageScanoutTypeDisabled);
@@ -111,7 +113,7 @@ using GLImageBindTestTypes = testing::Types<
GLImageNativePixmapTestDelegate<gfx::BufferUsage::GPU_READ_CPU_READ_WRITE,
gfx::BufferFormat::BGRA_8888>,
GLImageNativePixmapTestDelegate<gfx::BufferUsage::GPU_READ_CPU_READ_WRITE,
- gfx::BufferFormat::RGBX_1010102>,
+ gfx::BufferFormat::RGBA_1010102>,
GLImageNativePixmapTestDelegate<gfx::BufferUsage::GPU_READ_CPU_READ_WRITE,
gfx::BufferFormat::R_8>,
GLImageNativePixmapTestDelegate<gfx::BufferUsage::GPU_READ_CPU_READ_WRITE,