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

Unified Diff: gpu/command_buffer/service/vertex_attrib_manager_unittest.cc

Issue 11413094: Fix VAOs and client side arrays (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/vertex_attrib_manager_unittest.cc
diff --git a/gpu/command_buffer/service/vertex_attrib_manager_unittest.cc b/gpu/command_buffer/service/vertex_attrib_manager_unittest.cc
index 8217ec363358b5daba45eabaf65f1dd7c72d6db8..d23032e2b22c55c76cdcf7a8d73ae5ae71b68c41 100644
--- a/gpu/command_buffer/service/vertex_attrib_manager_unittest.cc
+++ b/gpu/command_buffer/service/vertex_attrib_manager_unittest.cc
@@ -77,10 +77,6 @@ TEST_F(VertexAttribManagerTest, Basic) {
EXPECT_EQ(GL_FALSE, info->normalized());
EXPECT_EQ(0, info->gl_stride());
EXPECT_FALSE(info->enabled());
- EXPECT_EQ(0.0f, info->value().v[0]);
- EXPECT_EQ(0.0f, info->value().v[1]);
- EXPECT_EQ(0.0f, info->value().v[2]);
- EXPECT_EQ(1.0f, info->value().v[3]);
manager_->Enable(ii, true);
EXPECT_TRUE(info->enabled());
}
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698