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

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

Issue 692073002: command_buffer: Implement IdAllocator by recording ranges (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase Created 5 years, 11 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
« no previous file with comments | « no previous file | gpu/command_buffer/common/id_allocator.h » ('j') | gpu/command_buffer/common/id_allocator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
index 29e86df716865e07a4381942f6a908db3ea57e11..37c149cb19ae95d628fb0f9fdc6b4517b6fe46e8 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
@@ -379,8 +379,7 @@ class GLES2ImplementationTest : public testing::Test {
static const GLint kNumCompressedTextureFormats = 0;
static const GLint kNumShaderBinaryFormats = 0;
static const GLuint kStartId = 1024;
- static const GLuint kBuffersStartId =
- GLES2Implementation::kClientSideArrayId + 2 * kNumTestContexts;
+ static const GLuint kBuffersStartId = 1;
static const GLuint kFramebuffersStartId = 1;
static const GLuint kProgramsAndShadersStartId = 1;
static const GLuint kRenderbuffersStartId = 1;
« no previous file with comments | « no previous file | gpu/command_buffer/common/id_allocator.h » ('j') | gpu/command_buffer/common/id_allocator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698