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

Unified Diff: gpu/command_buffer/common/gles2_cmd_utils_autogen.h

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: address review comments Created 5 years, 2 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/common/gles2_cmd_utils_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_utils_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_autogen.h
index e23d2c40f5c7b164e3061490d209006b381e1411..cd35ef2cc2f926271c395197429834d32d2845c9 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_autogen.h
@@ -50,7 +50,10 @@ static std::string GetStringMatrixMode(uint32_t value);
static std::string GetStringPathCoordType(uint32_t value);
static std::string GetStringPathCoverMode(uint32_t value);
static std::string GetStringPathFillMode(uint32_t value);
+static std::string GetStringPathInstancedCoverMode(uint32_t value);
+static std::string GetStringPathNameType(uint32_t value);
static std::string GetStringPathParameter(uint32_t value);
+static std::string GetStringPathTransformType(uint32_t value);
static std::string GetStringPixelStore(uint32_t value);
static std::string GetStringPixelType(uint32_t value);
static std::string GetStringProgramParameter(uint32_t value);

Powered by Google App Engine
This is Rietveld 408576698