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

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

Issue 2268993003: [Command Buffer] Coding style: FrameBuffer -> Framebuffer to be comformant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code rebase Created 4 years, 4 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 | « gpu/command_buffer/common/gles2_cmd_utils_autogen.h ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
index 1ba817cdac598db6574a8d1fffd30bc9776da6d5..3f0bf14b2aaa66a80a0ce3da41cc15d684209178 100644
--- a/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
@@ -3728,7 +3728,7 @@ std::string GLES2Util::GetStringFaceType(uint32_t value) {
arraysize(string_table), value);
}
-std::string GLES2Util::GetStringFrameBufferParameter(uint32_t value) {
+std::string GLES2Util::GetStringFramebufferParameter(uint32_t value) {
static const EnumToString string_table[] = {
{GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE,
"GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE"},
@@ -3761,7 +3761,7 @@ std::string GLES2Util::GetStringFrameBufferParameter(uint32_t value) {
arraysize(string_table), value);
}
-std::string GLES2Util::GetStringFrameBufferTarget(uint32_t value) {
+std::string GLES2Util::GetStringFramebufferTarget(uint32_t value) {
static const EnumToString string_table[] = {
{GL_FRAMEBUFFER, "GL_FRAMEBUFFER"},
{GL_DRAW_FRAMEBUFFER, "GL_DRAW_FRAMEBUFFER"},
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils_autogen.h ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698