Commit 784cc8f6 by Geoff Lang

Require 8 stencil bits in the BlitFramebufferANGLETest.

The test can fail if it uses a config where the default framebuffer does not have a stencil buffer. BUG=angle:658 Change-Id: I82eaf5b508182514439e69469e77591e1aceaf66 Reviewed-on: https://chromium-review.googlesource.com/246461Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent f21a1080
...@@ -16,6 +16,7 @@ protected: ...@@ -16,6 +16,7 @@ protected:
setConfigBlueBits(8); setConfigBlueBits(8);
setConfigAlphaBits(8); setConfigAlphaBits(8);
setConfigDepthBits(24); setConfigDepthBits(24);
setConfigStencilBits(8);
mCheckerProgram = 0; mCheckerProgram = 0;
mBlueProgram = 0; mBlueProgram = 0;
......
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