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

Side by Side Diff: components/mus/gles2/gl_helper.h

Issue 1958813002: mus: Use BufferQueue and GLHelper from display_compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: , Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « components/mus/gles2/BUILD.gn ('k') | components/mus/gles2/gl_helper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_MUS_GLES2_GL_HELPER_H_
6 #define COMPONENTS_MUS_GLES2_GL_HELPER_H_
7
8 #include "gpu/command_buffer/client/gles2_interface.h"
9
10 class SkRegion;
11
12 namespace mus {
13
14 void GLCopySubBufferDamage(gpu::gles2::GLES2Interface* gl,
15 GLenum target,
16 GLuint texture,
17 GLuint previous_texture,
18 const SkRegion& new_damage,
19 const SkRegion& old_damage);
20
21 } // namespace mus
22
23 #endif // COMPONENTS_MUS_GLES2_GL_HELPER_H_
OLDNEW
« no previous file with comments | « components/mus/gles2/BUILD.gn ('k') | components/mus/gles2/gl_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698