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

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

Issue 2067503003: Add a new command buffer function glScheduleCALayerInUseQueryCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix. Created 4 years, 6 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_trace_implementation_impl_autogen.h
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 434353d12382d0b9062025af0bfb88d90fcd03bf..57cc04989120494028c9c08ff1dc0fbf4da1aa90 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -2168,6 +2168,14 @@ void GLES2TraceImplementation::ScheduleCALayerCHROMIUM(
transform, filter);
}
+void GLES2TraceImplementation::ScheduleCALayerInUseQueryCHROMIUM(
+ GLuint n,
+ const GLuint* textures) {
+ TRACE_EVENT_BINARY_EFFICIENT0(
+ "gpu", "GLES2Trace::ScheduleCALayerInUseQueryCHROMIUM");
+ gl_->ScheduleCALayerInUseQueryCHROMIUM(n, textures);
+}
+
void GLES2TraceImplementation::CommitOverlayPlanesCHROMIUM() {
TRACE_EVENT_BINARY_EFFICIENT0("gpu",
"GLES2Trace::CommitOverlayPlanesCHROMIUM");

Powered by Google App Engine
This is Rietveld 408576698