Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/gl/
Dgl_share_group.cc12 GLShareGroup::GLShareGroup() in GLShareGroup() function in gfx::GLShareGroup
20 void GLShareGroup::AddContext(GLContext* context) { in AddContext()
24 void GLShareGroup::RemoveContext(GLContext* context) { in RemoveContext()
30 void* GLShareGroup::GetHandle() { in GetHandle()
38 GLContext* GLShareGroup::GetContext() { in GetContext()
49 void GLShareGroup::SetSharedContext(GLContext* context) { in SetSharedContext()
54 GLContext* GLShareGroup::GetSharedContext() { in GetSharedContext()
59 void GLShareGroup::SetRendererID(int renderer_id) { in SetRendererID()
63 int GLShareGroup::GetRendererID() { in GetRendererID()
68 GLShareGroup::~GLShareGroup() { in ~GLShareGroup()
Dgl_share_group.h19 class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
21 GLShareGroup();
49 friend class base::RefCounted<GLShareGroup>;
51 ~GLShareGroup();
64 DISALLOW_COPY_AND_ASSIGN(GLShareGroup);
Dgl_context.h25 explicit GLContext(GLShareGroup* share_group);
79 GLShareGroup* share_group();
85 GLShareGroup* share_group,
127 scoped_refptr<GLShareGroup> share_group_;
136 explicit GLContextReal(GLShareGroup* share_group);
Dgl_context.cc28 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) { in GLContext()
30 share_group_ = new GLShareGroup; in GLContext()
71 GLShareGroup* GLContext::share_group() { in share_group()
150 GLContextReal::GLContextReal(GLShareGroup* share_group) in GLContextReal()
Dgl_context_android.cc26 GLNonOwnedContext(GLShareGroup* share_group);
48 GLNonOwnedContext::GLNonOwnedContext(GLShareGroup* share_group) in GLNonOwnedContext()
75 GLShareGroup* share_group, in CreateGLContext()
Dgl_context_x11.cc23 class GLShareGroup;
26 GLShareGroup* share_group, in CreateGLContext()
Dgl_context_osmesa.h16 class GLShareGroup; variable
22 explicit GLContextOSMesa(GLShareGroup* share_group);
Dgl_context_mac.mm20 class GLShareGroup;
23 GLShareGroup* share_group,
Dgl_context_ozone.cc21 GLShareGroup* share_group, in CreateGLContext()
Dgl_context_wgl.h20 explicit GLContextWGL(GLShareGroup* share_group);
Dgl_context_win.cc24 GLShareGroup* share_group, in CreateGLContext()
Dgl_context_nsview.h22 explicit GLContextNSView(GLShareGroup* group);
Dgl_context_cgl.h19 explicit GLContextCGL(GLShareGroup* share_group);
Dgl_context_glx.h22 explicit GLContextGLX(GLShareGroup* share_group);
Dgl_context_egl.h24 explicit GLContextEGL(GLShareGroup* share_group);
Dgl_context_osmesa.cc16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group) in GLContextOSMesa()
Dgl_context_wgl.cc17 GLContextWGL::GLContextWGL(GLShareGroup* share_group) in GLContextWGL()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_manager.h16 class GLShareGroup; variable
81 gfx::GLShareGroup* share_group() const { in share_group()
101 scoped_refptr<gfx::GLShareGroup> share_group_;
115 static scoped_refptr<gfx::GLShareGroup>* base_share_group_;
Dgl_manager.cc32 scoped_refptr<gfx::GLShareGroup>* GLManager::base_share_group_;
84 gfx::GLShareGroup* share_group = NULL; in Initialize()
107 share_group ? share_group : new gfx::GLShareGroup; in Initialize()
216 base_share_group_ = new scoped_refptr<gfx::GLShareGroup>( in SetupBaseContext()
217 new gfx::GLShareGroup); in SetupBaseContext()
/external/chromium_org/content/common/gpu/
Dgpu_channel.h68 gfx::GLShareGroup* share_group,
129 gfx::GLShareGroup* share_group() const { return share_group_.get(); } in share_group()
242 scoped_refptr<gfx::GLShareGroup> share_group_;
Dgpu_channel_manager.h30 class GLShareGroup; variable
147 scoped_refptr<gfx::GLShareGroup> share_group_;
/external/chromium_org/content/browser/renderer_host/
Dimage_transport_factory_android.h12 class GLShareGroup; variable
/external/chromium_org/gpu/command_buffer/service/
Din_process_command_buffer.h31 class GLShareGroup; variable
213 scoped_refptr<gfx::GLShareGroup> gl_share_group_;
Dgl_context_virtual.h30 gfx::GLShareGroup* share_group,
Dgl_context_virtual.cc14 gfx::GLShareGroup* share_group, in GLContextVirtual()

12