Commit 660b28cc by Geoff Lang

Disable WebGL texture_rg tests on all OpenGL ES.

BUG=angleproject:1523 BUG=779346 Change-Id: I019597bea3f17f178d584b8a6f070d0640511781 Reviewed-on: https://chromium-review.googlesource.com/743852Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 55bc905f
...@@ -3592,7 +3592,7 @@ TEST_P(WebGLCompatibilityTest, InvalidTextureFormat) ...@@ -3592,7 +3592,7 @@ TEST_P(WebGLCompatibilityTest, InvalidTextureFormat)
EXPECT_GL_ERROR(GL_INVALID_ENUM); EXPECT_GL_ERROR(GL_INVALID_ENUM);
// Verify formats from enableable extensions. // Verify formats from enableable extensions.
if (!IsAndroid()) if (!IsOpenGLES())
{ {
validateTexImageExtensionFormat(GL_RED_EXT, "GL_EXT_texture_rg"); validateTexImageExtensionFormat(GL_RED_EXT, "GL_EXT_texture_rg");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment