Home
last modified time | relevance | path

Searched refs:GLShareGroup (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_share_group.cc14 GLShareGroup::GLShareGroup() in GLShareGroup() function in gl::GLShareGroup
21 void GLShareGroup::AddContext(GLContext* context) { in AddContext()
25 void GLShareGroup::RemoveContext(GLContext* context) { in RemoveContext()
31 void* GLShareGroup::GetHandle() { in GetHandle()
39 GLContext* GLShareGroup::GetContext() { in GetContext()
48 void GLShareGroup::SetSharedContext(GLContext* context) { in SetSharedContext()
54 void GLShareGroup::SetRendererID(int renderer_id) { in SetRendererID()
58 int GLShareGroup::GetRendererID() { in GetRendererID()
63 GLShareGroup::~GLShareGroup() { in ~GLShareGroup()
H A Dgl_share_group.h21 class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
23 GLShareGroup();
50 friend class base::RefCounted<GLShareGroup>;
52 ~GLShareGroup();
65 DISALLOW_COPY_AND_ASSIGN(GLShareGroup);
H A Dgl_context.h105 explicit GLContext(GLShareGroup* share_group);
181 GLShareGroup* share_group();
317 scoped_refptr<GLShareGroup> share_group_;
336 explicit GLContextReal(GLShareGroup* share_group);
H A Dgl_context_stub.h15 class GLShareGroup; variable
21 explicit GLContextStub(GLShareGroup* share_group);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_share_group.cc14 GLShareGroup::GLShareGroup() in GLShareGroup() function in gl::GLShareGroup
21 void GLShareGroup::AddContext(GLContext* context) { in AddContext()
28 void GLShareGroup::RemoveContext(GLContext* context) { in RemoveContext()
34 void* GLShareGroup::GetHandle() { in GetHandle()
42 GLContext* GLShareGroup::GetContext() { in GetContext()
51 void GLShareGroup::SetSharedContext(GLContext* context) { in SetSharedContext()
57 void GLShareGroup::SetRendererID(int renderer_id) { in SetRendererID()
61 int GLShareGroup::GetRendererID() { in GetRendererID()
66 GLShareGroup::~GLShareGroup() { in ~GLShareGroup()
H A Dgl_share_group.h22 class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
24 GLShareGroup();
51 virtual ~GLShareGroup();
55 friend class base::RefCounted<GLShareGroup>;
69 DISALLOW_COPY_AND_ASSIGN(GLShareGroup);
H A Dgl_context.h95 explicit GLContext(GLShareGroup* share_group);
171 GLShareGroup* share_group();
305 scoped_refptr<GLShareGroup> share_group_;
321 explicit GLContextReal(GLShareGroup* share_group);
H A Dgl_context_stub.h15 class GLShareGroup; variable
21 explicit GLContextStub(GLShareGroup* share_group);
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/gfx/
H A Ddeferred_gpu_command_service.h12 class GLShareGroup; variable
33 scoped_refptr<gl::GLShareGroup> GetShareGroup() override;
48 scoped_refptr<gl::GLShareGroup> share_group_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dsurface_texture_gl_owner_unittest.cc44 share_group_ = new gl::GLShareGroup(); in SetUp()
77 scoped_refptr<gl::GLShareGroup> share_group_;
113 scoped_refptr<gl::GLShareGroup> new_share_group(new gl::GLShareGroup()); in TEST_F()
H A Dimage_reader_gl_owner_unittest.cc40 share_group_ = new gl::GLShareGroup(); in SetUp()
78 scoped_refptr<gl::GLShareGroup> share_group_;
127 scoped_refptr<gl::GLShareGroup> new_share_group(new gl::GLShareGroup()); in TEST_F()
H A Dgl_context_virtual_unittest.cc51 gl::GLShareGroup* share_group = base_context->share_group(); in TEST_F()
60 gl::GLShareGroup* share_group = base_context->share_group(); in TEST_F()
79 gl::GLShareGroup* share_group = base_context->share_group(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dsurface_texture_gl_owner_unittest.cc43 share_group_ = new gl::GLShareGroup(); in SetUp()
76 scoped_refptr<gl::GLShareGroup> share_group_;
112 scoped_refptr<gl::GLShareGroup> new_share_group(new gl::GLShareGroup()); in TEST_F()
H A Dimage_reader_gl_owner_unittest.cc42 share_group_ = new gl::GLShareGroup(); in SetUp()
80 scoped_refptr<gl::GLShareGroup> share_group_;
129 scoped_refptr<gl::GLShareGroup> new_share_group(new gl::GLShareGroup()); in TEST_F()
H A Dgl_context_virtual_unittest.cc51 gl::GLShareGroup* share_group = base_context->share_group(); in TEST_F()
60 gl::GLShareGroup* share_group = base_context->share_group(); in TEST_F()
79 gl::GLShareGroup* share_group = base_context->share_group(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_manager.h32 class GLShareGroup; variable
124 gl::GLShareGroup* share_group() const { return share_group_.get(); } in share_group()
192 scoped_refptr<gl::GLShareGroup> share_group_;
210 static scoped_refptr<gl::GLShareGroup>* base_share_group_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dgpu_channel.h64 scoped_refptr<gl::GLShareGroup> share_group,
125 gl::GLShareGroup* share_group() const { return share_group_.get(); } in share_group()
179 scoped_refptr<gl::GLShareGroup> share_group,
249 scoped_refptr<gl::GLShareGroup> share_group_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dgpu_channel.h64 scoped_refptr<gl::GLShareGroup> share_group,
125 gl::GLShareGroup* share_group() const { return share_group_.get(); } in share_group()
179 scoped_refptr<gl::GLShareGroup> share_group,
243 scoped_refptr<gl::GLShareGroup> share_group_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dbase_graphics_delegate.h14 class GLShareGroup; variable
38 scoped_refptr<gl::GLShareGroup> share_group_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/
H A Din_process_gpu_thread_holder.cc76 share_group_ = new gl::GLShareGroup(); in InitializeOnGpuThread()
130 scoped_refptr<gl::GLShareGroup> InProcessGpuThreadHolder::GetShareGroup() { in GetShareGroup()
132 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in GetShareGroup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/init/
H A Dgl_factory_android.cc30 explicit GLNonOwnedContext(GLShareGroup* share_group);
49 GLNonOwnedContext::GLNonOwnedContext(GLShareGroup* share_group) in GLNonOwnedContext()
85 scoped_refptr<GLContext> CreateGLContext(GLShareGroup* share_group, in CreateGLContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/init/
H A Dgl_factory_android.cc31 explicit GLNonOwnedContext(GLShareGroup* share_group);
50 GLNonOwnedContext::GLNonOwnedContext(GLShareGroup* share_group) in GLNonOwnedContext()
86 scoped_refptr<GLContext> CreateGLContext(GLShareGroup* share_group, in CreateGLContext()
H A Dgl_factory_linux_x11.h22 class GLShareGroup; variable
76 scoped_refptr<GLContext> CreateGLContextX11(GLShareGroup* share_group,
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/
H A Din_process_gpu_thread_holder.cc80 share_group_ = new gl::GLShareGroup(); in InitializeOnGpuThread()
141 scoped_refptr<gl::GLShareGroup> InProcessGpuThreadHolder::GetShareGroup() { in GetShareGroup()
143 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in GetShareGroup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/public/
H A Dgl_ozone.h20 class GLShareGroup; variable
67 gl::GLShareGroup* share_group, in COMPONENT_EXPORT()

123456