Commit a5eb2941 by Frank Henigman Committed by Commit Bot

Remove unused/unnecessary stuff.

Change-Id: Ib409fee5422765cc4124a59a690a93c0fb2de8e7 Reviewed-on: https://chromium-review.googlesource.com/456123Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
parent e11bf7bd
...@@ -58,8 +58,6 @@ class WebGLCompatibilityTest : public ANGLETest ...@@ -58,8 +58,6 @@ class WebGLCompatibilityTest : public ANGLETest
eglGetProcAddress("glRequestExtensionANGLE")); eglGetProcAddress("glRequestExtensionANGLE"));
} }
void TearDown() override { ANGLETest::TearDown(); }
// Called from RenderingFeedbackLoopWithDrawBuffersEXT. // Called from RenderingFeedbackLoopWithDrawBuffersEXT.
void drawBuffersEXTFeedbackLoop(GLuint program, void drawBuffersEXTFeedbackLoop(GLuint program,
const std::array<GLenum, 2> &drawBuffers, const std::array<GLenum, 2> &drawBuffers,
......
...@@ -28,15 +28,6 @@ class WebGLFramebufferTest : public ANGLETest ...@@ -28,15 +28,6 @@ class WebGLFramebufferTest : public ANGLETest
setWebGLCompatibilityEnabled(true); setWebGLCompatibilityEnabled(true);
} }
void SetUp() override
{
ANGLETest::SetUp();
glRequestExtensionANGLE = reinterpret_cast<PFNGLREQUESTEXTENSIONANGLEPROC>(
eglGetProcAddress("glRequestExtensionANGLE"));
}
void TearDown() override { ANGLETest::TearDown(); }
void drawUByteColorQuad(GLuint program, GLint uniformLoc, const GLColor &color); void drawUByteColorQuad(GLuint program, GLint uniformLoc, const GLColor &color);
void testDepthStencilDepthStencil(GLint width, GLint height); void testDepthStencilDepthStencil(GLint width, GLint height);
void testDepthStencilRenderbuffer(GLint width, void testDepthStencilRenderbuffer(GLint width,
...@@ -45,8 +36,6 @@ class WebGLFramebufferTest : public ANGLETest ...@@ -45,8 +36,6 @@ class WebGLFramebufferTest : public ANGLETest
GLbitfield allowedStatuses); GLbitfield allowedStatuses);
void testRenderingAndReading(GLuint program); void testRenderingAndReading(GLuint program);
void testUsingIncompleteFramebuffer(GLenum depthFormat, GLenum depthAttachment); void testUsingIncompleteFramebuffer(GLenum depthFormat, GLenum depthAttachment);
PFNGLREQUESTEXTENSIONANGLEPROC glRequestExtensionANGLE = nullptr;
}; };
constexpr GLint ALLOW_COMPLETE = 0x1; constexpr GLint ALLOW_COMPLETE = 0x1;
......
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