Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest.cc

Issue 1747013: Changes the code to use separate ids namspaces... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
===================================================================
--- gpu/command_buffer/client/gles2_implementation_unittest.cc (revision 45605)
+++ gpu/command_buffer/client/gles2_implementation_unittest.cc (working copy)
@@ -645,24 +645,6 @@
gl_->BindBuffer(
GL_ARRAY_BUFFER,
GLES2Implementation::kClientSideElementArrayId);
- gl_->BindFramebuffer(
- GL_FRAMEBUFFER,
- GLES2Implementation::kClientSideArrayId);
- gl_->BindFramebuffer(
- GL_FRAMEBUFFER,
- GLES2Implementation::kClientSideElementArrayId);
- gl_->BindRenderbuffer(
- GL_RENDERBUFFER,
- GLES2Implementation::kClientSideArrayId);
- gl_->BindRenderbuffer(
- GL_RENDERBUFFER,
- GLES2Implementation::kClientSideElementArrayId);
- gl_->BindTexture(
- GL_TEXTURE_2D,
- GLES2Implementation::kClientSideArrayId);
- gl_->BindTexture(
- GL_TEXTURE_2D,
- GLES2Implementation::kClientSideElementArrayId);
GLenum err = gl_->GetError();
EXPECT_EQ(static_cast<GLenum>(GL_INVALID_OPERATION), err);
EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/service/buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698