Home
last modified time | relevance | path

Searched refs:share_group_ (Results 1 – 25 of 55) sorted by relevance

123

/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()
85 gl::init::CreateGLContext(share_group_.get(), surface_.get(), attribs); in InitializeOnGpuThread()
104 share_group_->SetSharedContext(context_.get()); in InitializeOnGpuThread()
107 share_group_, surface_, context_, use_virtualized_gl_context, in InitializeOnGpuThread()
132 share_group_.reset(); in DeleteOnGpuThread()
142 if (!share_group_) in GetShareGroup()
143 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in GetShareGroup()
144 return share_group_; in GetShareGroup()
/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()
81 gl::init::CreateGLContext(share_group_.get(), surface_.get(), attribs); in InitializeOnGpuThread()
96 share_group_, surface_, context_, use_virtualized_gl_context_, in InitializeOnGpuThread()
121 share_group_.reset(); in DeleteOnGpuThread()
131 if (!share_group_) in GetShareGroup()
132 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in GetShareGroup()
133 return share_group_; in GetShareGroup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dgles2_command_buffer_stub.cc248 share_group_ = share_command_buffer_stub->share_group(); in Initialize()
250 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in Initialize()
255 share_group_ = channel_->share_group(); in Initialize()
263 if (use_virtualized_gl_context_ && share_group_) { in Initialize()
264 context = share_group_->shared_context(); in Initialize()
271 share_group_.get(), surface_.get(), in Initialize()
283 DCHECK(context->share_group() == share_group_.get()); in Initialize()
284 share_group_->SetSharedContext(context.get()); in Initialize()
297 share_group_.get(), context.get(), gles2_decoder_->AsWeakPtr()); in Initialize()
313 share_group_.get(), surface_.get(), in Initialize()
H A Dgpu_channel_manager.cc268 share_group_(new gl::GLShareGroup()), in GpuChannelManager()
386 share_group_ = share_group; in set_share_group()
399 this, scheduler_, sync_point_manager_, share_group_, task_runner_, in EstablishChannel()
451 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in LoseAllContexts()
670 share_group = share_group_; in GetSharedContextState()
H A Dcommand_buffer_stub.h144 scoped_refptr<gl::GLShareGroup> share_group() { return share_group_; } in share_group()
178 scoped_refptr<gl::GLShareGroup> share_group_; variable
H A Dgpu_channel.h125 gl::GLShareGroup* share_group() const { return share_group_.get(); } in share_group()
249 scoped_refptr<gl::GLShareGroup> share_group_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dgles2_command_buffer_stub.cc249 share_group_ = share_command_buffer_stub->share_group(); in Initialize()
251 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in Initialize()
256 share_group_ = channel_->share_group(); in Initialize()
264 if (use_virtualized_gl_context_ && share_group_) { in Initialize()
265 context = share_group_->shared_context(); in Initialize()
272 share_group_.get(), surface_.get(), in Initialize()
284 DCHECK(context->share_group() == share_group_.get()); in Initialize()
285 share_group_->SetSharedContext(context.get()); in Initialize()
298 share_group_.get(), context.get(), gles2_decoder_->AsWeakPtr()); in Initialize()
314 share_group_.get(), surface_.get(), in Initialize()
H A Dcommand_buffer_stub.h144 scoped_refptr<gl::GLShareGroup> share_group() { return share_group_; } in share_group()
183 scoped_refptr<gl::GLShareGroup> share_group_; variable
/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()
45 context_ = new gl::GLContextEGL(share_group_.get()); in SetUp()
66 share_group_ = nullptr; in TearDown()
77 scoped_refptr<gl::GLShareGroup> share_group_; member in gpu::SurfaceTextureGLOwnerTest
H A Dimage_reader_gl_owner_unittest.cc40 share_group_ = new gl::GLShareGroup(); in SetUp()
41 context_ = new gl::GLContextEGL(share_group_.get()); in SetUp()
63 share_group_ = nullptr; in TearDown()
78 scoped_refptr<gl::GLShareGroup> share_group_; member in gpu::ImageReaderGLOwnerTest
/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()
44 context_ = new gl::GLContextEGL(share_group_.get()); in SetUp()
65 share_group_ = nullptr; in TearDown()
76 scoped_refptr<gl::GLShareGroup> share_group_; member in gpu::SurfaceTextureGLOwnerTest
H A Dimage_reader_gl_owner_unittest.cc42 share_group_ = new gl::GLShareGroup(); in SetUp()
43 context_ = new gl::GLContextEGL(share_group_.get()); in SetUp()
65 share_group_ = nullptr; in TearDown()
80 scoped_refptr<gl::GLShareGroup> share_group_; member in gpu::ImageReaderGLOwnerTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/gfx/
H A Ddeferred_gpu_command_service.cc77 if (!share_group_) in GetShareGroup()
78 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in GetShareGroup()
79 return share_group_; in GetShareGroup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/windows/
H A Dd3d11_texture_wrapper_unittest.cc50 share_group_ = new gl::GLShareGroup(); in SetUp()
51 context_ = gl::init::CreateGLContext(share_group_.get(), surface_.get(), in SetUp()
67 share_group_ = nullptr; in TearDown()
76 scoped_refptr<gl::GLShareGroup> share_group_; member in media::D3D11TextureWrapperUnittest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_context.cc67 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) { in GLContext()
68 if (!share_group_.get()) in GLContext()
69 share_group_ = new gl::GLShareGroup(); in GLContext()
70 share_group_->AddContext(this); in GLContext()
78 share_group_->RemoveContext(this); in ~GLContext()
296 return share_group_.get(); in share_group()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_context.cc71 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) { in GLContext()
72 if (!share_group_.get()) in GLContext()
73 share_group_ = new gl::GLShareGroup(); in GLContext()
74 share_group_->AddContext(this); in GLContext()
82 share_group_->RemoveContext(this); in ~GLContext()
318 return share_group_.get(); in share_group()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dbase_graphics_delegate.cc29 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in Initialize()
31 context = gl::init::CreateGLContext(share_group_.get(), surface_.get(), in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dfuzzer_main.cc312 share_group_(new gl::GLShareGroup), in CommandBufferSetup()
394 share_group_, surface_, std::move(shared_context), in InitDecoder()
575 auto stub = base::MakeRefCounted<gl::GLContextStub>(share_group_.get()); in CreateContext()
581 auto context = base::MakeRefCounted<gl::GLContextEGL>(share_group_.get()); in CreateContext()
626 scoped_refptr<gl::GLShareGroup> share_group_; member in gpu::__anon8bf440270111::CommandBufferSetup
H A Dgl_manager.h124 gl::GLShareGroup* share_group() const { return share_group_.get(); } in share_group()
192 scoped_refptr<gl::GLShareGroup> share_group_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/android/
H A Dcodec_image_unittest.cc57 share_group_ = new gl::GLShareGroup(); in SetUp()
58 context_ = new gl::GLContextEGL(share_group_.get()); in SetUp()
77 share_group_ = nullptr; in TearDown()
113 scoped_refptr<gl::GLShareGroup> share_group_; member in media::CodecImageTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dimage_transfer_cache_entry_unittest.cc87 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in SetUp()
88 gl_context_ = base::MakeRefCounted<gl::GLContextEGL>(share_group_.get()); in SetUp()
157 share_group_.reset(); in TearDown()
196 scoped_refptr<gl::GLShareGroup> share_group_; member in cc::__anon8b6b2e230111::ImageTransferCacheEntryTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/android/
H A Dcodec_image_unittest.cc58 share_group_ = new gl::GLShareGroup(); in SetUp()
59 context_ = new gl::GLContextEGL(share_group_.get()); in SetUp()
78 share_group_ = nullptr; in TearDown()
109 scoped_refptr<gl::GLShareGroup> share_group_; member in media::CodecImageTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dimage_transfer_cache_entry_unittest.cc86 share_group_ = base::MakeRefCounted<gl::GLShareGroup>(); in SetUp()
87 gl_context_ = base::MakeRefCounted<gl::GLContextEGL>(share_group_.get()); in SetUp()
156 share_group_.reset(); in TearDown()
204 scoped_refptr<gl::GLShareGroup> share_group_; member in cc::__anon9c9e869e0111::ImageTransferCacheEntryTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgles2_implementation.cc249 share_group_ = in GLES2Implementation()
339 share_group_->FreeContext(this); in ~GLES2Implementation()
371 share_group_->Lose(); in OnGpuControlLostContext()
381 share_group_->Lose(); in OnGpuControlLostContextMaybeReentrant()
5030 if (share_group_->bind_generates_resource()) in BindBufferStub()
5094 if (share_group_->bind_generates_resource()) in BindBufferBaseStub()
5118 if (share_group_->bind_generates_resource()) in BindBufferRangeStub()
5189 if (share_group_->bind_generates_resource()) in BindRenderbufferStub()
5240 if (share_group_->bind_generates_resource()) in BindTextureStub()
5655 if (share_group_->IsLost()) in GetGraphicsResetStatusKHR()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgles2_implementation.cc236 share_group_ = in GLES2Implementation()
326 share_group_->FreeContext(this); in ~GLES2Implementation()
358 share_group_->Lose(); in OnGpuControlLostContext()
368 share_group_->Lose(); in OnGpuControlLostContextMaybeReentrant()
4915 if (share_group_->bind_generates_resource()) in BindBufferStub()
4979 if (share_group_->bind_generates_resource()) in BindBufferBaseStub()
5003 if (share_group_->bind_generates_resource()) in BindBufferRangeStub()
5074 if (share_group_->bind_generates_resource()) in BindRenderbufferStub()
5125 if (share_group_->bind_generates_resource()) in BindTextureStub()
5526 if (share_group_->IsLost()) in GetGraphicsResetStatusKHR()
[all …]

123