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 5f8e3ca..eb42f3c 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -2225,6 +2225,11 @@ void GLES2TraceImplementation::FlushDriverCachesCHROMIUM() {
gl_->FlushDriverCachesCHROMIUM();
}
+GLuint GLES2TraceImplementation::GetLastFlushIdCHROMIUM() {
+ TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetLastFlushIdCHROMIUM");
+ return gl_->GetLastFlushIdCHROMIUM();
+}
+
void GLES2TraceImplementation::MatrixLoadfCHROMIUM(GLenum matrixMode,
const GLfloat* m) {
TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::MatrixLoadfCHROMIUM");