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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 1818073002: Always apply UniformMatrix4fvStreamTextureMatrixCHROMIUM matrix argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase [If you wait by the river long enough, the bodies of your gyp files will float by] 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
Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index b27a622eb8b9b1576875aba621820c39cd9c8229..030825f087db7d2e5919a5e9a796ead5741c4a60 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -3165,7 +3165,7 @@ void GetFragDataIndexEXT(GLuint program,
void UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate(
GLint location,
GLboolean transpose,
- const GLfloat* default_value) {
+ const GLfloat* transform) {
const uint32_t size = gles2::cmds::
UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate::ComputeSize();
gles2::cmds::UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate* c =
@@ -3173,7 +3173,7 @@ void UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate(
gles2::cmds::UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate>(
size);
if (c) {
- c->Init(location, transpose, default_value);
+ c->Init(location, transpose, transform);
}
}
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698