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

Side by Side Diff: gpu/command_buffer/client/gl_in_process_context.h

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_ 5 #ifndef GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_
6 #define GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_ 6 #define GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "gl_in_process_context_export.h" 10 #include "gl_in_process_context_export.h"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ImageFactory* image_factory); 69 ImageFactory* image_factory);
70 70
71 virtual void SetContextLostCallback(const base::Closure& callback) = 0; 71 virtual void SetContextLostCallback(const base::Closure& callback) = 0;
72 72
73 // Allows direct access to the GLES2 implementation so a GLInProcessContext 73 // Allows direct access to the GLES2 implementation so a GLInProcessContext
74 // can be used without making it current. 74 // can be used without making it current.
75 virtual gles2::GLES2Implementation* GetImplementation() = 0; 75 virtual gles2::GLES2Implementation* GetImplementation() = 0;
76 76
77 virtual size_t GetMappedMemoryLimit() = 0; 77 virtual size_t GetMappedMemoryLimit() = 0;
78 78
79 virtual void SetLock(base::Lock* lock) = 0;
80
79 #if defined(OS_ANDROID) 81 #if defined(OS_ANDROID)
80 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture( 82 virtual scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
81 uint32 stream_id) = 0; 83 uint32 stream_id) = 0;
82 #endif 84 #endif
83 }; 85 };
84 86
85 } // namespace gpu 87 } // namespace gpu
86 88
87 #endif // GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_ 89 #endif // GPU_COMMAND_BUFFER_CLIENT_GL_IN_PROCESS_CONTEXT_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/client_test_helper.h ('k') | gpu/command_buffer/client/gl_in_process_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698