summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h')
-rw-r--r--gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
index 24de8af..33234093 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -1992,6 +1992,22 @@ void GLES2TraceImplementation::CompressedCopyTextureCHROMIUM(GLenum target,
gl_->CompressedCopyTextureCHROMIUM(target, source_id, dest_id);
}
+void GLES2TraceImplementation::CompressedCopySubTextureCHROMIUM(
+ GLenum target,
+ GLenum source_id,
+ GLenum dest_id,
+ GLint xoffset,
+ GLint yoffset,
+ GLint x,
+ GLint y,
+ GLsizei width,
+ GLsizei height) {
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu",
+ "GLES2Trace::CompressedCopySubTextureCHROMIUM");
+ gl_->CompressedCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset,
+ yoffset, x, y, width, height);
+}
+
void GLES2TraceImplementation::DrawArraysInstancedANGLE(GLenum mode,
GLint first,
GLsizei count,