Searched refs:share_group (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/ui/gl/
H A Dgl_context_win.cc24 GLShareGroup* share_group,
30 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
37 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
44 scoped_refptr<GLContext> context(new GLContextWGL(share_group));
23 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_x11.cc26 GLShareGroup* share_group,
32 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
39 scoped_refptr<GLContext> context(new GLContextGLX(share_group));
46 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
25 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_ozone.cc21 GLShareGroup* share_group,
29 scoped_refptr<GLContext> context(new GLContextOSMesa(share_group));
35 scoped_refptr<GLContext> context(new GLContextEGL(share_group));
20 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_android.cc26 GLNonOwnedContext(GLShareGroup* share_group);
48 GLNonOwnedContext::GLNonOwnedContext(GLShareGroup* share_group) argument
49 : GLContextReal(share_group), display_(NULL) {}
75 GLShareGroup* share_group,
83 context = new GLContextOSMesa(share_group);
87 context = new GLContextEGL(share_group);
89 context = new GLNonOwnedContext(share_group);
74 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_osmesa.cc16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group) argument
17 : GLContextReal(share_group),
26 share_group() ? share_group()->GetHandle() : NULL);
H A Dgl_context_wgl.cc17 GLContextWGL::GLContextWGL(GLShareGroup* share_group) argument
18 : GLContextReal(share_group),
44 HGLRC share_handle = static_cast<HGLRC>(share_group()->GetHandle());
H A Dgl_context.h28 explicit GLContext(GLShareGroup* share_group);
105 GLShareGroup* share_group();
108 // |share_group|, if non-NULL, is a group of contexts which the
111 GLShareGroup* share_group,
186 explicit GLContextReal(GLShareGroup* share_group);
H A Dgl_context_egl.cc27 GLContextEGL::GLContextEGL(GLShareGroup* share_group) argument
28 : GLContextReal(share_group),
68 share_group() ? share_group()->GetHandle() : NULL,
H A Dgl_context_wgl.h20 explicit GLContextWGL(GLShareGroup* share_group);
H A Dgl_context.cc55 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) { argument
129 GLShareGroup* GLContext::share_group() { function in class:gfx::GLContext
220 GLContextReal::GLContextReal(GLShareGroup* share_group) argument
221 : GLContext(share_group) {}
H A Dgl_context_cgl.h19 explicit GLContextCGL(GLShareGroup* share_group);
H A Dgl_context_egl.h24 explicit GLContextEGL(GLShareGroup* share_group);
H A Dgl_context_glx.cc21 GLContextGLX::GLContextGLX(GLShareGroup* share_group) argument
22 : GLContextReal(share_group),
36 share_group() ? share_group()->GetHandle() : NULL);
H A Dgl_context_glx.h22 explicit GLContextGLX(GLShareGroup* share_group);
H A Dgl_context_osmesa.h22 explicit GLContextOSMesa(GLShareGroup* share_group);
H A Dgl_context_cgl.cc67 GLContextCGL::GLContextCGL(GLShareGroup* share_group) argument
68 : GLContextReal(share_group),
84 GLContextCGL* share_context = share_group() ?
85 static_cast<GLContextCGL*>(share_group()->GetContext()) : NULL;
105 share_group()->SetRendererID(-1);
145 int renderer_id = share_group()->GetRendererID();
/external/chromium_org/mojo/services/native_viewport/
H A Dgpu_impl.cc15 const scoped_refptr<gfx::GLShareGroup>& share_group,
17 : share_group_(share_group), mailbox_manager_(mailbox_manager) {
14 GpuImpl( const scoped_refptr<gfx::GLShareGroup>& share_group, const scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager) argument
H A Dgpu_impl.h27 GpuImpl(const scoped_refptr<gfx::GLShareGroup>& share_group,
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc150 scoped_refptr<gles2::ShareGroup> share_group; local
161 share_group = context->gles2_implementation_->share_group();
163 DCHECK(share_group.get());
171 share_group = impl->gles2_implementation_->share_group();
173 DCHECK(share_group.get());
207 share_group.get(),
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc14 gfx::GLShareGroup* share_group,
17 : GLContext(share_group),
13 GLContextVirtual( gfx::GLShareGroup* share_group, gfx::GLContext* shared_context, base::WeakPtr<gles2::GLES2Decoder> decoder) argument
H A Dgl_context_virtual.h30 gfx::GLShareGroup* share_group,
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.h36 CommandBufferImpl(gfx::GLShareGroup* share_group,
41 gfx::GLShareGroup* share_group,
H A Dcommand_buffer_impl.cc49 gfx::GLShareGroup* share_group,
53 share_group_(share_group),
60 gfx::GLShareGroup* share_group,
64 share_group_(share_group),
48 CommandBufferImpl( gfx::GLShareGroup* share_group, gpu::gles2::MailboxManager* mailbox_manager) argument
57 CommandBufferImpl( gfx::AcceleratedWidget widget, const gfx::Size& size, gfx::GLShareGroup* share_group, gpu::gles2::MailboxManager* mailbox_manager) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc132 CommandBufferProxyImpl* share_group,
143 share_group ? share_group->GetRouteID() : MSG_ROUTING_NONE;
182 CommandBufferProxyImpl* share_group,
190 share_group ? share_group->GetRouteID() : MSG_ROUTING_NONE;
130 CreateViewCommandBuffer( int32 surface_id, CommandBufferProxyImpl* share_group, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
180 CreateOffscreenCommandBuffer( const gfx::Size& size, CommandBufferProxyImpl* share_group, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc134 gfx::GLShareGroup* share_group = NULL; local
136 share_group = options.share_group_manager->share_group();
138 share_group = options.share_mailbox_manager->share_group();
146 options.share_group_manager->gles2_implementation()->share_group();
157 share_group ? share_group : new gfx::GLShareGroup;

Completed in 353 milliseconds

123