Home
last modified time | relevance | path

Searched refs:SetSharedContext (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_share_group.h38 void SetSharedContext(GLContext* context);
Dgl_share_group.cc49 void GLShareGroup::SetSharedContext(GLContext* context) { in SetSharedContext() function in gfx::GLShareGroup
/external/chromium_org/gpu/command_buffer/service/
Din_process_command_buffer.cc365 gl_share_group_->SetSharedContext(context_.get()); in InitializeOnGpuThread()
/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.cc455 channel_->share_group()->SetSharedContext(context.get()); in OnInitialize()