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

Unified Diff: gpu/command_buffer/service/test_helper.h

Issue 1905743002: Improve BindBufferBase/BindBufferRange in GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/service/test_helper.h
diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
index d0e23991f804e7b75abf30493b80b8c365802889..28a6a84d7a6d128dadc24333d2aeee9e44ecaf4a 100644
--- a/gpu/command_buffer/service/test_helper.h
+++ b/gpu/command_buffer/service/test_helper.h
@@ -63,6 +63,10 @@ class TestHelper {
static const GLint kMaxProgramTexelOffset = 7;
static const GLint kMinProgramTexelOffset = -8;
+ static const GLint kMaxTransformFeedbackSeparateAttribs = 4;
+ static const GLint kMaxUniformBufferBindings = 24;
+ static const GLint kUniformBufferOffsetAlignment = 1;
+
struct AttribInfo {
const char* name;
GLint size;
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc ('k') | gpu/command_buffer/service/test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698