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.h5
1 files changed, 5 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 627c90e..e650034 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -595,6 +595,11 @@ void GLES2TraceImplementation::GetFramebufferAttachmentParameteriv(
gl_->GetFramebufferAttachmentParameteriv(target, attachment, pname, params);
}
+void GLES2TraceImplementation::GetInteger64v(GLenum pname, GLint64* params) {
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetInteger64v");
+ gl_->GetInteger64v(pname, params);
+}
+
void GLES2TraceImplementation::GetIntegerv(GLenum pname, GLint* params) {
TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetIntegerv");
gl_->GetIntegerv(pname, params);