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

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

Issue 2241593003: [Command buffer] CopyTexSubImage3D: emulate unsized format in desktop core profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed zmo@'s feedback 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 | « no previous file | gpu/command_buffer/service/gles2_cmd_copy_tex_image.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gles2_cmd_copy_tex_image.h
diff --git a/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h b/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h
index 1f28feb7c38fe9c763e8f0b346d7c4c921f9d443..3b0991927f4984c6e7b64e72182025eedb4a7f37 100644
--- a/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h
+++ b/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h
@@ -47,7 +47,7 @@ class GPU_EXPORT CopyTexImageResourceManager {
GLuint source_framebuffer,
GLenum source_framebuffer_internal_format);
- void DoCopyTexSubImage2DToLUMACompatibilityTexture(
+ void DoCopyTexSubImageToLUMACompatibilityTexture(
const gles2::GLES2Decoder* decoder,
GLuint dest_texture,
GLenum dest_texture_target,
@@ -57,6 +57,7 @@ class GPU_EXPORT CopyTexImageResourceManager {
GLint level,
GLint xoffset,
GLint yoffset,
+ GLint zoffset,
GLint x,
GLint y,
GLsizei width,
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_copy_tex_image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698